I'm trying to write a snippet of code that will take a user to another page on my site when they move their mouse over a certain spot. The code below works fine in IE (if you swap the layer tags for div tags), but doesn't work at all in Netscape. Any suggestions or alternatives?
<layer
onMouseOver='top.location.href=" ";'
position=absolute style="position:absolute;top:500px;right:5px;"><table
width=100% height=50 border=2><tr><td> </td></tr></table></layer>
<layer
onMouseOver='top.location.href=" ";'
position=absolute style="position:absolute;top:500px;right:5px;"><table
width=100% height=50 border=2><tr><td> </td></tr></table></layer>