请帮帮我,当我在“图像”上方的空间“div”中重叠时,我没有收到带有 IE8+ 的 onclick 事件(或大多数鼠标事件)。我的 html 看起来像:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>div home</title>
<script type="text/javascript" >
function doRaise()
{
alert("hiii")
}
</script>
</head>
<body>
<div id="dragMe" onclick="doRaise()" style="position:absolute ;width: 50px; height: 50px;z-index: 100;border: solid red 2px"></div>
<div>
<img src="snap2.jpg" alt="no" />
</div>
welcome!!
</body>
</html>
但同样适用于 Mozilla Firefox 12+ 和 Google Chrome 最新版本。
请任何帮助都会很棒。提前致谢。普拉萨德