$jQ (Dokument) .ready (Funktion () {
$jQ („body.our_vans #sub_menu ul.level_1 ein ").hover (Funktion () {
var-Index = $jQ („body.our_vans #sub_menu ul.level_1“) .index (dieses);
$jQ („#van_menu ").animate ({„marginTop“: - index*212 + „px“}); // multiplizieren mit height+top/bottom Auffüllen/Seitenrand/Rand
});
});
|