这个是需要应用css的滤镜来实现的,但是只有IE浏览器支持。
代码实例如下:
<html><head>
<title>Gray灰度</title>
<style>
<!--
body{
margin:12px
}
.gray{
filter:gray /* 黑白图片 */
}
-->
</style>
</head>
<body>
<img src="building5.jpg">&nbsp
<img src="building5.jpg" class="gray">
</body>
</html>
样式:<style>
.back {background:url(images/coupon-logo.gif) no-repeat}
.top {height:100pxbackground-color:#ffffilter:Alpha(Opacity=60)opacity:0.6}</style>
html
<div class="back">
<div class="top"></div>
</div>
关键代码
background-color:#ffffilter:Alpha(Opacity=60)opacity:0.6