预览模式: 普通 | 列表
07-06
02

一个图片半透明效果


<style type="text/css">
.alpha{filter:alpha(opacity=30);width:400px;}
</style>

<div width="1024" height="768">
<img src="C:\\webstudy\\Pic\\2.jpg" class="alpha"/>
</div>
<div style=" position:absolute;left:0px; top:0px">

查看更多...

Tags: CSS

分类:Ajax/Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 851