kobe

快乐工作:前端;健康生活:篮球;爱笑笑

摘要: 众所周知,图片的水平居中比较简单,但是图片的垂直居中比较麻烦一些,今天查阅了资料并自己写了测试代码,来实现兼容IE,FF,chrome等主流浏览器的图片在div中的垂直居中的方法。css样式代码如下:<styletype="text/css">*{margin:0;padding:0}div{width:210px;height:210px;}.attention{color:red;font-weight:bold;}.example1{background:blue;}.example2{background:green;display:table-cell 阅读全文
posted @ 2012-05-15 11:45 胡涛儿 阅读(540) 评论(0) 推荐(0)