Anyone know the code to make a fixed bg?
like on clubhabbo where you scroll down and it's fixed at the bottom?
ty.
Anyone know the code to make a fixed bg?
like on clubhabbo where you scroll down and it's fixed at the bottom?
ty.
CSS Code:
HTML Code:background: url(image.gif) repeat-x fixed top/bottom left/right;
CSS
background-attachment:fixed;
valid ftw.
Want to hide these adverts? Register an account for free!