Closed (fixed)
Project:
Nice Menus
Version:
5.x-1.2
Component:
CSS
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2010 at 19:05 UTC
Updated:
9 Jun 2010 at 19:30 UTC
I am developing this on a stand alone desktop so I can't post a link, however I will attach the css file. Using Drupal 5 and Zen based theme.
It is a horizontal menu which works as desired, however when used with a zen based theme, the dropdowns appear if you hover over other text, images or links that appear on the page below the nav bar where the dropdown will cover.
Any ideas on which class or selector I should focus on to solve this?
Comments
Comment #1
jonjonz commentedlink wisteria_nice_menus.zip
Comment #2
jonjonz commentedTo answer my own issue.
I found that the problem was caused by my placing some of my custom CSS in the nice-menus.css file. The README.TXT file clearly states "you should not edit the regular nice_menus.css file since this contains the "logic" that makes Nice Menus work."
After moving my edits to the suggested seperate css file, everything worked as advertised on the tin. So the moral is RTFM or in this case the README.TXT file.
Comment #3
add1sun commented