PDA

View Full Version : Background Help.



Lysine
13-01-2007, 08:21 PM
I have a background image but how do i make it so that it does not scroll down with the page. You will see what i mean if you look at www.habbo-record.com Can you do it with CSS? + rep for help.

Edited by Lµke (Forum Moderator): Thread Moved from Website Designing. Please post in the correct section next time, Thanks :).

ScottDiamond
13-01-2007, 09:46 PM
Add this in your CSS.


<style>
body {
background-image: url(URL TO YOUR PICTURE HERE);
background-repeat:repeat-y;
background-attachment: fixed;
background-repeat: repeat;
}
</style>

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