joelwenzel
Programmer
- Jun 28, 2002
- 448
Is css supported by netscape?
I wrote a page in explorer and it looks great. When I try to view it in netscape, it does not work. The problem seems to be coming from the <span> tag. Is this feature and others not supported in netscape? The hand cursor does not appear whne the mouse is on top of "P1" in the table. Ths javascript code is not called either.
This is my code
<table>
<tr>
<span style="cursor: hand" onclick="toggle(1,5);">
<td id=tab1>P1</td>
</span>
</tr>
</table>
I wrote a page in explorer and it looks great. When I try to view it in netscape, it does not work. The problem seems to be coming from the <span> tag. Is this feature and others not supported in netscape? The hand cursor does not appear whne the mouse is on top of "P1" in the table. Ths javascript code is not called either.
This is my code
<table>
<tr>
<span style="cursor: hand" onclick="toggle(1,5);">
<td id=tab1>P1</td>
</span>
</tr>
</table>