2010-11-23 11 views
1

ホバリング時にdivをターゲットにする方法はありますか?その場合、以下のような構造を持つとdivをh1の直接の兄弟としてターゲットできますか?css3新しいセレクタをホバリングでターゲットする

<h1>item1</h1> 
<div>this is the description for 1</div> 

<h1>item2</h1> 
<div>this is the description for 2</div> 

<h1>item3</h1> 
<div>this is the description for 3</div> 

答えて

関連する問題