Definitely.
Create a css class as follow:
..Button
{
background-image:url(MyImage.gif);
background-color:Transparent;
border-style:none;
}
Then set your button to use this css class.
You can do a lot more with additional css class settings.
Tommy,
[quoted text, click to view] "Jimmy" <Jim6@yahoo.com> wrote in message news:<#nXY0fq#DHA.3284@TK2MSFTNGP09.phx.gbl>...
> I have designed a web application with buttons. Is it possible to set image
> for a button. So that instead of plain button user will see an image and
> makes the GUI as impressive one.
> Thanks
In dotnet there is already a webcontrol call imagebutton.
which you can use for this purpose.
it works exactly like button with images.
aRvind.
[quoted text, click to view] "Jimmy" <Jim6@yahoo.com> wrote in message
news:%23nXY0fq%23DHA.3284@TK2MSFTNGP09.phx.gbl...
> I have designed a web application with buttons. Is it possible to set
image
> for a button. So that instead of plain button user will see an image and
> makes the GUI as impressive one.
> Thanks
> Jim
>
>