Had to go through a lot of pain to get some designs for asp:LinkButtons

Sample css for the above LinkButtons:
.icon-cancel {
background: url(icons/cancel.png) no-repeat left top;
display:inline;
padding-left:1px;
margin-left: 1px;
padding-right:1px;
}
In the .aspx page for the LinkButton use the following properties:
cssclass="icon-cancel" underline="false" height="30px" width="90px"
Sharign these with you. Hope its useful.
No comments:
Post a Comment