PDA

View Full Version : Code



Andys
24-03-2007, 03:43 PM
Anyone know the code to make a fixed bg?
like on clubhabbo where you scroll down and it's fixed at the bottom?
ty.

Invent
24-03-2007, 03:49 PM
CSS Code:



background: url(image.gif) repeat-x fixed top/bottom left/right;

Drompo
24-03-2007, 03:50 PM
CSS
background-attachment:fixed;

F32
24-03-2007, 03:54 PM
<body background="image.gif">
For unvalidness.

Invent
24-03-2007, 05:09 PM
valid ftw.

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