
can't click links under text menus (CSS menus)
I have an issue clicking certain text menus while using mobile browsers including Firefox Beta and even chrome.
I'm pretty sure they are CSS text menus.. but say I click a header, and there are link options below that header.. I can't click the links that are below it because it quickly loads the link at the top of the menu.
Say this is the menu:
Account -- info -- security -- etc
And account is the header link, and I want to access "security" it doesn't even give me a chance to because it loads the Account link.
Confused and don't know why its happening
The pic is an example of a menu with links incant use
Spremenil battlebornstar
Vsi odgovori (1)
This is a common problem with traditional menus because unlike using a mouse, there's no way to "hover" over a menu on mobile, you have to touch it, which then gets processed like a click. Unfortunately I'm not aware of any workarounds.
(My blog has this problem and I probably need a new template that can tell the difference between desktop and mobile browsers and adapt how the menus work.)