| Borders in Netscape 7.0 did I miss something? |
graywolf

msg:1210787 | 2:03 pm on Feb 10, 2003 (gmt 0) | I am trying to have a box with some text in it. This works in IE but not Netscape 7. Do I have something wrong or is this a Netscape issue? <style type="text/css"> .#tblbox1 { border: 1px outset solid #000000; padding: 10px 10px; font-size: 10px; text-decoration:none; color:#000000; background:#ffffff; } </style><div id='tblbox1' > BLAH SOME TEXT HERE<br><br> • blah blah blah text line 2<br> or<br> • Blah blah blah blah text line 3<br> Some other text<br> </div>
|
Birdman

msg:1210788 | 2:07 pm on Feb 10, 2003 (gmt 0) | Try removing the leading dot. #tblbox1 { It may work.
|
|
|