Page 1 of 1

IE and checkboxes

Posted: Sun Oct 16, 2005 7:44 am
by Ree
Is there a way to remove the margins around checkbox element in IE? IE ignores margin: 0 property on input (checkbox) elements.

Posted: Sun Oct 16, 2005 12:35 pm
by Burrito
you can make the background transparent, but I believe that's about it....

Posted: Sun Oct 16, 2005 2:22 pm
by Ree
Yeah, I'm using a workaround atm - the same checkbox background as page background... a pity can't do anything about the marghins though.

Posted: Sun Oct 16, 2005 2:29 pm
by feyd
you could position it.. and make the background transparent.. it's due to IE using Windows to render the buttons and things...