标题不会停留在最奇怪的故障上

时间:2013-04-23 09:43:16

标签: html css header

我需要帮助,当浏览器尺寸变小时,标题不会停留在正确的位置

http://eerlijkmbo.nl/

的CSS:

#header {
    width:100%;
    max-width:420px;
    height:160px;
    overflow:hidden;
    margin:0 auto;
    -webkit-transition:all 0.8s ease;
}

1 个答案:

答案 0 :(得分:0)

您可以删除最大宽度,使其不流畅。然后将它插入像#headerContainer这样的div中并使其宽度为:420px;