Posted by novovox on March 23, 2009 at 9:50pm
| Project: | Agregado |
| Version: | 6.x-2.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have enabled the Agregado module and have a primary menu that has up to 2 children beneath certain list items.
On the frontpage, when I hover over any list item the dropdown does not appear at all. I can then click on a parent item and go to the node for that item. Once at this node I can hover over the primary menu and the dropdown now appears for that list item but still does not appear for any other of the primary menu list items.
I need the dropdowns to appear for each primary menu item on every page.
Can anyone suggest a solution?
Comments
#1
#2
I have set up a demo of the problem on one of my sites: www.novovox.com
If you are at the home page and hover over "Services" in the primary menu the dropdown does not appear. Then click on "Services" and it opens to the node. If you now hover over the "Services" menu item the dropdown will work. Obviously the whole point of dropdown menus is defeated if it is not active on the frontpage.
Can anyone help???
#3
Hi novovox,
Sorry I was tied up with my works and didn't have the time to look at my issues.
Anyway, this looks like a simple problem. Did you read the README.txt file for instructions on enabling the drop down menus?
http://cvs.drupal.org/viewvc.py/drupal/contributions/themes/agregado/REA...
Look at #4
That should solve your problem.
- Leow
#4
Thanks, Leow.
That helped but it still wasn't working in one other site that I'm using Agregado on. I then disabled DHTML menus and it is now working properly on that site too. I don't suppose you know a fix for using Suckerfish and DHTML on a site together?
#5
Yeah I don't have a fix yet, for now.
Will look into this when I'm free.
#6
I don't mean to be a pain with another question but, I have been hitting my head against a wall trying to get IE6 to style the li elements properly. I have attached a screenshot of the problem.
Any suggestions?
#7
Try applying a 1% height hack to the
li aelement.For example,
ul.menu li a {height: 1%;
}
#8
Assuming problem is fixed, no reply for weeks.
Please feel free to re-open if you have any problems.
#9
Automatically closed -- issue fixed for 2 weeks with no activity.