Merge pull request #2315 from Pistos/ie-make-user-menu-work

Total hax, but this is better than the user menu completely not working.
This commit is contained in:
Daniel Grippi 2011-11-04 21:02:25 -07:00
commit a87ba6cbfa
2 changed files with 8 additions and 1 deletions

View file

@ -17,6 +17,10 @@
evt.stopPropagation();
self.menuElement.toggleClass("active");
if ( $.browser.msie ) {
$('header').toggleClass('ie-user-menu-active');
}
};
this.hideDropdown = function() {

View file

@ -263,6 +263,9 @@ header
:top 5px
:display block
header.ie-user-menu-active
:height 150px
//////////////////////////////////
ul.dropdown
:padding 0