[jQuery] Re: IE8 will not perform Fade animation properly

2009-04-12 Thread Jared A. D. Radtke
Here is the HTML: http://www.w3.org/1999/xhtml";> Untitled Document This Fades on loadup And here is the JavaScript: $(document).ready(function(){ $("#InputField").focus(); $("#FadeThisGuy").fadeOut("slow"); }); It's an incredibly simple test which works fine it Firefox, yet

[jQuery] IE8 will not perform Fade animation properly

2009-04-11 Thread Jared A. D. Radtke
Hello All, I am new to this forum as well as web design (started a few months ago). I have been trying to implement fade effects on my site which are not working in IE8 (naturally works fine in everything else). When it runs, the text (set within a span that has an ID) simply disappears rather t