将一个透明色的div覆盖在一个button上边,为什么在IE8下这个按钮仍然可以点击 30
我将一个透明色的div覆盖在一个button上边,为什么在IE下这个按钮仍然可以点击,而在火狐和谷歌下按钮式不可以点击,下面是我的代码,我在点击button的时候弹出"b...
我将一个透明色的div覆盖在一个button上边,为什么在IE下这个按钮仍然可以点击,而在火狐和谷歌下按钮式不可以点击,下面是我的代码,我在点击button的时候弹出"button",在点击div的时候弹出“div”,在IE下运行这段代码弹出的是“button”,而在谷歌和火狐下弹出的是“div”,求解,我用的是IE8
<!DOCTYPE html >
<html>
<head>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyHTML</title>
</head>
<body>
<input type="button" value="点击" onclick="alert('button')">
<div style="height:100px;width:100px;top:0px;left:0px;z-index:999999999;position: absolute;border:1px solid blue" onclick="alert('div')"></div>
</body>
</html> 展开
<!DOCTYPE html >
<html>
<head>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MyHTML</title>
</head>
<body>
<input type="button" value="点击" onclick="alert('button')">
<div style="height:100px;width:100px;top:0px;left:0px;z-index:999999999;position: absolute;border:1px solid blue" onclick="alert('div')"></div>
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询