I need two DIV to be put side by side and aligned vertically at their bottom.
- The orange div doesn’t have a width or height. It can grow depending of his content
- I should be able to use padding and margin of the green div
- I would like to have a solution that doesn’t use javascript

See: http://jsfiddle.net/thirtydot/J9eds/
I’ve used
display: inline-blockcombined withvertical-align: bottom.HTML:
CSS: