给图片添加水印

<!DOCTYPE html>
<html>
<head>
    <title></title>
    <style type="text/css">
        a{
            display: block;
            width: 282px;
            height: 197px;
        background:transparent url(water.png) no-repeat right bottom;
        }
        img {
        filter:alpha(opacity=75);
        opacity:.75;
        }
    </style>
</head>
<body>
    <a href="#">
        <img src="allcity_cd.jpg">
    </a>
</body>
</html>

 

posted @ 2016-08-17 12:01  程序员Andy  阅读(211)  评论(0)    收藏  举报