水平滚动条从网站中删除

时间:2012-02-09 14:17:11

标签: css wordpress

A在我的网站上出现水平滚动,我不知道为什么。有什么想法吗?

http://global-markets-recruitment.com/test/

2 个答案:

答案 0 :(得分:2)

可能有些代码错误:[Invalid] Markup Validation of global-markets-recruitment.com test - W3C Markup Validator。在验证报告中向下滚动以查看行号和源代码。并且您有几个div宽度设置为1200px。

答案 1 :(得分:0)

style.css第57行。您的标题为1200px宽。那很重要。

#header {
    width: 1200px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}

实际上你也有其他非常广泛的元素。

#contentHolder
{
    width: 1200px;
}

#contentShadow
{
    width: 1200px;
}