Hi all, hopefully you can help me with this:
Im building a new site, and would like to have flame-like graphics at the botton of each page. More specifically what i want to do is to have a background that fades from grey to white on the top and then stays white until the flames become visible.
I have tried to look around, but frankly i dont quite know what to search for.
I hope theres a solution to this
tia,
Esben
Thanks for your reply, but it not quite what i meant.
What i am looking for is a technical solution that will allow me to place a background behind the footer, so that said background will be on the very bottom of the page no matter how 'long' it is.
something like this.
I realise that this is a regular footer probably, and what i want to do is to have my graphics climb up on the background on either side of the columns. I dont know if this is even possible, but would like to find out :)
thanks,
Esben
you can use CSS background property to add background image , like so
#footer{
background:transparent (http://tinyurl.com/diy-flame-effects) no-repeat left bottom;
}
Great, thanks chaoskaizer i will definately do that!
/Esben