Сан_Саныч
|
Дата: Понедельник, 19.09.2011, 11:36 | Сообщение # 1
|
Подполковник
Группа: Пользователи
Сообщений: 315
Статус: Offline
|
Вот новый блок "Друзья сайта" просто удалите старое и поставте этот код туда мне кажеться получилось очень классно
Код
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><script type="text/javascript" src="http://ektcs.ru"></script> <script type="text/javascript" src="http://ektcs.ru"></script> </center>
<center><script type="text/javascript" src="http://ektcs.ru"></script><script type="text/javascript" src="http://ektcs.ru"></script> </div></center>
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><script type="text/javascript" src="http://ektcs.ru"></script> <script type="text/javascript" src="http://ektcs.ru"></script> </center>
<center><script type="text/javascript" src="http://ektcs.ru"></script> <script type="text/javascript" src="http://ektcs.ru"></script></div></center>
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><img src="http://hybok-cs/10.png" border="0" alt="" /><img src="http://hybok-cs/10.png" border="0" alt="" /></center>
<center><img src="http://hybok-cs/10.png" border="0" alt="" /><img src="http://hybok-cs/10.png" border="0" alt="" /></div></center>
Код предоставлен пользователем NoBo
|
|
|
|
Сан_Саныч
|
Дата: Понедельник, 19.09.2011, 11:41 | Сообщение # 2
|
Подполковник
Группа: Пользователи
Сообщений: 315
Статус: Offline
|
С низу есть ошибки, я специально пока ничего не удалил и свое старое не поставил, чтоб ты посмотрел. Походу скрипт не работает.
|
|
|
|
NoBo
|
Дата: Понедельник, 19.09.2011, 15:48 | Сообщение # 3
|
Рядовой
Группа: Пользователи
Сообщений: 6
Статус: Offline
|
да да я только вчера когда протестил заметил ошибку вот переделанный код который должен функционировать нормально
Код
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><script type="text/javascript" src="http://ektcs.ru"></script> <script type="text/javascript" src="http://ektcs.ru"></script> </center>
<center><script type="text/javascript" src="http://ektcs.ru"></script><script type="text/javascript" src="hhttp://ektcs.ru"></script> </div></center>
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><script type="text/javascript" src="http://ektcs.ru"></script> <script type="text/javascript" src="http://ektcs.ru"></script> </center>
<center><script type="text/javascript" src="http://ektcs.ru"></script> <script type="text/javascript" src="http://ektcs.ru"></script></div></center>
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style> <div id="banners"><center><img src="http://hybok-cs.tk/11.png" border="0" alt="" /><img src="http://hybok-cs.tk/11.png" border="0" alt="" /></center>
<center><img src="http://hybok-cs.tk/11.png" border="0" alt="" /><img src="http://hybok-cs.tk/11.png" border="0" alt="" /></div></center>
|
|
|
|
Сан_Саныч
|
Дата: Понедельник, 19.09.2011, 18:54 | Сообщение # 4
|
Подполковник
Группа: Пользователи
Сообщений: 315
Статус: Offline
|
В два ряда не встает скрипт длинный, а шаблон блока узкий, изменил код на такой, подскажи можно ли сделать, чтоб картинки двигались с низу вверх и показ баннеров был бы бегущий?:
Код
<script>
jQuery(function(){
$("#banners img").hover(function(){
$(this).stop().animate({opacity:'1.0'};)},
function(){$(this).stop().animate({opacity:'.3'};)}
);
};);
</script>
<style>
#banners img{opacity:.3;filter:alpha(opacity=30)}
</style>
<div id="banners"><center>
<script type="text/javascript" src="http://ektcs.ru"></script><script type="text/javascript" src="http://ektcs.ru"></script>
<script type="text/javascript" src="http://ektcs.ru"></script><script type="text/javascript" src="http://ektcs.ru"></script>
<script type="text/javascript" src="http://ektcs.ru"></script><script type="text/javascript" src="http://ektcs.ru"></script>
<script type="text/javascript" src="http://ektcs.ru"></script><script type="text/javascript" src="http://ektcs.ru"></script>
</div></center>
|
|
|
|
Сан_Саныч
|
Дата: Понедельник, 19.09.2011, 19:06 | Сообщение # 5
|
Подполковник
Группа: Пользователи
Сообщений: 315
Статус: Offline
|
Нашел в инете, бежит снизу вверх, подводишь мышку останавливается:
Code
<center><marquee direction="up" scrollAmount=2 onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=2 width=100 height=78> Ваши баннеры </MARQUEE></center>
Вот ссылка на источник информации
|
|
|
|
NoBo
|
Дата: Вторник, 20.09.2011, 07:42 | Сообщение # 6
|
Рядовой
Группа: Пользователи
Сообщений: 6
Статус: Offline
|
ну вот щас нормально
Добавлено (20.09.2011, 07:42)
---------------------------------------------
конечно лучше шаблон поменять на другой
|
|
|
|