background:transparent的作用

background的属性值

background : background-color | background-image | background-repeat | background-attachment | background-position ;

background:transparent 相当于 background-color:transparent;

一般情况下

background:transparent 和background:none; 效果是一样的,而前者偏向于颜色,后者偏向于图片

posted @ 2016-03-17 10:46  tinyphp  Views(2428)  Comments(0Edit  收藏  举报