Closed (fixed)
Project:
SimpleMenu
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2007 at 06:33 UTC
Updated:
6 Dec 2007 at 05:21 UTC
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?
| Comment | File | Size | Author |
|---|---|---|---|
| garland_simplemenu.jpg | 74.38 KB | edex13 |
Comments
Comment #1
m3avrck commentedCannot reproduce this using the latest version and Garland.
Comment #2
steingard commentedI 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.
Comment #3
DaveNotik commentedIsn'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
Comment #4
pvasener commentedYou 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.
Comment #5
simeThis 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?
Comment #6
chisler commentedI 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.
Comment #7
m3avrck commentedshould be fixed now, CSS is no longer hardcoded
Comment #8
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.