Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Корзина » нужна помощь


нужна помощь

Сообщений 21 страница 23 из 23

21

rps написал(а):

А оба окна стиля заменяйте на это:

работает)))

rps написал(а):

Не понял.

в 6 посте вы давали мне код и я хотела чтобы картинки "регистрация/участники/вход/выход/..." появлялись таким же образом. или так нельзя там сделать?

0

22

Annet1397

Код:
<script>
<!--
indexof="<img src='ссылка на картинку' id='img11' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img11', 1);\" onmouseout=\"SmoothHide('img11', 0.3);\">" 
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='ссылка на картинку' id='img12' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img12', 1);\" onmouseout=\"SmoothHide('img12', 0.3);\">" 
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='ссылка на картинку' id='img13' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img13', 1);\" onmouseout=\"SmoothHide('img13', 0.3);\">" 
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>
<!--
faseof="<img src='ссылка на картинку' id='img14' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img14', 1);\" onmouseout=\"SmoothHide('img14', 0.3);\">" 
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='ссылка на картинку' id='img15' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img15', 1);\" onmouseout=\"SmoothHide('img15', 0.3);\">" 
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='ссылка на картинку' id='img16' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img16', 1);\" onmouseout=\"SmoothHide('img16', 0.3);\">" 
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='ссылка на картинку' id='img17' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img17', 1);\" onmouseout=\"SmoothHide('img17', 0.3);\">" 
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='ссылка на картинку' id='img17' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img17', 1);\" onmouseout=\"SmoothHide('img17', 0.3);\">" 
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='ссылка на картинку' id='img18' style='opacity:0.3;filter:alpha(opacity=30)' onmouseover=\"SmoothShow('img18', 1);\" onmouseout=\"SmoothHide('img18', 0.3);\">" 
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>

+1

23

rps, не знаю как благодарить)) спасибо!

0


Вы здесь » Единый форум поддержки » Корзина » нужна помощь