jQuery.selecteSizer – a fix for IE cutting off select dropdowns
In IE fixed width select menus don't expand when used, this is a solution:
if(j.browser.msie){
j('select').selecteSizer();
}
jQuery.selecteSizer – a fix for IE cutting off select dropdowns
In IE fixed width select menus don't expand when used, this is a solution:
if(j.browser.msie){
j('select').selecteSizer();
}