PDA

View Full Version : table.viewtable td {border: solid .25pt #808080} not working in NS


AshleyQuick
04-23-2003, 09:34 PM
<table class="viewtable">...

Any way to get this to render in Netscape?

Ash

brothercake
04-23-2003, 09:35 PM
netscape 4? no; netscape 6 and 7 should be fine.

AshleyQuick
04-23-2003, 09:47 PM
Is there a way, using javascript perhaps, to have NS 4 display a standard border="1"?

I can't believe I still have to accomodate ns4 users! :(

Ash

brothercake
04-23-2003, 10:04 PM
You can give netscape 4 a table border with border="1"; but I assume you mean a coloured border - in which case, no; you have to nest two tables inside each other.

Either way - you shouldn't be using tables for layout anyway; tables are for data, not for layout.

Forget netscape 4 - you can support it, but you don't have to provide rich content for it - give it a simple, unstyled layout like you would for netscape 3 - use the @import method for styles you don't want netscape 4 to see.

zoobie
04-24-2003, 12:11 AM
NS 4? http://geocities.com/zoobie007/rotflmao.txt

AshleyQuick
04-24-2003, 05:16 AM
Brothercake - Thanks for the input!

Zoobie - I couldn't agree more. :)

Ash

cg9com
04-24-2003, 08:56 AM
Originally posted by AshleyQuick

I can't believe I still have to accomodate ns4 users! :(


Well, I believe NS4 was out for like 3 years before NS6, that explains it. :(