好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSS相对定位实现DIV层的投影(阴影)效果_html/css_WEB-ITnose



DIV层阴影

.out {
position:relative;
background:#E4E4E4;
margin:8px auto;
width:300px
}
.in {
background:#fff;
border:1px solid #666;
padding:10px 5px;
position:relative;
top:-5px;
left:-5px;
}





CSS相对采用相对定位实现DIV层的投影(阴影)效果

查看更多关于CSS相对定位实现DIV层的投影(阴影)效果_html/css_WEB-ITnose的详细内容...

  阅读:30次