码迷,mamicode.com
首页 > Web开发 > 详细

常用css解决方案

时间:2015-06-19 10:21:38      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

1.如何让一个绝对定位的div居中:如 div{position:absolute width:300px; height:400px; }

 1. 

left:0;right:0;height:0;top:0;//IE8下不兼容

 2.  

margin-left: -150px;margin-top: 200px;top:50%;height: 50%;//兼容各浏览器

 

常用css解决方案

标签:

原文地址:http://www.cnblogs.com/hfhsummer/p/4587735.html

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