I want to add the button of my own look.
I mean: i want to set the image on button and size of it... and alingn it on center with some effect

more info: (image 1 = image)
I am having 3images of text "Download"
so when my cursor is not on the Button Download then the default image will be present
if mouse is hover on it so then the image will replace with image-2 else image
if the mouse is clicked then image-3 else image

This effect is similar to regular button effect...
the effect s lighting text or else

Recommended Answers

All 3 Replies

pixelsoul
dude I want to add image on the button.
but thanks for your suggestion

<form action="demo_form.asp">
First name: <input type="text" name="fname"><br>
<input type="image" src="submit.gif" alt="Submit">
</form>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.