How to make Nice Menus work with this theme
GaryTorello - April 29, 2009 - 15:07
| Project: | Interactive Media |
| Version: | 6.x-1.10 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Am trying to get Nice Menus to work with this theme, however enabling nice menus results in menu system in wrong place. Would like to see default horizontal menu that this theme produces with drop-down sub-items off of that.
Any help appreciated.

#1
This is mainly due to CSS tag conflict. As there is no standard about how theme designer structure their HTML and CSS, we may always conflict with module designer (if the module get rid of some layout design with static-buildin CSS implementation, but not control its layout with hook from Drupal internal API).
I have not much idea about solving this problem within theme only, since this will happened again and again in case by case. The ultimate solution should be a "split brain" implementation as mentioned above, where module designer left all layout control to theme designer which keep both side clean.
Should this issue refile for Nice Menu?