#235464: simplemenu disappears when Zen theme is turned on

This commit is contained in:
Roger López 2008-12-06 18:04:45 +00:00
parent b6333de34e
commit a570618597
3 changed files with 2 additions and 4 deletions

View File

@ -8,7 +8,7 @@ $(document).ready(function() {
// get the element to add the menu to
var element = Drupal.settings.simplemenu.element;
var menu = $(simplemenu).attr("id", "simplemenu");
var menu = $(simplemenu).attr("id", "simplemenu").addClass('clear-block');
switch (Drupal.settings.simplemenu.placement) {
case 'prepend':
@ -23,7 +23,7 @@ $(document).ready(function() {
}
$('body').addClass('simplemenu-enabled');
var animation = {};
animation[Drupal.settings.simplemenu.effect] = 'toggle';

View File

@ -7,7 +7,6 @@
width:100%;
z-index:9999;
text-align:left;
float: left;
}
#simplemenu a {
color:#fff;

View File

@ -8,7 +8,6 @@
width:100%;
z-index:9999;
text-align:left;
float: left;
}
#simplemenu a {
color:#333;