as cpojer says, you need to patch the IE6/7 bug with JS. I usually add
a hidden input to the form that gets the value of the clicked button.
You also have the option to use an but that
usually limits how much you can style your buttons.
On Mar 13, 8:01 pm, Christoph Pojer wrote:
> iirc in IE, a
iirc in IE, a button element sends the text rather than the value. So you
better not use button values or use another element :) (or patch it yourself
in JS)
I think this is a bug
http://jsfiddle.net/r27Ws/1/
Yeah I can't get it to work in ie7, I don't know why???
I think it just has to do with how ie7 handles the tag.
I'm looking for a solution now.