Hi All, I have aligned my DOB fields with CSS margin attribute, they look ok across all browsers except IE7 - they are all out of alignment there. I can't seem to fix it. Are you able to have a quick look and point me in the right direction? I've attached IE7 screenshot Thanks
add this to your styles.css : - form#quote-all select#dob{ width:auto; float:left; margin-right:5px; margin-left:-24px; }