Hi, can anyone tell me the css code to set a fixed background (which dont move when we scroll the mouse)? thank you very much!
| SitePoint Sponsor |
Hi, can anyone tell me the css code to set a fixed background (which dont move when we scroll the mouse)? thank you very much!


or justCode:background: url(image.gif) fixed;
There are more things you can add, like no-repeat and positioning, depending on your need.Code:background-attachment: fixed
Okay, i'll try, thank you very much (why there isnt the thanks button??)
Bookmarks