当前位置: 代码迷 >> HTML/CSS >> 图片堆叠css
  详细解决方案

图片堆叠css

热度:44   发布时间:2012-10-09 10:21:45.0
图片重叠css
<style type="text/css">
<!--
.tetui_pic{width:200px; height:140px; background:#dbdfec; border:#dbdfec solid 1px;overflow:hidden; float:left; margin-right:15px;position:relative;}
.tetui_pic span{background: url(images/off.gif) no-repeat;display: block;position: absolute;width:65px;height: 65px;bottom:3px;right:3px;}
-->
</style>
<p class="tetui_pic">
<span></span><img src="images/wuzhoutehui.JPG"/></p>
  相关解决方案