JS求助,一直没弄明白
function hh(s){ alert(s);
}
html:<div style="width:150px;height:150px;position: relative;border:#000 groove 1px; margin:0 auto;">
<div onmouseover=hh("sss/fff.l") style="width:100px;height:100px;position:absolute; z-index:1; left:0;top:20px; border:#063 dashed 1px">
<div id='ssh'>dd</div>
</div><img src="map.jpg" width="150px" height="150px" />
</div>
这段代码在FF google上都没问题 在IE上却有时候出现鼠标移上去之后不执行hh(s)函数,但是去掉<img>标签 就没问题
麻烦高手解答下。