• I am making a 2 column theme with CSS and XHTML.

    I have a sidebar on the right and the content on the left. Each one is a separate div enclosed in a wrapper div.

    My problem is that the wrapper contains the background, but i have both the Sidebar and the Content div set to float left and right.

    This does not actually push down the wrapper to make the background appear. They both float over all the content on the page and overlap everything including the footer.

    How do i get this to work without tables? Right now tables work, but they do not validate.

    you can see what I am talking about here: https://nverted.net

  • The topic ‘2 Column With Background’ is closed to new replies.