I've designed a web page that looks great in IE6. I try it in Netscape 4.79 and there are a few problems with my table.
(big shock right??)
First of all I have the following.
<th width="110" valign="center" align="center" style="BACKGROUND-COLOR: yellow"><B>Selection</B></th>
It works ok, exept the bold tag is ignored.
Second problem.
<th align="left"><small>Department:</small></th>
The small tag is ignored.
And lastly..
<td valign="center" align="right" style="BACKGROUND-COLOR: lightyellow" style="COLOR: red">blah blah</td>
This line works ok if I only specify the background color. As soon as the foreground color is added, it seems to throw away the background color and give me black text.
I'm sure there's something simple with my code that netscape is choking on. I'm just not sure what.
Is there any good reference out there of stuff that works in IE but doesn't work in netscape???
Thanks,
Bob
(big shock right??)
First of all I have the following.
<th width="110" valign="center" align="center" style="BACKGROUND-COLOR: yellow"><B>Selection</B></th>
It works ok, exept the bold tag is ignored.
Second problem.
<th align="left"><small>Department:</small></th>
The small tag is ignored.
And lastly..
<td valign="center" align="right" style="BACKGROUND-COLOR: lightyellow" style="COLOR: red">blah blah</td>
This line works ok if I only specify the background color. As soon as the foreground color is added, it seems to throw away the background color and give me black text.
I'm sure there's something simple with my code that netscape is choking on. I'm just not sure what.
Is there any good reference out there of stuff that works in IE but doesn't work in netscape???
Thanks,
Bob