Forums

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

Home Forums CSS [Solved] Making a div above another div – and both are inside a wrapper Reply To: Making a div above another div – and both are inside a wrapper

#150201
avisaac
Participant

Oh god the shame O: … Yea but its relevant here also.. I need togive a big thank you to chris, I’ve learned a lot from his youtube channel.

any way, yea you are right it’s a bg image. My original code is:

              <div id="mainWrapper">
            <div class="main">
               some code
            </div>
            <img id="white" src="img/white.png" />      
        </div>