2010-11-23 1 views
1

Есть ли способ в css3, чтобы нацелить div на зависание, поэтому, если у меня есть такая лестница, как показано ниже, я могу настроить таргетинг на divs как прямые братья и сестры h1?css3 new selectors target on hover

<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> 

ответ