Скрипт Новая мини - панель управления страницами сайта с эффектом свечения при наведении курсором на изображение В нее входит Назад, Вперед, Обновить, На главную, Новости Rss Установка: Вставляем код там где хотите видеть панель: Code <style>#banners img{opacity:.3;filter:alpha(opacity=30)} </style><script> jQuery(function(){ $("#banners img").hover(function(){ $(this).stop().animate({opacity:'1.0'})}, function(){$(this).stop().animate({opacity:'.3'})} ); }); </script> <div id="banners"><a href="javascript:history.back()" title="Назад"><img src="http://csomsk.ru/1-ucoz/news-new/1q.gif" style="padding-right: 5px;" onmouseout="this.className='semi'" onmouseover="this.className='sem'" border="0"></a> <a href="javascript:history.forward()" title="Вперёд"><img src="http://csomsk.ru/1-ucoz/news-new/2q.gif" style="padding-right: 5px;" onmouseout="this.className='semi'" onmouseover="this.className='sem'" border="0"></a> <a href="javascript:window.location.reload();" title="Обновить"><img src="http://csomsk.ru/1-ucoz/news-new/3q.gif" style="padding-right: 5px;" onmouseout="this.className='semi'" onmouseover="this.className='sem'" border="0"></a> <a href="/" title="На главную"><img src="http://csomsk.ru/1-ucoz/news-new/4q.gif" style="padding-right: 5px;" onmouseout="this.className='semi'" onmouseover="this.className='sem'" border="0"></a> <a href="/news/rss/" title="RSS"><img src="http://csomsk.ru/1-ucoz/news-new/5q.gif" style="padding-right: 5px;" onmouseout="this.className='semi'" onmouseover="this.className='sem'" border="0"></a></div>
|