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
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