align text bottom in div
align text bottom in div
- Started
- Last post
- 1 Response
- xrusos
so i know the vertical-align tag is an "inline" tag and not a box element tag. but i'm struggling to find a work around.
all i can find is how to position: absolute; it and set the bottom: 0px; BUT that aligns it to the bottom of the page, NOT the div in which the text lies.
help me get it to the bottom of the div it's in! (without using top margin, cause the text size is going to be different in other browsers)
- xrusos0
boo ya!
div style="position: relative;height: 400px;"
div style="position: absolute; bottom: 0;"
Text
/div
/divback in business