| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
|
|
#1 (permalink) |
|
who the fuck am i?
|
aligning div to bottom?
is it possible to align a floated div to the bottom of another div and if so has anyone got a link to a tutorial? I've tried just about everything I can think of and nothing doing sorry cant provide a link to the page as yet |
|
|
|
|
|
#2 (permalink) |
|
I Ain't Losing Any Sleep™
Join Date: Apr 2003
Posts: 5,205
|
you'd have to position it absolutely, relative to the outer div. bottom: 0 is a bit flaky in older version s of IE though. Or depending on the content of the divs you could possibly fake it with some top margin on the inner div. can be done would would need more info on the content/structure. |
|
|
|
#3 (permalink) | |
|
who the fuck am i?
|
Quote:
I'll carry on with the rest of it and post a link when I can. thanks |
|
|
|
|
#4 (permalink) |
|
Everything is fine.
|
This is meant to be quite good, I've not tried it personally yet though: http://www.themaninblue.com/writing/...ve/2005/08/29/ Hope that helps! - Mike |
|
|
|
#5 (permalink) | |
|
who the fuck am i?
|
Quote:
Ive done it with absolute positioning the div in a relative positioned parent div but always good to have options. Possibly I should have thought of this anyway as I nearly always use a neg margin to position my page footers... just didnt occur to me - brain must not be in gear today |
|
|
![]() |