Posted by ithacaindy on May 25, 2010 at 6:50pm
I created a Nice Menu for my primary navigation and added a drop-down item. When I try to access the item, it disappears when I mouse-over. I have to "sneak up on it" to get it to work. Anyone know what I'm doing wrong? You can try it yourself: go to the "Local" menu, then try to follow the menu down to "Crime."
Comments
It could be a setting in
It could be a setting in mouse speed that you have (disappearance of the menu).
Check your setting @admin/settings/nice_menus
For reference, until I made a good writing bout it, here's a link to a sort of OP menu with nice_menus:
http://publish.t-wipje.nl/
The nice menu css is @ http://publish.t-wipje.nl/sites/all/themes/altior/css/menu.css
Ronald
I fixed the menu item problem
I fixed the menu item problem after checking out a Nice Menu thread which pointed to this bit of css:
ul.nice-menu ul,/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
top: 2em;
left: -1px;
border: 0;
margin-right: 0;
}
I changed 2em to 22px and it removed a gap between the menu item and the child item.
I tried it and it worked
I tried it and it worked perfectly for me.
By the way your site is looking good.
Edit:
The first time I tried it I was using Opera. When I tried it later using Firefox I had the problem you described. It was closing before I could click on it.
With thanks
I was having the same problem and this worked for me. Thanks for your posts about it - saved me hours :-)