Changing button background image
by Prakash[ Edit ] 2013-01-19 11:53:01
Code for changing button background
image is as follows:
.button_background
{
color:white;
background:url(images/button2.jpg');
}
Then call as follows:
<input type = "button"
class="button_background" value = "submit"/>