In article <95ph0i$[EMAIL PROTECTED]>, "Ethan King" <[EMAIL PROTECTED]> wrote:
>Unfortunately one of my limitations is that I need my page to look the same
>on Netscape 4.x browsers also and as far as I can tell NS 4.x does not
>support CSS like you suggested.
>
>Any other ideas?

In that case what about a variation:

<tr><td class=seperator><img src="seperator.gif">

with 

td.seperator {border-bottom: 1px solid #cccccc}
td.seperator img {display:none}

in an imported stylesheet (using @import). Which should work in standards 
complient browsers, and pre-CSS/NS4 browsers.

ian.

 \ /
(@_@)  http://www.eclipse.co.uk/sweetdespise/ (dark literature)
/(&)\  http://www.eclipse.co.uk/sweetdespise/libertycaptions/ (art)
 | |

Reply via email to