Closed (duplicate)
Project:
Nice Menus
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2007 at 00:10 UTC
Updated:
10 Oct 2007 at 02:58 UTC
The front page link has a path of < front >, which is used in the CSS class. This is invalid CSS, and cannot be styled due to the presence of the < and >. The simplest way to remove these is to add them to the str_replace when building the classes. I have attached a patch for this.
This is a great module, by the way, and works well in 5.2. A few CSS fixes are sometimes required depending on the theme used, but overall I think its ready for production sites. One tip for people who have the drop-down menu appear behind content, is to add a height declaration to the surrounding div, and also give that div position:relative;z-index:10;.
| Comment | File | Size | Author |
|---|---|---|---|
| nice_menus_str-replace.patch | 1.07 KB | davemybes |
Comments
Comment #1
add1sun commentedDuplicate of http://drupal.org/node/100914.