Hi,
In Yahoo YUI Grid CSS,
It specified the relative width of a container (e.g. 750px) by, e.g.
width : 57.6293em; /* 750 div 13 */
*width : 56.25em; /* 750 div 13.3333 for IE */
1. Is this the standard way to define the width if we are using
relative width?
2. Should we also define the relative padding, margin using the above
formula?
Thanks.
In Yahoo YUI Grid CSS,
It specified the relative width of a container (e.g. 750px) by, e.g.
width : 57.6293em; /* 750 div 13 */
*width : 56.25em; /* 750 div 13.3333 for IE */
1. Is this the standard way to define the width if we are using
relative width?
2. Should we also define the relative padding, margin using the above
formula?
Thanks.
Comment