Ignacio Javier writes: > When you have something like: > > whatever {margin-left:2em;margin:2pt} > > ¿what margin applies to left, really? Ah, that's an easy one: 2pt Margin is a shorthand property, it sets four properties at once. The above actually means: whatever {margin-left:2em} whatever {margin-top:2pt} whatever {margin-right:2pt} whatever {margin-bottom:2pt} whatever {margin-left:2pt} So the first 'margin-left' is lost because the last one takes precedence. Bert -- Bert Bos ( W 3 C ) http://www.w3.org/ http://www.w3.org/people/bos/ W3C/INRIA bert@w3.org 2004 Rt des Lucioles / BP 93 +33 (0)4 92 38 76 92 06902 Sophia Antipolis Cedex, FranceReceived on Wednesday, 28 July 1999 13:17:16 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:53:59 GMT