Display issue with mcdropdown in Firefox on Mac
Its hard for me give too many details since the error report is from a novice user of a website and I can't reproduce it in my environment.
The website is in development so I don't want to post the url, but I guess I could if its needed.
They are on a mac using Firefox 3.6.2.
mcdropdown v1.2.10
jQuery 1.2.6
Screenshot attached.
The initialization script, I set the height trying to fix it:
$(function(){
$('#taxonomy-dropdown-6').mcDropdown('.view-dom-id-6 ul', {
maxRows: 50,
hoverOutDelay: 3,
click: function(e){window.location=$(this).attr('rel')},
autoHeight: false,
lineHeight: 18
});
});
Thanks for any help.