This is not working in IE:
.text-button { background: transparent; text-decoration: none; cursor: pointer; }
Copied from this link you can make your button look like a link -
.submitLink { background-color: transparent; text-decoration: underline; border: none; color: blue; cursor: pointer; } submitLink:focus { outline: none; }