+ 3
Error on in my code
Why drop menu not working https://code.sololearn.com/WuXC63fNUElc/?ref=app
2 Antworten
+ 9
In hover area you also need to select 'ul'. Like this.. #main:hover #menu ul.
Then it will work. 😊
0
Try removing the '. #menu' from your hover selector in the CSS. I'm not sure what you're trying to do, but that will display some red when you hover.
#main:hover {
Not #main:hover. #menu {