language_select IE bug fix

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5800 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-03-09 02:18:03 +00:00
parent 519ba53c0f
commit dec3942cf8

View file

@ -4,7 +4,7 @@ jQuery(function(){
var langList = c.next('ul.langList');
langList.toggle();
jQuery(this).parents('[id^=ex_]:first').css('overflow','').css('position','relative');
jQuery(this).parents('[id^=ex_]:first').css('overflow','').css('position','relative').css('zoom','1');
if(langList.css('top')){
if(jQuery('body').height() <= c.offset().top + langList.height()) {