IE8 Screenshot (Bug):
Google Chrome "Screenshot" (What it should look like):
The current checkbox has been styled using CSS3 is there any way to make it compatible?The checkbox styling We've done in JSFiddle is a part of technique of CSS3 so lower browser cannot render some of it that's why. Please check the form on IE Tester (which you can download and test lower IE version, if using Windows) and you will see what I mean.http://www.fratelliristorante.com.au/contact.htmlhttp://jsfiddle.net/E5CxM/2/\[code\]<p><label></label><input type="checkbox" id="checkbox" name="checkbox" class="regular-checkbox big-checkbox" value="http://stackoverflow.com/questions/15754050/Yes" checked="checked"><label for="checkbox" style="margin-right:10px;"></label>Subscribe me to your mailing list for upcoming events, hot offers and deals</p>\[/code\]Note: We also used Dropkick (jQuery), which only styles select boxes but does not style checkbox.