Shadowzz34
Member
Posted 2 years ago #
I've made some changes to my site and for some reason it looks much more concise and tight on IE, it also scrolls properly. In Mozilla everything is too big and scrolls very sloppily, how can this be fixed? If the size of everything is just differences in browsers, thats one thing, but the sloppy scrolling in Mozilla has got to go. Below is my site, thanks in advance for the help!
http://www.electronicmusicreview.net/
Sorry - what do you mean by "sloppy scrolling"? I've just checked your site in FF3 and it looks fine to me.
Shadowzz34
Member
Posted 2 years ago #
I mean as you scroll there is a moment when part of the body near the bottom or top depending on which way you are scrolling disappears for a moment, then shifts to where it should be.
You've got 2 CSS errors. Maybe they're part of the problem?
Shadowzz34
Member
Posted 2 years ago #
Thanks alot, I will fix them and see what happens. I appreciate your help.
background-attachment: fixed; (in your theme's style.css) can lead lead to choppy or slow scrolling in some browsers, especially on older or slower computers.
Disable Smooth-Scrolling? Sometimes slower computers don't work very well with that enabled. It's in Settings > Advanced > General in Firefox.
Shadowzz34
Member
Posted 2 years ago #
My computer is new and pretty quick, I've never experienced this before... I will give the suggestions a try, thanks for the input everyone.