Quote:
Originally Posted by Insensus
I suggest you move the onMouseOver and onMouseOut to the img tag instead.
|
I should have, you're right. But it still doesn't work in internet explorer  .
Code:
<img onMouseOver="popLayer(889)" onMouseOut="hideLayer()" border="0" src="http://www.hhgs.net/radiodjpanel/uploads/blueberryicm.gif">
edit: I removed onMouseOut="hideLayer()" and it works, however now of course when you move your cursor away from the image the box doesn't go away.
Last edited by macmee; 01-23-2009 at 06:07 PM..
|