开发者

jQuery Innerfade - fading weirdly on IE7

开发者 https://www.devze.com 2022-12-19 07:34 出处:网络
I\'m wrapping up a 开发者_开发知识库new site, http://architect.sitesbyjoe.com and I\'m using the innerfade plugin on the site\'s homepage. For some reason, the fading is slow and choppy.

I'm wrapping up a 开发者_开发知识库new site, http://architect.sitesbyjoe.com and I'm using the innerfade plugin on the site's homepage. For some reason, the fading is slow and choppy.

The only other thing JavaScript-wise is the Fancy Zoom, but I've already removed it etc with no change.

Any thoughts? Other posts are pointing to CSS issues....


I can't help myself, I still wonder - isn't that innerfade tad overkill? (I noticed you use it only for the landing page, don't you?)

I did the very same with like 20 lines of jQuery code (and it's a bit configurable :) ) - if you're interested, I could post it :)

Also, the animation still feels a bit choppy in Google chrome.


I opened your main page in FF with firebug extension, enabled the console. It is throwing this error about as fast as it can scroll:

this.GetObj(this.divID) is null https://server.iad.liveperson.net/hcp/html/mTag.js?site=61775231 Line 1

this.GetObj(this.divID) is null https://server.iad.liveperson.net/hcp/html/mTag.js?site=61775231 Line 1

Maybe that function is eating away at your cpu cycles?


The problem was a combination of floating and absolute positioning. I removed one of the two and things started behaving again!

0

精彩评论

暂无评论...
验证码 换一张
取 消