Hello, I have an issue with a button which I'm having difficulty solving. The issue is on IE 8 and 9 the text isn't showing up. Here is the HTML: <input type="submit" class="button" value="Send Enquiry" id="send_product_enquiry"> It is located near the bottom of any product page on the website argustas dot com dot au, under Product Enquiry. I don't care if I have to change the style of the button completely to become compatible across all browsers, just as long as it works! Any help would be fantastic.
it looks like you have a margin of -10px on it, try removing that on line 213 .button,a.button, button.button,input.button, #respond input#submit, #content input.button, table.cart td.actions .button.alt,#content table.cart td.actions .button.alt,.shop_table .button,.coupon input[type="button"],.shop_table input[type="submit"],.widget_login input[type="submit"],#wpmem_login input[type="submit"],#wpmem_reg input[type="submit"] { display: table; box-sizing: border-box; -moz-box-sizing:border-box; position: relative; text-shadow: none; font-size: 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius: 4px; text-align: center; font-weight: 400; none: border; cursor: pointer; opacity: 1; padding: 10px 20px; margin: 0 0 -10px 0;