web图片处理

2019.4.28    博客

Logo制作网页推荐:http://www.logomaker.com.cn/logo-maker.jsp

web中css中图片放置

/* dhteumeuleu.com slider menu - last modified 26 Jan 2013 */

#icon {

        position:relative;

        top:6px;

        left:65px;

        width:40px;

        height:40px;

        overflow:hidden;

        cursor:pointer;

        background:#FF9000;

        border-radius:6px 0 0 0;

        -moz-transition: all 0.6s ease-in-out 0s; -webkit-transition: all 0.6s ease-in-out 0s;

        -o-transition: all 0.6s ease-in-out 0s; transition: all 0.6s ease-in-out 0s;

}

#icon div {

        position:absolute;

        background:transparent;

}

百度学习处理图片细节

一:图片羽化效果

1

2   

<

二:图片羽化效果加透明flash:

 

   

三:图片加透明flash效果:        

    


四:一张图片左右动:   


你可能感兴趣的:(web图片处理)