Hi,
I was wondering if someone could shed some light on a problem I'm having with a "Description Layer Script" that I found at I'm using it to display definitions for terms found on a page, but the terms don't link to another page, so I just want it to display onMouseOver so I tried to use the following code:
<a href="javascript:void(0)" onMouseOver="popLayer(1)" onMouseOut="hideLayer(-50)">
Unfortunately, although it works fine in IE, it doesn't do anything in Firefox (v. 1.04) or Netscape (v. 7.02) (no errors, it just doesn't display the definition layer.)
Thanks in advance for any suggestions.
I was wondering if someone could shed some light on a problem I'm having with a "Description Layer Script" that I found at I'm using it to display definitions for terms found on a page, but the terms don't link to another page, so I just want it to display onMouseOver so I tried to use the following code:
<a href="javascript:void(0)" onMouseOver="popLayer(1)" onMouseOut="hideLayer(-50)">
Unfortunately, although it works fine in IE, it doesn't do anything in Firefox (v. 1.04) or Netscape (v. 7.02) (no errors, it just doesn't display the definition layer.)
Thanks in advance for any suggestions.