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

任意大小的图片垂直水平居中与一个固定大小的容器中

时间:2014-07-30 09:46:03      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   io   2014   html   

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>无标题文档</title>
<style type="text/css">
*{ margin:0; padding:0;}
.fl{ float:left; width:100px; height:100px; background:green}
.nofl{ width:300px; height:300px; background:red; margin:100px auto; position:relative; overflow:hidden;}
.nofl p{ position:absolute; left:50%; top:50%;}
.nofl p img{ position:absolute; left:-50%; top:-50%;}
.nofl p .hide{ position:static; visibility:hidden;}

</style>
</head>
<body>
<div class="nofl">
    <p>
        <img src="02.png" class="hide" />
       <a href="#"><img src="02.png" /></a>
    </p>
</div>
</body>
</html>

实际效果如下:

bubuko.com,布布扣

任意大小的图片垂直水平居中与一个固定大小的容器中,布布扣,bubuko.com

任意大小的图片垂直水平居中与一个固定大小的容器中

标签:style   blog   http   color   os   io   2014   html   

原文地址:http://www.cnblogs.com/busicu/p/3877118.html

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