fixed problem with supersub and IE, thanks Ross

This commit is contained in:
Massimo Di Pierro
2011-11-29 22:32:30 -06:00
parent fe02b48e5a
commit c30642ff17
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.3 (2011-11-29 22:29:36) dev
Version 1.99.3 (2011-11-29 22:32:27) dev
+1 -1
View File
@@ -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());
});
});
+1 -1
View File
@@ -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());
});
});