I have a button which takes the user to another page. I could just use a link but I want it to look like a button. It works fine in everything except IE7 and IE8 but I have no idea why?
<div id="print_version">
<a href="report_print.php?audit=<? echo $audit_id; ?>" target="_blank">
<input type="button"value="Print Report"></a>
</div>
Get rid of the input and use a styled
<a>tag.HTML
CSS
CSS is compliments of twitter bootstrap. http://twitter.github.com/bootstrap/