I have a link that I want to look like a button so I used the following:
<a style="text-decoration:none" href=/home/index><button type="button">Main Menu</button></a>
This works fine in FF 11.0 but does not do anything in IE9, even though the source code shows everything OK. In IE, if I mouse over it, I see nothing. In FF, I do see the link to home/index
Any idea how to fix this issue?
As David said, try with a form: