WEB开发网
开发学院网页设计DivCss 用相对定位和负向移动完成图片象框阴影 阅读

用相对定位和负向移动完成图片象框阴影

 2006-06-13 19:19:36 来源:WEB开发网   
核心提示: 先看看代码,十分简单:以下是引用片段:<style>.out { position:relative; background:#bbb; margin:10px auto; width:285px } .in { background:#fff; border:1px so

先看看代码,十分简单:

以下是引用片段:
<style>
.out {
  position:relative;
  background:#bbb; 
  margin:10px auto;
  width:285px
  }
.in {
  background:#fff; 
  border:1px solid #555;
  padding:10px 5px;
position:relative; 
  top:-5px;
  left:-5px;
  }
</style>


<div class="out">
<div class="in" >
<img src="http://www.cncms.com/imagelist/06/24/k6xq28872yvo.jpg" alt="" />
</div>
</div>

Tags:相对 定位 移动

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接