снова я. хочу заменить слово "Статистика" http://optest.mybb.ru/на картинку. пробовала что-то пихать. не получается у меня.надеюсь на помощь.
Попробуйте скриптом в HTML низ
<script>
<!--
indexof="<img src='http://i039.radikal.ru/0806/ec/a5ffc6d7cfd9.gif'/>"
str = document.getElementById("pun-stats").innerHTML
pos = str.indexOf("Статистика")
document.getElementById("pun-stats").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+17,str.length-1)
-->
</script>
Отредактировано Deff (Пн, 18 Окт 2010 20:53:39)