Thanks this helps Thanks a lot for solving the problem.
Grtz, Sander -----Original Message----- From: Holly Bergevin [mailto:[EMAIL PROTECTED] Sent: vrijdag 22 september 2006 16:04 To: Sander van Surksum; [email protected] Subject: Re: [css-d] checkboxes and css From: "Sander van Surksum" <[EMAIL PROTECTED]> >The url is http://www.johnsten.com/css/bla.html * html input#checkbox {margin-left: 0;} Alternately you can use - * html #checkbox {margin-left: 0 !important;} IE (the problem child) apparently needs a little more specificity in the selector in order to do what you'd like. You'll need to hide this from other (gecko, opera, ???) browsers, as they don't need it, thus the Tan hack shown for the selector. ~holly ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
