Благодарим за выбор нашего сервиса!
Тестовое сообщение
Сообщений 1 страница 4 из 4
Поделиться22017-07-12 00:52:57
/*1. Настройка общего вида линков */
#pun-navlinks a {
display: inline-block;
height: 32px;
margin-left: 0px;
}
/*2. Настройка изображений */
#navindex a {background: url(https://forumstatic.ru/files/0014/0c/7e/40938.png) no-repeat top center; width: 68px; height : 15px; }
#navuserlist a {background: url(https://forumstatic.ru/files/0014/0c/7e/68449.png) no-repeat top center; width: 58px; height : 15px; }
#navsearch a {background: url(https://forumstatic.ru/files/0014/0c/7e/70007.png) no-repeat top center; width: 71px; height : 15px;}
#navprofile a {background: url(https://forumstatic.ru/files/0014/0c/7e/93534.png) no-repeat top center; width: 79px; height : 15px; }
#navpm a {background: url(https://forumstatic.ru/files/0014/0c/7e/35786.png) no-repeat top center; width: 85px; height : 15px;}
#navadmin a {background: url(https://forumstatic.ru/files/0014/0c/7e/93595.png) no-repeat top center; width: 65px; height : 15px; }
#navlogout a {background: url(https://forumstatic.ru/files/0014/0c/7e/84878.png) no-repeat top center; width: 78px; height : 15px;}
#navlogin a {background: url(https://forumstatic.ru/files/0014/0c/7e/51455.png) no-repeat top center; width: 59px; height : 15px;}
#navregister a {background: url(https://forumstatic.ru/files/0014/0c/7e/26373.png) no-repeat top center; width: 78px; height : 15px;}
/*3. Настройка изображений при ховере (наведении) */
#navindex a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/13506.png) no-repeat top center;}
#navuserlist a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/84694.png) no-repeat top center;}
#navsearch a:hover {background: url(https://forumstatic.ru/files/0014/0c/7e/40481.png) no-repeat top center;}
#navprofile a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/66722.png) no-repeat top center;}
#navpm a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/16448.png) no-repeat top center;}
#navadmin a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/23829.png) no-repeat top center;}
#navlogout a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/19212.png) no-repeat top center;}
#navlogin a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/18825.png) no-repeat top center;}
#navregister a:hover {background: url(https://forumstatic.ru/files/0013/b1/bb/19327.png) no-repeat top center;}
/* Скрываем текстовые надписи */
#pun-navlinks a span {display: none;}
Поделиться32017-07-12 00:57:28
<script><!--Свои картинки в панель навигации со сменой картинки по наведению курсора" -->
navlinks=new Array(
"navextra1", // Дополнительный пункт меню 1
"Ссылка на картинку","Ссылка на картинку при наведении",
"navextra2", // Дополнительный пункт меню 2
"Ссылка на картинку","Ссылка на картинку при наведении",
"navextra3", // Дополнительный пункт меню 3
"Ссылка на картинку","Ссылка на картинку при наведении",
"navindex", // Форум
"http://funkyimg.com/i/2v4GF.png","http://funkyimg.com/i/2v4HN.png",
"navuserlist", // Участники
"http://funkyimg.com/i/2v4Fq.png","http://funkyimg.com/i/2v4HM.png",
"navsearch", // Поиск
"http://funkyimg.com/i/2v4Fh.png","http://funkyimg.com/i/2v4HH.png",
"navprofile", // Профиль
"http://funkyimg.com/i/2v4Fj.png","http://funkyimg.com/i/2v4HJ.png",
"navpm", // Сообщения
"http://funkyimg.com/i/2v4Fo.png","http://funkyimg.com/i/2v4HL.png",
"navadmin", // Администрирование
"http://funkyimg.com/i/2v4Hq.png","http://funkyimg.com/i/2v4Hr.png",
"navregister", // Регистрация
"http://funkyimg.com/i/2v4Fm.png","http://funkyimg.com/i/2v4HK.png",
"navlogin", // Войти
"http://funkyimg.com/i/2v4Gz.png","http://funkyimg.com/i/2v4HF.png",
"navlogout", // Выход
"http://funkyimg.com/i/2v4GB.png","http://funkyimg.com/i/2v4HG.png" // !ПОСЛЕДНИЙ элемент без запятой
)
var s0,s1,s2,s3,i; for (i=0; i < navlinks.length; i++){s0=navlinks[i+1];s1="onmouseover=\"this.src='"+navlinks[i+2]+"'\""; s2="onmouseout=\"this.src='"+s0+"'\"";s3='<img class="navlinks" src="'+s0+'" '+s1+' '+s2+' border="0" />';$("#"+navlinks[i]+" a").html("<span>"+s3+"</span>");i++;i++; }
</script>
Поделиться42017-07-15 17:28:56
7tgjgkgkvkjkkgfj