<html>
<head>
<title>css实现的图片水印效果</title>
<style type=text/css>
.transp-block{background:#fff url(aaa.png) no-repeat right bottom;margin:0px auto;width:512px;height:380px;overflow:hidden}
img.transparent{filter:alpha(opacity=70);moz-opacity:.70;opacity:.70}
</style>
</head>
<body>
<div class=transp-block>
<img class=transparent src="logo1.jpg" width="512" height="380" />
</div>
</body>
</html>
css为图片加水印
最新推荐文章于 2025-06-26 11:09:47 发布