Revision: 31296
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 2, 2010 13:17 by hotdiggity
Initial Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> </head> <style> html, body {height: 100%} #outer {position: relative; height: 50%;} #inner {position: absolute; bottom: 10px;} #outer, #inner {border: 1px solid #ccc;} </style> <body> <div id="outer">OUTER <div id="inner">INNER </div> </div> </body> </html>
Initial URL
Initial Description
Initial Title
Align child div to bottom of parent div
Initial Tags
css
Initial Language
CSS