天蚕在你身边
不方便打电话?让天蚕联络你
css3于background很多朋友都了解,就不必多做解释了,css3以下版本的background只能单独对一张图片进行背景设置、平铺方式、背景位置。而在css3赋予了它更大的权利,可以设置更多背景图片,这就是今天要说的css3多重背景。
如何用css3展示多重背景?
多重背景语法:background:背景,背景,背景;
1.background: url(images/weather-cloud.png) center center no-repeat, url(images/weather-clouds.png) top left no-repeat, url(images/weather-cloudy.png) top right no-repeat, url(images/weather-rain.png) bottom left no-repeat,url(images/weather-snow.png) bottom right no-repeat;
这种也是由css2中的background升级过来,只不过支持了多重背景。同样它也分开来写:
1.background-image:url(images/weather-cloud.png),url(images/weather-clouds.png),url(images/weather-cloudy.png),url(images/weather-rain.png),url(images/weather-snow.png); 2.background-repeat: no-repeat; 3.background-position:center center,top left,top right,bottom left,bottom right;
切记:image调用几个,如果不共用其他属性,必须分别写出属性。
重庆网络公司
地址:重庆市渝中区上清寺鑫隆达B座28-8
邮编:400015
电话:023-63612462
EMAIL:cnjl_net@163.com