
26.03.2009, 23:14
|
|
Постоянный
Регистрация: 05.07.2008
Сообщений: 555
С нами:
9394886
Репутация:
1467
|
|
Сообщение от C@ty
Как сделать кнопки из двух картинок?
<a href=""><img src="Button1.gif" name=button nmouseover=document.button.src="Button2.gif" name=button border=0 onmouseout=document.button.src="Button1.gif"></a>
такой код работает для одной кнопочки, если вставить
<a href=""><img src="Button3.gif" name=button onmouseover=document.button.src="Button4.gif"name= button border=0 onmouseout=document.button.src="Button3.gif"></a>
То не работает 
<input type="button" style="background-image: url('Button4.gif')">
|
|
|