Button states using html?

Yukitana

New member
I've managed to add buttons to my blog, but I can't seem to get the text to change color when I mouseover. Here's the code:

<a href="link.html">
<button style="background-color:transparent;
border:0px;width:160px;height:40px;
font:20px Times New Roman;
color:#ffffff">Text</button></a>

I want the text to be white onmouseout and black onmouseover...
Edit: Please give examples, or explain clearly what I have to do.
 
Back
Top