html - Vertical Nav Menu Won't Hover -


i'm having trouble trying figure out why via mobile (iphone, ipad, etc.), sub-cateogories on nav menu won't open. have installed here: http://thebrlab.com/ugo-mozie/index.html here original example demo of nav menu http://thebrlab.com/ugo-mozie/menu.html (which works when tap headers on mobile)

the reason won't work because device can't sense whether hovering on it. senses when touch , non-clickable

seeing link goes remove href off tag , if want have pointing cursor (clickable content) add css rule:

cursor: pointer; 

this way work on mobile , page won't keep refreshing when accidentally click it


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -