Has anyone found a solution for this? I'm running into the same issue on IE6.
Thanks, Rich Realazy XA Chen wrote: > > hi, folks. > > I set up an example page here: > http://realazy.org/temp/tut/form_hover_step3.html > > and some js code like this: > > $("[EMAIL PROTECTED]'text'], [EMAIL PROTECTED]'password'], > textarea").hover(function(){$(this).addClass("ie_hover")}, > function(){$(this).removeClass("ie_hover")}).focus(function(){$(this).addClass("ie_focus")}).blur(function(){$(this).removeClass("ie_focus")}); > > test in firefox all is ok, but in ie6, I never saw the > ".blur(function(){$(this).removeClass("ie_focus")})" effect, that is, when > I > "onblur" this elements, they change nothing... > > so does my falut? ie's fault? or jQuery's fault( I hope not :) ) > > thanks in advance. > > > Realazy > -- > realazy.org > > _______________________________________________ > jQuery mailing list > discuss@jquery.com > http://jquery.com/discuss/ > > -- View this message in context: http://www.nabble.com/So-what-is-wrong-with-ie6-on-blur--tf2184552.html#a8028198 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/