Jump to content

Alex7

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Alex7's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Имеется скрипт $(document).ready(function () { $('#hor li a').hover( function () { height = $(this).height() * (-1); $(this).stop().animate({'backgroundPosition':'(0 ' + height + ')'}, {duration:200}); }, function () { $(this).stop().animate({'backgroundPosition':'(0 0)'}, {duration:200}); } ); });, который меняет картинку у пункта меню при наведении мышки. Вот пример css для этого меню #ver { list-style: none outside none; margin: 25px; padding: 10px; position: relative; } #ver li { padding:4px; } #ver li a { display:block; height:12px; text-indent:-999em; } #ver a.home { width:114px; height:15px; background:url(home.gif) no-repeat 0 0; } Вопрос в том, как сделать, что бы картинка, на которую изменяется пункт меню при наведении мышки стала ещё и активной ссылкой (оставалась, пока пользователь находится на этой странице сайта) Если кто-то сталкивался - подскажите пожалуйста.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy