I am using above code to display button made out of free-web-buttons software,. But how to make it work as a submit button ?
Too lazy for use Google or read HTML standards? http://www.w3schools.com/TAGS/tag_form.asp <form action="url_you_want.php" method="get> <input type="image" src="images/submit.png" value="Click here" style="width:118px;height:34px;display:block;" /> </form> Code (markup):
I tried it and it displays me the image as below : and Original Image is like : Now, when i move my mouse on the button, it shows me the button with red font. Code suggested by Free-web-butotns : But thats for normal image. How to make it work as submit button ?
<style>#web-buttons-idff7h6 a{display:block;color:transparent;} #web-buttons-idff7h6 a:hover{background-position:left bottom;}a#web-buttons-idff7h6a {display:none}</style> Above CSS is being used.
First try in dreamweaver.. 1. New html page 2. save your work 3. click insert>media>flash>flash button 4. insert flash button <body>...</body> 5. save your work again 6. Open your work with browser 7. see what happens, if successful it can apply to resolve your problem. Sorry if i was wrong about this...