div里加了iframe 后边的div不见了
-----------code-------------<head><title>T</title></head><body><divstyle="width:400px...
-----------code-------------
<head>
<title>T</title>
</head>
<body>
<div style="width: 400px; height: 400px; border: solid 1px blue;">
<div style="width: 398px; height: 300px; border: solid 1px blue;">
<iframe style="width: 100%; height: 100%; border: 0; padding: 0;" src="some.htm" />
</div>
<div style="width: 100px; float: right; margin-right: 5px; margin-top: 5px; border: solid 1px blue;">
<span>选择</span>
<select id="mode">
<option value="a">a</option>
<option value="b">b</option>
<option value="c" selected="selected">c</option>
</select>
</div>
</div>
</body>
</html>
------------------------
如图 加入了iframe后,后边的select 怎么都没了啊 展开
<head>
<title>T</title>
</head>
<body>
<div style="width: 400px; height: 400px; border: solid 1px blue;">
<div style="width: 398px; height: 300px; border: solid 1px blue;">
<iframe style="width: 100%; height: 100%; border: 0; padding: 0;" src="some.htm" />
</div>
<div style="width: 100px; float: right; margin-right: 5px; margin-top: 5px; border: solid 1px blue;">
<span>选择</span>
<select id="mode">
<option value="a">a</option>
<option value="b">b</option>
<option value="c" selected="selected">c</option>
</select>
</div>
</div>
</body>
</html>
------------------------
如图 加入了iframe后,后边的select 怎么都没了啊 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询