楼主好,代码我已经写出来了,复制下面的代码进DW可看到效果,提示:滤镜在chrome浏览器中不显效果。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
*{margin:0px; padding:0px;}
#aa{width:300px; height:330px; background:#0F0;}
p{height:30px; text-align:center; background:#000; padding-top:8px;filter:alpha(opacity=30)}
p *{position:relative;}
a{color:#de946f;}
</style>
</head>
<body>
<div id="aa">
<img src="78.jpg" style="width:200px; height:300px;"/>
<p><a href="#">香奈儿的春天--凤阳春天故事</a></p>
</div>
</body>
</html>