为什么我的笔记本显示不了在HTML里一个大的DIV里面放两个小DIV都向左浮动在一行显示
发布网友
发布时间:2022-11-28 13:50
我来回答
共2个回答
热心网友
时间:2023-10-23 07:37
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/javascript">
window.onload = function() {
document.getElementById('test').getElementsByTagName('img')[0].onclick = function() {
alert(0);
}
}
</script>
</head>
<body>
<div style="width:500px; height:500px; border:1px solid red;">
<div style="float:left; width:200px; height:300px; background:red;"></div>
<div id="test" style="float:right; width:200px; height:200px; background:#000;" onclick="abc()">
<img src="https://gss0.baidu.com/9vo3dSag_xI4khGko9WTAnF6hhy/image/pic/item/0dd7912397dda1442cdbb0bab0b7d0a20df486ec.jpg" width="200" height="200" />
</div>
<div style="clear:both;"></div>
</div>
</body>
</html>
希望可以帮到你
热心网友
时间:2023-10-23 07:37
你把具体代码发出来呀。。是不是你图片的索引不是绝对路径