首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

图片堆叠css

2012-10-09 
图片重叠cssstyle typetext/css!--.tetui_pic{width:200px height:140px background:#dbdfec bor

图片重叠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>

热点排行