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

div内居中图片小组件

时间:2017-02-16 22:21:00      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:top   tom   html   分享   pre   relative   image   margin   ble   

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>Document</title>
</head>
<body>
	<div style="width:300px;height:200px;position:relative;display: table;text-align: center;background-color:#ccc;">
		<img src="img/fp_06.png"  style="position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height: 100%;width:auto;height:auto;">
	</div>
</body>
</html>

  效果如图:技术分享或者:技术分享

div内居中图片小组件

标签:top   tom   html   分享   pre   relative   image   margin   ble   

原文地址:http://www.cnblogs.com/sheen573156440/p/6407160.html

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