Actually I should be the one who should thank you for coming up with
this menu, it is great. Like you said I tried to put that fix in
onShow callback but it did not worked. So far this is what I did

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

Am I missing something!!!!.

Reply via email to