John,
give the parent div:
position: relative; in it's styling, then use absolute positioning for the
image: img { position: absolute; bottom: 0; left: 0;}

Rod Castello



On Wed, Jul 23, 2014 at 4:26 PM, John <j...@coffeeonmars.com> wrote:

> Is there a way to make an image inside a parent div bottom-align? Or
> top-align for that matter?
>
> my method has been to give margin-top values to the image until it lands
> where I want but it’s kind of silly if there’s a declaration that will have
> it go to the bottom and be done with it!
>
> I have tried vertical-align:bottom; but this either isn’t working on my
> page or I mis-understand the implementation.
> tried on both image, then on its parent; neither has an effect.
>
> thank you for any clues!
>
> John
> ______________________________________________________________________
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to