NS4.08 and table borders problem

by Riboni Ugo <Ugo(at)fiditalia.it>

 Date:  Tue, 27 Jun 2000 10:25:23 +0200
 To:  "'hwg-style(at)hwg.org'" <hwg-style(at)hwg.org>
todo: View Thread, Original
 
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