码迷,mamicode.com
首页 > 其他好文 > 详细

关于fixed的在页面居中问题。

时间:2015-05-09 20:35:53      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:background   浏览器   position   网页   bottom   

html部分

<div class="ceshi">测试</div>
.ceshi{
width:200px;height:100px;background:#dd5522;position:fixed;left:0px;top:0px;right:0px;bottom:0px;margin:auto;
}


说明:当元素定义为 fixed时。需要它在网页中绝对居中,可以先将left,top,right,bottom,都设置为0

然后使用margin:auto来居中。不兼容ie6浏览器。



关于fixed的在页面居中问题。

标签:background   浏览器   position   网页   bottom   

原文地址:http://reason2516.blog.51cto.com/5550720/1649841

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!