$("li.menu").hover(function(){
$(this).find("ul").fadeTo("medium", 0.92);
},
function(){$(this).find("ul").fadeTo("medium", 0);}
);This does work in Firefox but not in IE. 1. the fade won't work. 2. the hover over starts. But when the mouse goes out of the box it doesn't go away... Is this a known error. Onno _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
