Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS css z-index issue Reply To: css z-index issue

#181817
Senff
Participant

The header-wrapper should be set to position:relative.
Then the contents (img and title) should be set to position:absolute. They will be positioned relative to it’s parent (header-wrapper).

http://codepen.io/senff/pen/arzcb?editors=110