Hi everyone,
I am developing a site that needs to display tables with borders using CSS
styles-
My big problem is that everythig i develop works just fine on IE5, but when
turning to NS4.08 i have big problems with table borders. In fact i can't
get any table border to even appear.
Maybe it's very simple, but i tried in every way and keep failing.
In an external style sheet or in the page itself (i tried both with same
results) i declare this:
.info { border-width:4px; border-style:solid; border-color:#ccdddd }
And then later on in the BODY of the page there's the following table:
<table class="info" width="100%"> <tr><td>sometext</td></tr></table>
This shows fine in IE5, not NS.
Any hits will be greatly appreciated.
Regards,
Ugo Riboni
|