PDA

View Full Version : background issues


barne77
05-06-2009, 07:31 AM
Hi, is there anyway to have a image for the background and the anothe rimage that is at the bottem i tried the below but it didnt work just got nothing.

url (/images/background/bg.jpg) url(/images/background/bottem.jpg) no-repeat bottom left fixed

Any ideas on how to do this

tipoboy
05-06-2009, 07:32 AM
so you want a page background and a seperate background image for the footer?

barne77
05-06-2009, 07:36 AM
yeah any help great thanks

tipoboy
05-06-2009, 09:32 AM
you can add a page background via your main CSS menu, the footer i added a <div class="footer_css"> at the top of the page then defined my background pic in the additional CSS definitions with a </div> at the end of the footer code.

Try a search on "background" in "all forums" "Titles Only" and you might find something

barne77
05-07-2009, 09:28 AM
hi i have look and looked but everything i try doesnt work please help

Cryo
05-07-2009, 06:32 PM
The current CSS standards only allow you to have one background picture per page. In order to accomplish what you want to do you would need to have a bottom layer DIV somewhere on your page to facilitate the second image.