Главная » Статьи » Скрипты Ucoz |
Установка: ставим: в head Code <script type="text/javascript" src="http://ucozua.ru/js/expando.js"> </script> <script> jQuery.fn.fadeSliderToggle = function(settings) { /* Damn you jQuery opacity:'toggle' that dosen't work!~!!!*/ settings = jQuery.extend({ speed:500, easing : "swing" }, settings) caller = this if($(caller).css("display") == "none"){ $(caller).animate({ opacity: 1, height: 'toggle' }, settings.speed, settings.easing); }else{ $(caller).animate({ opacity: 0, height: 'toggle' }, settings.speed, settings.easing); } }; </script> Где будет стоять картинка ставим:
Code <center><img class="expando" vspace="0" hspace="0" src="$OTHER_1$" title="" alt="" width="100" height="100" align="center" onmouseover="$('#w593').hide();" onmouseout="$('#w593').show();"> </center> Где $OTHER_1$ меняем на свой путь к картинке! Источник: http://ucozon.ru/index/karta_sajta/0-26 | |
Mне нравится
+10
| |
Просмотров: 3124
| Теги: |
Всего комментариев: 0 | |