fixed problem with supersub and IE, thanks Ross
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.3 (2011-11-29 22:29:36) dev
|
||||
Version 1.99.3 (2011-11-29 22:32:27) dev
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
.each(function(){
|
||||
var $childUl = $('>ul',this);
|
||||
var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right';
|
||||
$childUl.css(offsetDirection,emWidth);
|
||||
$childUl.css(offsetDirection,$ul.width());
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
.each(function(){
|
||||
var $childUl = $('>ul',this);
|
||||
var offsetDirection = $childUl.css('left')!==undefined ? 'left' : 'right';
|
||||
$childUl.css(offsetDirection,emWidth);
|
||||
$childUl.css(offsetDirection,$ul.width());
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user