I add a Button in my webpage
http://www.hothelpdesk.com, I hope the underline of text of the Button display when mouse move to the button, how can I do? thanks!
Note: the following code don't work!
<asp:Button runat="server"
BorderColor="#ACA899" BorderStyle="Solid" BorderWidth="1px"
CssClass="ForButtonInTable"
SkinID="ButtonInTable">
</asp:Button>
.ForButtonInTable
{
text-decoration: none;
}
.ForButtonInTable a:hover
{
color: #666666;
text-decoration: underline;
}
And more,when I hover mouse above a normal button, the backcolor of the button will change, but after I set BorderStyle and BorderWidth properties for the button, the backcolor of the button will not change again when I hover mouse above the button, why?
http://www.hothelpdesk.com/ - Web Based Helpdesk, Customer Service, Customer Support Software