Hello,
I'd like the p.bottom to always sit at the bottom of the div. Here's what I'm trying:Code:<div class="test"> <p> blah </p> <p class="bottom"> <img src="source.png"> </p> </div>
But it doesn't work...Code:.test { min-height: 200px; float: left; } .bottom { vertical-align: bottom; }
Can someone help me with that problem?
![]()



Reply With Quote



Bookmarks