March 10, 200917 yr How do i get a paragraph, so that when there's more content in it, it pushes up and the bottom line is always fixed regardless of the content size. I've done this before, so i know it can be done, i just can't for the life of me to be able to do it now
March 11, 200917 yr Not tested, but... p.btm { position:absolute; bottom:0px; } and make it's container position relative?
Create an account or sign in to comment