用CSS3为元素设置多个背景图片
用CSS3为元素设置多个背景图片简介
#multipleBG {
border: 5px solid #cccccc;
background:
url(img1) top left no-repeat,
url(img2) bottom left no-repeat,
url(img3) bottom right no-repeat;
padding: 15px 25px;
height: 500px;
width: 590px;
}
论坛讨论地址:http://www.html51.com/thread-23-1-1.html
手机版|HTML5|HTML5手机论坛|加速HTML5在中国的普及,HTML51.COM ( 苏ICP备08015043号 )
GMT+8, 2012-5-20 04:15 , Processed in 0.141997 second(s), 10 queries .
Powered by Discuz! X2
© 2001-2011 Comsenz Inc.