Home › Forums › CSS › Div won’t stick to the bottom of its container › Re: Div won’t stick to the bottom of its container
June 24, 2009 at 3:33 pm
#59626
Member
So if you were to do something like this, it wouldn’t work?
CSS:
Code:
.itemwrap {
position:relative;
}
position:relative;
}
.button {
position:relative;
bottom:0;
}
HTML:
Code:
Category/Title/Whatever
Your Button