Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

onMouseOver event in Layer

Status
Not open for further replies.

perlfan

Technical User
Apr 18, 2002
17
US
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=&quot; &quot;;'
position=absolute style=&quot;position:absolute;top:500px;right:5px;&quot;><table
width=100% height=50 border=2><tr><td> </td></tr></table></layer>
 
vic

Thank you very much. I came to the same conclusion, that being use a function for the event. Rest assured your code will be put to work.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top