e3stone
Average Member
  
USA
885 Posts |
Posted - 30 April 2001 : 15:57:38
|
I'm trying to add colored borders to my tables. Netscape doesn't seem to support the bordercolor attribute, so I thought I'd try CSS. however, I can't seem to get that to work, either. here's what I'm trying: quote: <STYLE type="text/css"> TABLE.include { border-collapse: collapse; border: 2px solid #055592; } </STYLE>
Then I'm defining the table quote:
<table width="100%" cellpadding="4" cellspacing="0" border="1" class="include">
the bordercolor attribute and this css style class work in IE, but of course, not in Netscape.
Does anyone know how to define border colors that work in both IE and Netscape?
<-- Eric --> 
http://insidewaco.com/forum |
|