Thursday, November 10, 2011

jQuery fadeIn with IE7

The other day, working on a project with JQueries fadeIn function, I've had the problem, that IE7 wouldn't do the fadeIn as other major browsers (including IE8 and 9) do. After doing a little research and trying out a few things, I found a solution which works very well:
IE7 does have major problems dealing with the CSS float property (not only concerning the fadeIn). After removing it, the fadeIn worked like a charm.

Give it a try! It might help you too!

No comments:

Post a Comment