I have the following code, which works fine in firefox and safari, but no luck in ie (6 or 7):
Code:
<a href="http://www.foohonpie.net/">
<button type="submit">button text here</button>
</a>
It's nothing too weird, but ie just does absolutely nothing with it. I'm doing buttons this way to avoid using images. Is the issue here that I shouldn't be using buttons in a non-form context? Or is there some other weirdness that I can hack around to get this working?