[thelist] NS 4.7 dodgy css

Bruce Heerssen bruce at heerssen.com
Tue Sep 11 08:08:03 CDT 2001


jelle desramaults wrote:

> evolters,
> 
> Just wanted to know what workarounds you guys use to get that nice little
> flat border on tables in Netscape 4.X
> , in ie it's : style="border: 1px solid #000000", but to my horror i
> discovered NS doesn't support that ....

There's a couple of ways. The following will get you outlines around 
each cell and the table:

<table border="0" cellspacing="1" bgcolor="black">
<tr>
<td bgcolor="white">


This will get you a border around the table but not the cells:

<table border="0" cellpadding="1" cellspacing="0">
<tr><td bgcolor="black">
<table border="0" cellspacing="0" cellpadding="3" bgcolor="white">
<tr><td>

As stated in the "page crashing NN4" thread, NN4 does not play well with 
tables that have style declarations.


HTH,

-Bruce





More information about the thelist mailing list