PDA

View Full Version : Table border in NS


zoobie
04-23-2003, 07:09 AM
Tired or searchin'...Just noticed my table border in NS6 isn't showing. Using css class...
.bor {border:1 red solid}
Do I need to add px or something? I don't have Nutscrape installed to test....so, I stop by the cafe. Thanks :D

tamago
04-23-2003, 11:29 AM
Try this:.bor {border:red 1px solid}

brothercake
04-23-2003, 03:14 PM
or { border:1px solid red; } - the important thing is you always have to specify a unit, unless the value is 0.

zoobie
04-23-2003, 07:15 PM
Hey...I guessed right! Thanks fellers. :D