background picures
Page 1 of 1
background picures
how do i out more then one background picture in my css style page.Re: background picures
I think he wants to use more than one background image. I saw this on a video tutorial by think vitamin on how to use two background images.Re: background picures
This should help :) http://www.css3.info/preview/multiple-backgrounds/--
~Chris
~Chris
Re: background picures
you can add multiple backgrounds by using css standard propertybackground-image
you just need to specify all images patch separated by comma (,)
like following code
- Code: Select all
background-image: url(path_to_background_1), url(path_to_background_2)
Page 1 of 1