Hello Thomas,     
It was foretold that on 8/7/2007 @ 22:18:21 GMT+0200 (which was
17:18:21 where I live) Thomas Thomas would write:

<snipped a bit>

> My Select (size 1) element in Mozilla is not displaying correctly :
> The box is not getting the right width according to the width of the
> elements inside.
> * { padding: 0; margin: 0; }

I had the same problem and replaced the above rule with

html, body {
        padding: 0;
        margin: 0;
}

Your rule will make the <select> box narrower, in different ways depending
on which browser/OS you look at.  Probably (for once) IE will display
it as you intend?

 
-- 
Best regards,
 Luc
_________________________

Powered by The Bat! version 3.99.3 with Windows XP (build 2600),
version 5.1 Service Pack 2 and using the best browser: Opera.

"The greatest dog is the hot dog, for it feeds the hand that bites
it." 


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/

Reply via email to