/ Published in: CSS
Expand |
Embed | Plain Text
div.parent { position: relative; } div.nested { position: absolute; bottom: 0; }
You need to login to post a comment.
hotdiggity on 03/11/10
1 person have marked this snippet as a favorite
div.parent { position: relative; } div.nested { position: absolute; bottom: 0; }
You need to login to post a comment.