I want to transfer the styles of a hyperlink
in regular html
to an Asp.net button.
However, I encountered a strange background issue that is disrupting the appearance of the buttons.
Hyperlink:
Asp.net Button
How can I remove the outline that appears on the Asp.net button?
This is the CSS code I am using:
.btn{
background:url(../images/bg-btn.png) no-repeat;
width:123px;
height:45px;
color:#80460f;
font-size:13px;
line-height:36px;
text-transform:uppercase;
text-align:center;
display:block;
margin:12px 0 0 -10px;
}