|
I posted this in a different forum already, so I'll just copy/paste it here and maybe increase my chances of finding some help. Thanks!
Hi!
I'm designing a simple form and need a little help. I'll start off by explaining that I was using four input-type image buttons to submit information using the value field in each of them for different values. This worked fine in Firefox and Google Chrome, but internet explorer doesn't want to pass the value field along.
So I decided to try using the submit type and just use CSS->background-image to make it look the same as it did with the image type and now it works across all browsers but shows the text of the value field on top of the background image (which I figured it would), this is getting a little frustrating.
Now I know that I could have four separate forms for each of the image-type buttons and pass along the information using the input-type hidden field, atleast I'm pretty sure that would work but I'm trying to avoid this so that I have only one form on the page...
So if anyone read through this and knows a work-a-round or some way of using image fields to submit information cross-browser then please reply and let me know! Thanks!
|