What do the following selectors mean? I have never seen li:hover and li.over, only a:hover
li:hover ul, li.over ul
Not a link but also supports :hover, this requires It only works in non-IE browsers or higher versions of IE
Ask again, what does li.over mean?
Let me state that li is not a class selector, it is li.
li.over
Define css
Use
Ask again, what does li.over mean?
.over should be a li class name. . . .
Example:
I just started learning, this was written by someone else, I didn’t pay attention to it, I wrote this.className = "over" in js, I didn’t pay attention to it.
I know about the class selector, mainly because I didn’t see over in li at first, and thought it was a selection method I had never seen before.
Thank you for your enthusiastic help.