I want to use CSS to show div id='b'
when I hover over div id='a'
, but I cannot figure out how to do it because the div 'a'
is inside another div
that div 'b'
is not in.
<div id='content'>
<div id='a'>
Hover me
</div>
</div>
<div id='b'>
Show me
</div>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…