Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Div inside a div bottom allignment


swa66 - 12:24 am on Apr 10, 2009 (gmt 0)


Give the outer div
position:relative in order to make it gain "position".
Give the inner element (why a div? if it's text, why not use a <p> ?)
position: absolute; bottom: 0; To have it position relative to its parent that has position and align bottoms.


Thread source:: http://www.webmasterworld.com/css/3889442.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com