Re: positioned elements: center

Brad Kemper wrote:
> I don't know if this subject has been broached before...

Often!  Probably about every 9 months.

The normal way of centering is with margin auto, but that doesn't work 
for normally positioned items when done vertically, because container 
height isn't known (you tend to get circular dependencies).  I can't 
remember whether or not it works for absolute positioned items, but you 
should probably check that before searching the archives for the 
remaining discussion.



-- 
David Woolley
Emails are not formal business letters, whatever businesses may want.
RFC1855 says there should be an address here, but, in a world of spam,
that is no longer good advice, as archive address hiding may not work.

Received on Sunday, 6 January 2008 11:04:00 UTC