Is there any known issues with these 2 versions of internet explorer? As the JavaScript doesn't seem to be running at all when I test in these browsers. All others are fine.
This is how I've structured each form entry:
And I call the jQuery in the HEAD section with this:
$(document).ready(function(){ $('input[type=radio]').prettyCheckboxes({ checkboxWidth: 42, // The width of your custom checkbox checkboxHeight: 41, // The height of your custom checkbox }); });