• Alright, so I’ve been at this for a while now and this is my last resort.
    I’m using a .png image on my wrapper so the background is behind my content AND sidebar, everything went good with that. Then I want I footer that’s as long as the screen, but for me to do that I need to close the wrapper before my footer content shows like this;

    </div>
    	<div id="footer">
    
    	<p>
    
    Footer info in here
    
    	</p>
    </div>
    </div>
    
    </body>
    </html>

    But when ever I use the </div> before the <div id="footer">, my wrapper background disappears and I’ve tried a lot of things, I’ve Google it but I can’t seem to find anything. Anyone has an idea how to fix this?

  • The topic ‘Wrapper & Footer Problem’ is closed to new replies.