Actually I should be the one who should thank you for this menu. Great
work!!! As per you suggestion I tried to put fix in onShow callback
but it did not worked so far I tried this

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
onShow          : function(){
                                                 if ($.browser.msie)
                                                {
                                                        
$('ul').style.removeAttribute('filter');
                                                }
                                          },
/////////////////////////////////////AND
ALSO//////////////////////////////////////////////////////////////////
onShow          : function(u){
                                                 if ($.browser.msie)
                                                {
                                                        
u.style.removeAttribute('filter');
                                                }
                                          },
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Reply via email to