I'm looking for help from the team again. I created a site that, when viewed in IE, scrolls mutable, but sleek and thin in all other browsers. I checked two different laptops to make sure that it was not just my graphics card.
I also deleted all the images to see if there was a problem displaying the image, and this did not fix the problem. Does anyone have any ideas?
UPDATE *: Based on the feedback, I also tried a page with images, shadow boxes and a google font, and I still get an intermittent scroll. I also just deleted the navigation and side banner now ... until it was good.
FOUND: Well, after I essentially deconstructed my site on a css piece, I found that the reason for the intermittent screen was (mainly) the use of the border-radius attribute (thanks for pointing me in that direction). there are two div containers on my page that I applied to css as follows: -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;
As soon as I deleted them, the page was 90% smoother. I still get some mutable scrolling due to the header image, it seems, but it is much better.
** The final solution was as follows: 1. Conditional IE was added to disable the border radius when viewing through the IE browser. 2. To remove the last bit of variability :) I took all the images that I used, created a sprite for them in Photoshop, and then used yahoo Smush-It to compress this file. The site is loading fine now.
Thanks for putting everyone in!
My url http://monopolydealrules.com
Thank!
source
share