I have links inside of that work fine in Chrome, but not IE or Firefox. Nothing happens if you click on them. I\'ve messed with the CSS (z-index included), but am out of i
If you want a button (i.e. a thing to submit a form with or dangle JavaScript from), use a button. If you want a link, use a link. If you want a link that looks like a button, use a link then style it to look the way you want.
You can't mix the two because elements aren't allowed to contain elements. The definition of the element explicitly excludes them: