Hi All
I used an div tag with an img tag & Label,I set Border with 0
I used an div tag with an img tag & Label,I set Border with 0
<div>
<img class="mainbarimg" alt="" />
<asp:Label CssClass="headlabel" runat=server id="lblcustomers" Text=" " ></asp:Label>
</div>
and my css class is:
.mainbarimg
{
background:url(../images/row-right.jpg);
width:3px;
height:30px;
float:right;
border-style:none;
}
But Border Appear arround My IMAGE