
October 22nd, 2003, 10:32 AM
|
|
Contributing User
|
|
Join Date: Oct 2003
Posts: 42
Time spent in forums: 11 m 9 sec
Reputation Power: 5
|
|
Netscape & CSS
I am having problems with the CSS & Netscape.
I have created a style as follows:
.3border {border-top: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;border-right: 0px solid #000000}
.border {border-top: 1px solid #000000;border-bottom: 1px solid #000000;border-left: 1px solid #000000;border-right: 1px solid #000000}
Now here i have a table with 8 TD's in it. I am trying to use the .3border on the first 7 TD's and .border on the last one.
It is displaying ok on the IE side but on the netscape it displays only the border around the last TD but all the other 7 td's are not getting the border around them.
Please help me with this situation.
Sumana.
|