IE and checkboxes

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

IE and checkboxes

Post by Ree »

Is there a way to remove the margins around checkbox element in IE? IE ignores margin: 0 property on input (checkbox) elements.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

you can make the background transparent, but I believe that's about it....
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

Post 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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

you could position it.. and make the background transparent.. it's due to IE using Windows to render the buttons and things...
Post Reply