I am in search of a way to dynamically position two elements at the bottom of a container, making sure they are at opposite corners. Much like how the Stackoverflow Logo
and the Ask Question
are aligned at the bottom but on different ends of their container.
You can view the JFiddle demonstration here: http://jsfiddle.net/M5BuZ/
Additionally, I would prefer this setup to function without relying on adding a fixed margin space to the right
element. This way, even if the height of the left
element changes, the alignment will remain intact.