I found out what slow my browser down when scrolling:
In css-file http://vgchartz.com/includes/vg2.css on line 7 the property 'background-attachment' is set to 'fixed'
This is useless because:
a: the image gets repeated over the y-axis,
b:it's height is only 10px
Because of this fixed value, browsers have to calculate and re-render the layer every time you scroll ... and it's on every page, in the body element ...
So, please, could you guys just leave the 'background-attachment' property out of it to make it a bit easier to scroll up and down ?
Thanx :)







