Статистика Форума
Последние обновленные темы
Самые популярные темы
Активисты форума
Авторитеты форума
Bioshock 2

Ответил: WurDalaK
Mass Effect

Ответил: greendayone82
Dead Space

Ответил: greendayone82
Беседы у костра

Создал: WurDalaK; ответов: 2105
Вопросы по модострою

Создал: WurDalaK; ответов: 1161
Ходка №1

Создал: Алеся; ответов: 301
Какой трек у вас сейчас и...

Создал: Never; ответов: 65
Злой админ

Создал: WurDalaK; ответов: 54
WurDalaK

Постов: 2057
Возрожденный

Постов: 1621
Wo1fRam

Постов: 592
Алеся

Постов: 183
Marsel

Постов: 174
WurDalaK

Уважение: 28
Venus

Уважение: 23
Never

Уважение: 17
Возрожденный

Уважение: 13
Wo1fRam

Уважение: 13

  • Страница 1 из 1
  • 1
Модератор форума: XemorDio  
Форум » Веб-мастерская » Скрипты » Навигационное меню сталкер
Навигационное меню сталкер
  XemorDio
Дата: Четверг, 03.04.2014, 15:28 | Сообщение # 1
Статус
Отмычка
Группа Сталкер
Сообщений 85
Награды 0
Замечания 0%
-
7
+

Вставляйте верхнию часть сайта.
И в самый вниз
Код
<table align="center" background="http://stalker.ucoz.ae/1/36/44/navig-bg.jpg" width="1030" height="50">   
   <tr>   
<td align="center" style="padding-bottom: 0px; padding-left: 0px; padding-right: 0px;">   
   <span id="banners"><a href="http://stalker.ucoz.ae/" title="Главная"><img src="http://stalker.ucoz.ae/1/36/44/1.gif" title="Главная"></a></span>   
   <span id="banners"><a href="http://stalker.ucoz.ae/forum" title="Форум"><img src="http://stalker.ucoz.ae/1/36/44/2.gif" title="Форум"></a></span>   
   <span id="banners"><a href="http://stalker.ucoz.ae/load" title="Файлы"><img src="http://stalker.ucoz.ae/1/36/44/3.gif" title="Файлы"></a></span>   
   <span id="banners"><a href="http://stalker.ucoz.ae/photo" title="Галерея"><img src="http://stalker.ucoz.ae/1/36/44/4.gif" title="Галерея"></a></span>   
   <span id="banners"><a href="http://stalker.ucoz.ae/forum/13" title="Скрипты сталкер"><img src="http://stalker.ucoz.ae/1/36/44/script.jpg" title="Сталкер скрипты"></a></span>   
   <span id="banners"><a href="http://stalker.ucoz.ae/publ" title="Статьи"><img src="http://stalker.ucoz.ae/1/36/44/5.gif" title="Статьи"></a></span>   
<span id="banners"><a href="http://stalker.ucoz.ae/load/shablony_stalker/13" title="Шаблоны сталкер"><img src="http://stalker.ucoz.ae/1/36/44/shab.jpg" title="Шаблоны сталкер"></a></span>   
   <span id="banners"><a href="http://stalker.ucoz.ae/forum/54" title="FAQ"><img src="http://stalker.ucoz.ae/1/36/44/6.gif" title="FAQ"></a></span>
</td></tr></table>

Дополнительно+ эффект прозрачности
Вставляем в ксс
Код
/* ----////// Эффект прозрачности /////------- */   

.opacitymy a img {   
opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;   
}   

.opacitymy a:hover img {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}

#banners a img {   
opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;   
}   

#banners a:hover img {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}

#to_main a {   
opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;   
}   
#to_main a:hover {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}

#to_edit a {   
opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;   
}   
#to_edit a:hover {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}

.fade_img {   
opacity:0.8; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;   
}   
.fade_img:hover {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}

.fade_img_x2 {   
opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.2s ease;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;   
}   
.fade_img_x2:hover {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}

.fade_button {   
opacity:0.4; -moz-opacity:0.4; filter:alpha(opacity=40);transition: all 0.5s ease;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;   
}   
.fade_button:hover {   
opacity:1.5; -moz-opacity:1.0; filter:alpha(opacity=100);   
}
 
Форум » Веб-мастерская » Скрипты » Навигационное меню сталкер
  • Страница 1 из 1
  • 1
Поиск:
Мини-чат
Яндекс.Метрика