Is there a way to keep two container div
s positioned x pixels from the bottom of the viewport without using position absolute|fixed
? I want them to remain as position: relative
for proper DOM flow. Searching for a CSS-only solution that works in IE7+.
Most solutions seem to involve javascript, but I'm looking specifically for a pure CSS approach. Any ideas?
Compatibility with IE7+ would be ideal.