码迷,mamicode.com
首页 > 其他好文 > 详细

给图片添加水印

时间:2016-08-17 13:37:17      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

<!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>

 

给图片添加水印

标签:

原文地址:http://www.cnblogs.com/AndyZhang1993/p/5779476.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!