如果浏览器收缩,我的固定位置min-width标头会被切断。我该如何解决?

时间:2017-01-17 19:03:26

标签: html css

我有一个带有以下规格的导航标题。当我缩小浏览器时,我的标题会被切断,这很有意义,因为我设置了最小宽度规格。但是,当我使用浏览器中的水平滚动条向右滚动时,我的标题不会随之滚动,我无法看到标题的其余部分。我该如何解决?

此外,我希望使用响应式网站/标题设计,以便标题本身缩小,但我需要此网站与IE8一起工作,我不认为当时支持flexbox。

                     height: 70px;
                     width: 100%;
                     min-width: 1250px;
                     background-color: #ffffff;
                     border-bottom: 1px;
                     border-bottom-style: solid;
                     border-bottom-color: #B1B1B1;
                     position: fixed;
                     top: 0px;
                     z-index: 100;

0 个答案:

没有答案