PDA

View Full Version : Static background at bottom of browser using CSS.



Jahova
04-10-2009, 03:03 PM
As the title says, I've read some sites but none of their code seems to be working. I have a background image that I want to repeat accross the whole of the bottom of the browser window. All help = rep. Thanks.

Jamesy
04-10-2009, 03:18 PM
isn't it just
background:url(your/image) center bottom repeat-x;

Blob
04-10-2009, 03:19 PM
background: #hex url( image url ) repeat-x fixed bottom;

?

Jahova
04-10-2009, 03:29 PM
Wow, I was using 4 lines of CSS and it wan't even working. Me and my OTT coding. Thanks both!
NTS: Blob

Want to hide these adverts? Register an account for free!