Reputation: 171
How come? This is the site www.jivanmulders.nl
It isn't the large background image. I removed it and the scrolling experience stayed the same. It's in all browsers ...
I suspect it's the HTML ... but what and why? Thanks for any help!
Upvotes: 0
Views: 151
Reputation: 146440
It is the fixed background image together with the transparency effects. Being fixed mean that the browser has to re-render the complete page every time you scroll a single pixel.
Upvotes: 0
Reputation: 544
Omit the background image and all these "jivanmulders_top_A.gif" etc graphics as well. The jQuery localScroll/scrollto seems to work smoothly without them.
Upvotes: 1