seventheyejosh Posted July 2, 2009 Share Posted July 2, 2009 Hello all! I have images with text underneath them.. the images vary in height and i'd like to align them based on the bottom text. So my question is, what css can i use to make the contents of the div vertical align bottom, then pad off the bottom, say, 10px? Thanks in advance and sorry if this is simple, im a programmer, and my graphics guy is out of the office today. Thanks Quote Link to comment Share on other sites More sharing options...
haku Posted July 2, 2009 Share Posted July 2, 2009 Not sure what you are trying to describe here. Quote Link to comment Share on other sites More sharing options...
Hybride Posted July 2, 2009 Share Posted July 2, 2009 I'll take a shot at it: #content{vertical-align:text-bottom; padding: 0 0 10px 0} I used shorthand for the padding, where the values are top right bottom left. Vertical align in CSS. Quote Link to comment Share on other sites More sharing options...
seventheyejosh Posted July 2, 2009 Author Share Posted July 2, 2009 Awesome thanks! And sorry if i wasnt very clear... im justa programmer Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.