开发者

CSS width acting strange

开发者 https://www.devze.com 2023-01-21 05:40 出处:网络
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 hea

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%.

0

精彩评论

暂无评论...
验证码 换一张
取 消