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

给层设立阴影

2012-11-06 
给层设置阴影style typetext/css.frame {position:relative background-color:greenwidth:100pxhe

给层设置阴影
<style type="text/css">
.frame {position:relative; background-color:green;width:100px;height:100px;}
.shadow {float:left;background:#000; filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='5', MakeShadow='true', ShadowOpacity='0.60');}
</style>

<div class="shadow">
<div class="frame"></div>

</div>?

热点排行