Not being a designer myself, I understand the pains of getting the right images for my site.
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.
Sunday, October 11, 2009
Subscribe to:
Posts (Atom)