PDA

View Full Version : BG Help



Luckyrare
19-12-2005, 12:23 PM
I need the background code for css so when you scroll down the iframe the bg doesnt move.

I thought it would be something like this


background-image: url(image.gif);
background-repeat: fixed;

Can anyone help?

Thanks

timROGERS
19-12-2005, 01:56 PM
I'm not sure, sorry.

Luckyrare
19-12-2005, 01:59 PM
;( I no it can be done, they used to have it on habbodemand

Splinter
19-12-2005, 04:21 PM
use:


background-image: url('img.gif');
background-repeat: no-repeat;
background-attachment: fixed

Luckyrare
19-12-2005, 05:01 PM
Perfect! Thanks mate :)

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