[css3-ui] CSS3 modification: vertical-align

I'd like to recommend that vertical-align be amended in one of 2 ways:

1) if the vertical-align property is specified in an element having position: absolute/fixed, that it position boxes inside it relative to its own inner dimensions; thus:

#container { position: absolute; height: 100%; vertical-align: bottom; }

<div id="container">
<div id="example">Bottom</div>
</div>

places "example" effectively at the bottom of the window.


2) A property be added that works as above in any context; for example, vertical-box-align, etc. vertical-align would be left be for backwards compatibility.
 

-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:57:41 UTC