Показать сообщение отдельно
  #2 (permalink)  
Старый 08.08.2008, 21:54
Отправить личное сообщение для Андрей Параничев Посмотреть профиль Найти все сообщения от Андрей Параничев
 
Регистрация: 21.02.2008
Сообщений: 1,250

<html>
<head><title>bygaga</title>
<script>
function changePic(element, src) {
    var img = element.getElementsByTagName("IMG")[0];
    img.src = src;
    return;
}
</script>
</head>
<body bgcolor="#202020">
<div align="center">
<a href="http://siberianfighter.clan.su" onmouseover="changePic(this, 'file://localhost/C:/byy.PNG')" onmouseout="changePic(this, 'file://localhost/C:/b.PNG')"><IMG SRC="file://localhost/C:/b.PNG" BORDER=0></a>

<a href="http://siberianfighter.clan.su/forum/" onmouseover="changePic(this, 'file://localhost/C:/byy.PNG')" onmouseout="changePic(this, 'file://localhost/C:/b.PNG')"><IMG SRC="file://localhost/C:/b.PNG" BORDER=0></a>
</div>
</body>
</html>

Для новых вопросов создавайте новую тему, пожалуйста.
Ответить с цитированием