RE: Center DIV

> From: Simon Jessey [mailto:simon@jessey.net]
> 
> CSS-P does provide a
> mechanism for orienting elements with respect to the viewport 
> in the rule position:fixed, but many of the current visual user agents (especially
> Internet Explorer) lack proper support.

Ahhhh... I understand now. This explains a lot. Thank you very much for clearing this up. I didn't realize that fixed was not only "fixed" as you scrolled but relative to the viewport.

I think I understand the issue. If one says "I want it vertically centered," the question is relative to what. The answer is really the viewport, conceptually.

The misconception that height: 100% gets you this is a result of IE ("quirks mode" now, Mozilla/NS7 quirks mode as well) sizing things relative to the window vertically in spite of W3C standards.

Setting it to position: absolute or fixed both give you a media-dependent height now, and text-align will center a box, but vertical-align still won't. It seems to me there needs to either be a new property that will get you a vertical center of a box inside a box, or a secondary meaning of vertical-align when used inside an absolute/fixed position element.


-Chris "SoopahMan" Moschini
http://hiveminds.info/
http://soopahman.com/

(this is a public mailing list - ignore attachment)
-------------------------------------------------------------------------------------

The information contained in this message is proprietary of Amdocs,

protected from disclosure, and may be privileged.

The information is intended to be conveyed only to the designated recipient(s)

of the message. If the reader of this message is not the intended recipient,

you are hereby notified that any dissemination, use, distribution or copying of 

this communication is strictly prohibited and may be unlawful. 

If you have received this communication in error, please notify us immediately

by replying to the message and deleting it from your computer.

Thank you.

-------------------------------------------------------------------------------------

Received on Thursday, 3 July 2003 14:18:36 UTC