2

このスタイル属性をbodyタグに添付しました:

style="background: -moz-radial-gradient(center center , circle , rgb(223, 224, 228), rgb(189, 193, 200)) no-repeat fixed 0% 0% #fff;"

そして、ページのスクロールは非常に難しくなりました-それは遅れてゆっくりとスクロールしていました。そうなのか?

編集:スクロールだけでなく、他のすべてのjquery効果も遅くなります。

4

1 に答える 1

4

Its a known issue that a gradient background with background-position:fixed has perfomance problems.

This is the price you pay for using pre-release CSS (ie anything with a browser prefix such as -moz). Most of the time they work fine, but as long as they've got that prefix, it indicates that the vendor doesn't consider the feature to be finished, so you use it at your own risk.

于 2010-10-26T11:24:03.373 に答える