|
Posted by Joe (GKF) on 02/05/07 01:09
In article <1170550220.25618.0@proxy00.news.clara.net>,
mbradshaw@beasolutions.com says...
> Beauregard T. Shagnasty wrote:
> > margin: 1em 3em 0;
> > padding: 0 2em 0;
>
> I really should know, but it's always puzzled me - when only three
> measurements are given, which is doubled?
>
> I know with four the order is from top clockwise, and if only two are
> specified the first is the top and bottom and the second is left and
> right, but what about when three are specified?
>
> Marc
>
Right and Left.
padding: 1em = T,R,B,L all 1em
padding: 0 1em = T and B 0; R and L 1em
padding: 0 1em 2em = T = 0, R and L = 1em, B=2em
--
Please visit -
Water saving tips: http://graspages.cjb.cc/bigdry/
Navigation:
[Reply to this message]
|