$10
dropdown menu in wordpress not display properly
I've added a dropdown menu using http://shailan.com/wordpress/plugins/dropdown-menu
The menu appears to be working fine, but the dropdown menu is not visible. So if you hover over the 'Cities' menu, it has a sub-menu that you can hover your mouse over and click, but it's as if the display is set to none or hidden or something.
Can someone please take a quick look at it and see if you can figure out why the menu is not showing, but is still working? I have a feeling it has to do with a z-index or something but I can't figure it out.
Dan | gteh | 07/26/11 at 2:27pm
| Edit
(2) Possible Answers Submitted...
-

Last edited:
07/26/11
2:38pmJulio Potier says:Hello
the "sub-menu" class does not exists in any css file !
Add this class in "./css/shailan-dropdown.css"
Example :
.sub-menu {
background-color: #FFFFFF;
}
Done !- 07/26/11 2:45pm
Dan | gteh says:Thanks, that is one step closer :)
that brought the background for the menu up, but none of the text is visible. It's just a white background now with what appears to be white text, even though I am defining the color in css
- 07/26/11 3:08pm
Julio Potier says:@Rashad : this is not fair, you have to help him for the winning price of $10...
- 07/26/11 3:11pm
Dan | gteh says:That's ok. I got it figured out.
I needed to set a height for the <li> inside .sub-menu
Thanks for your help. The prize is all yours.
- 07/26/11 2:45pm
-

Last edited:
07/26/11
3:04pmRashad Aliyev says:Hello, if you still not solved your problem you can find me from my profile. I've analysed and saw It's still needed for fixing.
- 07/26/11 3:07pm
Dan | gteh says:Hi thanks but I am on a tight budget for this one and cannot afford to hire someone at an hourly rate to do this.
It seems like a small CSS change to get the text to display, and was hoping someone could point me in the right direction. - 07/26/11 3:10pm
Dan | gteh says:nevermind, figured it out. Had to set a height on .sub-menu's <li>
- 07/26/11 3:07pm
This question has expired.
Dan | gteh voted on this question.
Current status of this question: Completed




