mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
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:
parent
519ba53c0f
commit
dec3942cf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue