transparent
Programmer
I have the following css
div.container_header
{
background: white;
padding : 5px;
border-color : #000000;
border-style : solid;
border-width : 1px;
}
and an html document :
with a layer using this class holding an image.
In netscape 4.75 I get a transparent surround between the black border and white background color. Further the white space is different on each side.
Any ideas whats going on?
div.container_header
{
background: white;
padding : 5px;
border-color : #000000;
border-style : solid;
border-width : 1px;
}
and an html document :
with a layer using this class holding an image.
In netscape 4.75 I get a transparent surround between the black border and white background color. Further the white space is different on each side.
Any ideas whats going on?