Search code examples
csswidthfooter

CSS width acting strange


Over at this page I'm having some trouble with the width of my foot <div>. Is there an explainable reason why my footer is stretching the width of the browser window, while my header <div> isn't?

Thanks!


Solution

  • Download Firebug.

    Your header is inside a table with width = 780px. Your footer is inside a table with width = 100%.