Благодарим за выбор нашего сервиса!
Тестовое сообщение
Страница: 1
Сообщений 1 страница 5 из 5
Поделиться22013-03-18 19:13:54
Проблема наша такова:
вот пробник - http://omnomnon.rolka.su/
Проблема: какая-то магия с иконками
Хочу вместо надписей "форум, участники..." забацать изображения, да код позабыла.
Наверное, мнение что добавить хочу выслушать
Почему именно так - на неделе пробный экзамен, не доползу за фш нормально, а терзают каждый день за этот простой дизайн...
Поделиться32013-03-18 19:26:37
Серьезно, люди, это мелочь.
Я же не прошу вас сделать мне весь дизайн
Поделиться42013-03-18 19:47:53
вставлять в НТЛМ НИЗ
Код:
<script> <!-- indexof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navindex").innerHTML pos = str.indexOf("Форум") document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1) --></script> <script> <!-- userof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navuserlist").innerHTML if( (pos=str.indexOf("Участники")) != -1 ) document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1) --></script> <script> <!-- findof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navsearch").innerHTML pos = str.indexOf("Поиск") document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1) --></script> <script> <!-- pravilof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navrules").innerHTML pos = str.indexOf("Правила") document.getElementById("navrules").innerHTML=str.substring(0,pos)+pravilof+str.substring(pos+14,str.length-1) --> </script> <script> <!-- faseof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navprofile").innerHTML pos = str.indexOf("Профиль") document.getElementById ("navprofile").innerHTML=str.substring(0,pos)+faseof +str.substring(pos+14,str.length-1) --> </script> <script> <!-- pismaof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navpm").innerHTML pos = str.indexOf("Сообщения") document.getElementById("navpm").innerHTML=str.substring (0,pos)+pismaof+str.substring(pos+9,str.length-1) --> </script> <script> <!-- godof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navadmin").innerHTML pos = str.indexOf("Администрирование") document.getElementById("navadmin").innerHTML=str.substring (0,pos)+godof+str.substring(pos+17,str.length-1) --> </script> <script> <!-- valiof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navlogout").innerHTML pos = str.indexOf("Выход") document.getElementById("navlogout").innerHTML=str.substring (0,pos)+valiof+str.substring(pos+5,str.length-1) --> </script> <script> <!-- vxodiof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navlogin").innerHTML pos = str.indexOf("Войти") document.getElementById("navlogin").innerHTML=str.substring (0,pos)+vxodiof+str.substring(pos+5,str.length-1) --> </script> <script> <!-- regof="<img src='ССЫЛКА НА КАРТИНКУ' />" str = document.getElementById("navregister").innerHTML pos = str.indexOf("Регистрация") document.getElementById ("navregister").innerHTML=str.substring(0,pos)+regof +str.substring(pos+18,str.length-1) --> </script>
Поделиться52013-03-18 21:29:27
Спасибо большое!)
Страница: 1