How do change the text in a asp:Button control while mouseover?
How do change the text in a asp:Button control while mouseover?
Either you can set mousehover event using css or you can use javascript to change color on mousemove on the button
doremon is right. But I still prefer to manipulate that in css.
Bookmarks