The buy behind the csszengarden has a tutorial on how to center
absolutely positioned elements. Here's the last example:
http://www.mezzoblue.com/tests/centered-css/ex5.html
I've tried replacing the text with three divs of different colors
floated next to one another to no avail:
http://www.frostjedi.com/terra/dev/test.html
As can be seen, the vanilla colored box is duplicated (atleast in IE;
in firefox, it appears as a line). Also, when the content inside the
div that produces the vanilla colored box is floated left, the fact
that margin-left/right are set to auto seems to be ignored.
So any ideas as to how I can float content within divs that are both
centered and absolutely positioned?