mardi 21 juillet 2020

text is not shown when hover over in the navigation bar

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