Yes, I know doesn\'t work with position absolute, but is there a way to display elements \"below\" (after in code) not behind them?
Example:
For h2:
specify a top margin equal to the height of your image.
eg.
img { position: absolute; top: 0; } h2 { margin-top: 400px; padding: 40px; }