Re: CSS is doomed (10 years per version ?!?)

Kris@meridian-ds.com wrote:
> I'll even agree that there are a couple things I'd love to see implemented
> (align:center; for example would be great to apply to things like we did
> the center tag as opposed to left:50%;margin-left-1/2your px count;

What the?  Have you read Laurens' excellent FAQ?  In particular: "Why is 
there no align for blocks, instead having to use margin: auto?"
http://www.grauw.nl/articles/css-faq.php#align-for-blocks

> left:50%;margin-left-1/2your px count;

Try this instead:
margin: 0 auto;

-- 
Lachlan Hunt
http://lachy.id.au/

Received on Friday, 1 July 2005 14:39:48 UTC