Forums
This topic is locked
image field forms and rollovers?
23 Mar 2005 08:01:22 todd todd posted:
How do you use an image field from the form menu, but also include an image rollover and possibly an onclick image as well?- i am confused if i should use the tag editor and what should i put there to get it to work?-(or the behavior editor for the form?) it's basically a submit button, like the ones below, i just want to have custom images for it on the rollover and mouse click. i am having trouble finding any info so any help would be greatly appreciated, thanks!t
Replies
Replied 23 Mar 2005 16:32:09
23 Mar 2005 16:32:09 Matt Bailey replied:
A little bit of code that partly does what you want. Change input type="submit" to input type="image":
eg. input type="image" src="submit.jpg" value="Submit" alt="Submit"
I think this is how you can change the submit button to an image.
To make it change on mouseover/click you would probably have to use a bit a javascript (or possibly css?). My only question would be 'is it worth it'?
___________________________________
* Sorry... how do you do that again?... *
eg. input type="image" src="submit.jpg" value="Submit" alt="Submit"
I think this is how you can change the submit button to an image.
To make it change on mouseover/click you would probably have to use a bit a javascript (or possibly css?). My only question would be 'is it worth it'?
___________________________________
* Sorry... how do you do that again?... *