I need to align an image to the bottom of a div whose height is set by percentage, but I know that "vertical-align: bottom" isn't right for this case.
This might work:
div { position: relative }
img { position: absolute; bottom: 0 }BTW, authoring questions should be directed to comp.infosystems.www.authoring.stylesheets as this is a Mozilla developer newsgroup.
~fantasai
