I have a regular html page that I am using jQuery to animate a span. When I call the
$("").animate function, the whole page goes blank in IE7; however, it is displayed
correctly in IE8. If I just use the $("").css function instead of trying to animate, the
same thing happens. The page goes white.
If I comment out everything in $(document).ready, there is no issue, but I also dont
have the functionality I want. If I just use a selector $("#.."), .find(), etc then there
is no issue with the page going blank. Right now, it only seems to be happening
with .css and .animate and only in IE7 or IE8 compatibilty mode.
Any ideas.
Thanks,
Joshua