Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In this structure, html cannot be done using css, only through js, jquery
Or change the html structure
<div id="content">
<div class="one">
<div class="two"></div>
<div class="three"></div>
</div>
</div>
.one:hover .two,
.one:hover .three{
display: block;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question