|
Posted by Rovin on 09/27/00 11:17
Hello,
I am trying to create a border around a frame.
So, in the CSS file I have defined:
body
{
...
border: solid 1px #555555;
}
In IE this works fine, but in FireFox it only works well with "height:
100%;" included, otherwise it just draws a border around the filled part
of the body. That however produces another problem. An ugly scrollbar to
the right which I only want if the content is too large.
Any ideas for a solution?
Navigation:
[Reply to this message]
|