Button larinizi mouseover ile renklendirebilirsiniz..
| Kod: | | | |
| <input type=button
value="Arama Yap"
style="background: darkblue; font-size: 12px; cursor:hand; color: white;"
onmouseover="this.style.background='green'; this.style.color='yellow';"
onmouseout="this.style.background='darkblue'; this.style.color='white';"> | |
| | |