Показать сообщение отдельно
  #4 (permalink)  
Старый 15.06.2011, 15:41
Аватар для Skipp
.
Отправить личное сообщение для Skipp Посмотреть профиль Найти все сообщения от Skipp
 
Регистрация: 30.03.2010
Сообщений: 1,813

можно ещё проще
<script type="text/javascript">
function onBut(elem){
    elem.src = "http://www.google.ru/images/logos/ps_logo2.png";
};
function outBut(elem){
    elem.src = "http://img.yandex.net/i/www/logo.png";
};
</script>
<img height="100" src="http://img.yandex.net/i/www/logo.png" onmouseover="onBut(this)" onmouseout="outBut(this)"><br/>
<img height="100" src="http://img.yandex.net/i/www/logo.png" onmouseover="onBut(this)" onmouseout="outBut(this)"><br/>
<img height="100" src="http://img.yandex.net/i/www/logo.png" onmouseover="onBut(this)" onmouseout="outBut(this)"><br/>
<img height="100" src="http://img.yandex.net/i/www/logo.png" onmouseover="onBut(this)" onmouseout="outBut(this)"><br/>
<img height="100" src="http://img.yandex.net/i/www/logo.png" onmouseover="onBut(this)" onmouseout="outBut(this)"><br/>
__________________
.
Ответить с цитированием