Great technique from CSS-Tricks using “background-attachment” Link
set this css property on body element background:transparent url(images/bg-solid.jpg) no-repeat fixed 0 0;
it will give a better visual and no incorrect scrolling
Notify me of follow-up comments by email.
Notify me of new posts by email.
dr.kazoo on July 14th, 2009
set this css property on body element background:transparent url(images/bg-solid.jpg) no-repeat fixed 0 0;
it will give a better visual and no incorrect scrolling