vertical-align?

windows

Guest
im trying to have a block style element have a specified height (greater than the text height) and use vertical align bottom, but its not working...

any suggestions?

height: 30px;
vertical-align: bottom;
the text is still in the top left...You're misunderstanding the property.
I think what you want to do is put your text in a span (or even a div) and use 'position:absolute' to put it at the bottom of it's parent.I think vertical-align is the poorest command in css. If I want something to be aligned to the bottom then it would just require me to put that command.

can anyone explain that.. bon rouge perhaps? :p

btw.. how do you position an absolute span text to the bottom... ?/div>BonRouge
05-15-2005, 09:05 PM

<!-- m --><a class="postlink" href="http://bonrouge.com/test/v-align.htmNice">http://bonrouge.com/test/v-align.htmNice</a><!-- m --> page, BonRouge.super great. I will explore this later in the evening
 
Back
Top