i am making a website, in the navigation bar there is supposed to be another sub-navbar. I believe there is logical error in css selector. here's my CSS code
.trendinglist{
display: none;
}
.dealerlist ul li #trending:hover .trendinglist{
display: block;
color: black;
}
Aucun commentaire:
Enregistrer un commentaire