$(function(){ if(isIE6){ try {document.execCommand("BackgroundImageCache", false, true);} catch(r) {} } $('.menu > li').hover(function(){ //$(this).childern('a').addClass('active'); $(this).find('#ddmenu2').show(); },function(){ $(this).find('#ddmenu2').hide(); //$(this).find('.nav_a').removeClass('active'); }) })