Thread
:
Unable to click on drop-down menu items
View Single Post
01-23-2013, 07:42 AM
PM User
|
#
9
SB65
Senior Coder
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
Have a try making your css:
Code:
ul.sub-menu { margin-top: -
27
px; }
I think the sub menu may just be positioned a bit low - with the result that the :hover state is lost when navigating from main to submenu.
__________________
Use the W3C
HTML Validator
and
CSS Validator
to check your code and
Firebug
to see what css is applied to an element
Read Steve Krug's book
Don't Make Me Think
- essential reading on web usability
I don't recommend much, but I do recommend
Clook for UK web hosting
SB65
View Public Profile
Visit SB65's homepage!
Find More Posts by SB65