+ 1
How can I style my hoverable nav items?
I have a navigation bar with nav items on some buttons but the funny thing is I don't know how to style it to display only when I hovered it.
1 Answer
0
use :hover pseudo class in css selector ^^
however, in touch device that's only apply on 'click' and be disable on onother 'click' elsexhere, and in iOS/iPadOS it seems to be less or more supported, depending on context ;P