joah
11-03-2003, 10:03 AM
Hi!
Before you read on: I use dreamweaver. :eek: Just thought you should know.
Ok, my problem is this: I have a link that uses onMouseOver to unhide a layer. In this layer is another link. The layer has a Hide (itself) function onMouseOut. BUT, when i mouse over the link in the layer, the layer hides, even though my mouse is still within the layer boundaries.
Any suggestions?
This is the HTML that i used (I left standard DW functions out):
<body>
<p onMouseOver="MM_showHideLayers('Layer1','','show')">link A</p>
</p>
<div id="Layer1" style="position:absolute; width:105px; height:128px; z-index:1; left: 56px; top: 56px; background-color: #F9F9F9; layer-background-color: #F9F9F9; border: 1px none #000000; visibility: hidden;" onMouseOut="MM_showHideLayers('Layer1','','hide')">
<a href="#" target="_top">klklklk</a><br>
<a href="#">gjshfg</a></div>
</body>
Check it out here: http://www.joah.nl/test2/untitled3.htm
Before you read on: I use dreamweaver. :eek: Just thought you should know.
Ok, my problem is this: I have a link that uses onMouseOver to unhide a layer. In this layer is another link. The layer has a Hide (itself) function onMouseOut. BUT, when i mouse over the link in the layer, the layer hides, even though my mouse is still within the layer boundaries.
Any suggestions?
This is the HTML that i used (I left standard DW functions out):
<body>
<p onMouseOver="MM_showHideLayers('Layer1','','show')">link A</p>
</p>
<div id="Layer1" style="position:absolute; width:105px; height:128px; z-index:1; left: 56px; top: 56px; background-color: #F9F9F9; layer-background-color: #F9F9F9; border: 1px none #000000; visibility: hidden;" onMouseOut="MM_showHideLayers('Layer1','','hide')">
<a href="#" target="_top">klklklk</a><br>
<a href="#">gjshfg</a></div>
</body>
Check it out here: http://www.joah.nl/test2/untitled3.htm