Changing button background image

by Prakash 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"/>


Tagged in:

1077
like
0
dislike
0
mail
flag

You must LOGIN to add comments