compatibility between IE and netscape

liunx

Guest
hi all...<br />
<br />
have used borders on my tables.....with a bordercolour....works fine with IE.....but the colour doesnt show up in Netscape 7.0.....<br />
Netscape shows the default border colour.....<br />
<br />
Please help me get the desired border colour.....if there are any scripts around:confused:<!--content-->Please can you post your code so that we can take a look.<br />
Thanks.<!--content-->Are you using style sheets for table border colors? Style sheets should work in NS 7.0. They do for me anyway.<br />
The code would be:<br />
<style><!--<br />
table, td{<br />
border: #hexcode #px_wide type_of_border;<br />
}<br />
--><br />
</style><br />
Be sure to use a hex code. Note the semicolon. If you were using something like <table bordercolor="red"> in your code remove bordercolor="red" it won't work in anything but IE anyway.<br />
<edit><br />
Be sure the above code goes in between the <head> and </head><br />
</edit><br />
I hope this helps.<br />
:D<!--content-->
 
Back
Top