tvd
05-15-2007, 02:14 PM
Hi,
I have added an image to my button. If I increase the size of the button, the image is visible in tile form. How do I stretch the image of the button.
<input id="zoomOutButton" style="background-image:url(images/ZoomOut.bmp); background-position: center; width: 25px; background-color: transparent;" type="button" onclick="DoZoomOut();" title="Zoom Out"/>
Can anyone please help me figure out, what do I need to change to achive my requirements.
Any help is really appreciated.
Thanks
I have added an image to my button. If I increase the size of the button, the image is visible in tile form. How do I stretch the image of the button.
<input id="zoomOutButton" style="background-image:url(images/ZoomOut.bmp); background-position: center; width: 25px; background-color: transparent;" type="button" onclick="DoZoomOut();" title="Zoom Out"/>
Can anyone please help me figure out, what do I need to change to achive my requirements.
Any help is really appreciated.
Thanks