clintonG wrote:
<snip />
You mean like this?
http://www.w3.org/TR/CSS21/colors.ht...def-background
<snip />
Yes but...
I hoped to find a quick reference that is easier to read than 'official'
specifications which is why I think they call them 'quick' :-)
Furthermore, the attribute values for positioning are not consistent from
one element type to another which is why I need a quick reference.
// background-position (what other attributes may conform to this pattern?)
left, top
// margins and padding
top, right, bottom, left
I think that's basically it. For attributes that are intrinsically a
single pair of values, one horizontal and one vertical, the horizontal
one comes first: left, then top. This follows from the standard order
for coordinates on a two-dimensional graph: first the x value
(horizontal), then the y value.
Where there are up to four values, the order you show above for margins
and paddings seems to be the standard in CSS.