> Hi,
>
[quoted text clipped - 7 lines]
> Regards
> Valli
Hi Valli
You're on the right track, you also need to set the background color
to transparent:
background-color: transparent;
Or you can do it all in one go:
background: transparent url(ButtonImage.gif) no-repeat center top;
Chris
Valli - 26 Sep 2007 11:25 GMT
Hi,
Thanks for your help. Using background color style, the image is getting
displayed in button now.
I am using this button in a html table cell. When user clicks on this
button, i will get the rowindex of the selected row.
If I use this style, the rowindex is not resulting properly.
Do you have any ideas on this?

Signature
Regards
Valli
>> Hi,
>>
[quoted text clipped - 18 lines]
>
> Chris
> Hi,
>
[quoted text clipped - 7 lines]
> Regards
> Valli
<input type="button" value="Button"
style="background-image: url('http://msdn2.microsoft.com/msdn/controls/
toolbar/en-us/StarWhite.gif');">