答:查阅资料中。
2.使用“滑动门”技术产生图像阴影效果。
答:2个div,中间插入图片,最底层的div设置阴影,从右下角开始铺设。中间的div设置坐上白色图像,然后设置padding 0 xpx xpx 0 ;
最后设置图像内边距: xpx;
*{
border: 0;
padding: 0;
margin: 0;
}
.shadow{
float: left;
background: url(images/bottom-right.gif) no-repeat bottom right;
}
.shadow div{
background: url(images/top-left.gif) no-repeat;
padding: 0 6px 3px 0;
}
.shadow img{
padding: 4px;
}
查看更多关于3.CSS文字_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did109981