ドロップダウン付きのメニューがあります。ホバー時に、ID スライダー付きの div を下にスライドさせ、親の高さを取得させたい
これは私のフィドルです:
http://jsfiddle.net/cancerian73/UzzAT/1/
#nav ul.subs {
color: #333333;
display: none;
left: auto;
position: absolute;
top: 60px;
width: 96%;
/*padding-left:50%;
margin-left:-405px;*/
z-index: 9606;
}