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!
Download Firebug.
Your header is inside a table with width = 780px. Your footer is inside a table with width = 100%.
加载中,请稍侯......
精彩评论