Hi guys, I'm trying to make a log in form fade in using jQuery. It looks great in Firefox, but produces weird results in IE. You can view it live at http://city-demos.com/
Here's a screenshot of half way through the fade in IE7: http://city-demos.com/wtf.jpg A quarter of it fades in before the rest, and the black background fades in 100% when I only want it to fade to 66% (specified in the css: http://city-demos.com/css/style.css). I also tried using jQuery's fadeTo('slow',0.66) but then it doesn't do anything at all. Does anyone know how I might make this look nicer? Also, the escape key words in Firefox but not in IE... IE doesn't seem to be getting the keydown event at all....can I fix this? Thanks! Mark