考虑此页面:http://losthobbit.net/temp/docking.html
这是HTML:
<html>
<head>
<title></title>
</head>
<body>
<div style="position: absolute; bottom: 0; right: 0; top: 0; width: 259; background-color: #00FF00">
<input type="button" style="position: absolute; left: 161; top: 30; width: 75; height: 25"/>
</div>
<div style="position: absolute; bottom: 0; right: 259; left: 0; height: 100; background-color: #00FFFF">
<input type="button" style="position: absolute; right: 10; top: 30; width: 75; height: 25"/>
</div>
</body>
</html>
在Chrome&amp; FireFox完美无缺。第二个div与第一个div对接。
是否可以在IE8中使用它?
提前谢谢你,精彩的人:)
答案 0 :(得分:1)
将单位“px”添加到您的css值中。 IE更喜欢它,不像FF或Ch那样宽容:)
答案 1 :(得分:1)