Menus are displayed vertically instead of horizontally in some themes like Garland. The module should include default CSS properties so that menus are displayed correctly without needing to tweak the CSS.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 742898-dynamic_persistent_menu_css_file.patch | 15.14 KB | zyxware |
| #2 | dynamic_persistent_menu.tar_.gz | 12.23 KB | zyxware |
Comments
Comment #1
zyxware commentedWe will provide a default stylesheet based on the stylesheet that we have used for our latest project and will also provide a patch for the 2.x version for this.
Comment #2
zyxware commentedAttaching herewith the patch that provides a default CSS for the module. The CSS has been tested with Garland on FF3.
Changelog
- Default stylesheet for the module that creates a horizontal menu.
- Inline styles have been moved to the css file.
- The module now uses Drupal settings array instead of custom inline javascript variables.
- All global variables inside the javascript file has been moved to the settings array for the module.
Also attaching the latest version of the module full source.
Thanks
Comment #3
yrocq commentedCommited in CVS. Thank you very much !