I have a test page and it should be obvious the difference between FF and IE.
the CSS for the black area is:
#separator{
background-color:#000000;
border:solid;
border-top:#CC0000;
border-bottom:#CC0000;
padding-top:0px;
padding-bottom:0px;
width:990px;
z-index:0;
}
#adify{
background-color:#000000;
border:solid;
border-top:#CC0000;
padding-top:20px;
padding-bottom:10px;
height:90px;
width:990px;
z-index:0;
}
The question is what do I need to do to make FF display borders?
I have tried several things but FF does not seem to display.
Thanks
Dave