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:
The only way I was able to do what you are asking is setting the top property of h2, aka positioning the text after the image. Fiddle.
top
h2
PS: position:block doesn't exist. Only absolute, relative, static, and fixed.
position:block
absolute
relative
static
fixed