IE6 绝对定位后 bottom:0不行
对一个div进行绝对定位,使top,bottom都自适应浏览器。FF可以,IE6bottom:0无效啊<styletype="text/css">.content{wid...
对一个div进行绝对定位,使top,bottom都自适应浏览器。FF可以,IE6 bottom:0无效啊
<style type="text/css">
.content{
width:200px;
border:6px solid #66CCCC;
position:absolute;
bottom:0;
top:0;
left:0;
}
</style>
<body>
<div class="content">
</div>
</body> 展开
<style type="text/css">
.content{
width:200px;
border:6px solid #66CCCC;
position:absolute;
bottom:0;
top:0;
left:0;
}
</style>
<body>
<div class="content">
</div>
</body> 展开
展开全部
<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
.content{
border:6px solid #66CCCC;
position:absolute;
bottom:0;
top:0;
left:0;
width:200px;
height:98%!important;
height:104%;
}
</style>
</head>
<body style="height:94%;">
<div class="content">
</div>
</body>
</html>
这样就可以了。
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
.content{
border:6px solid #66CCCC;
position:absolute;
bottom:0;
top:0;
left:0;
width:200px;
height:98%!important;
height:104%;
}
</style>
</head>
<body style="height:94%;">
<div class="content">
</div>
</body>
</html>
这样就可以了。
追问
是可以了啊,不过有个小问题,窗口缩小后,出现了滚动条~~这个该怎么解决啊
追答
缩小了之后当然游滚动条了,你的页面不能一页显示完当然有滚动条了,呵呵。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询