hi,
i just create fresh drupal 5.1 test site and i install simplemenu module. when i enable the simplemenu, the garland theme break. i attach print screen of my theme.
any suggestion to fix this?

CommentFileSizeAuthor
garland_simplemenu.jpg74.38 KBedex13

Comments

m3avrck’s picture

Cannot reproduce this using the latest version and Garland.

steingard’s picture

I produced the same breakage in IE7 but not in FireFox. The menu doesn't appear to show up at all in IE6... I guess it'll take further investigation, or I might just create my own CSS drop-down solution.

DaveNotik’s picture

Isn't broken for me in Firefox (didn't try IE), but what about that big space between the menu and Garland? Can that be removed?

--D

pvasener’s picture

You can easily remove the 20px space at the top, commenting out line 145 of simplemenu.js:
//$('body').css('margin-top', '20px');
This is useful if you want to display the menu in another place than the top of your page.

sime’s picture

This fixes things for me. How would the patch look? Patch in some css that can be over-ridden? Or patch in a js option to conditionally output this?

chisler’s picture

I can reproduce this on IE6. If you resize your IE window it seems to disappear. Would be great if someone could provide a fix/patch for this as this is the last item I need to get sorted before I can put a new site live.

Works fine in FF/Safari on OSX and also on FF in Windows. IE6 (havent checked IE7) seems to be the only one broken.

m3avrck’s picture

Status: Active » Fixed

should be fixed now, CSS is no longer hardcoded

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.