减少窗口时的导航栏和页脚

时间:2016-07-28 09:51:17

标签: html css

当我缩小窗口时,我遇到了这个问题:

enter image description here

这是导航栏和页脚的CSS

CSS

    nav{
      width: 100%;
      max-width:100%;
      min-width:1000px;
      margin: 0 auto;}
    footer {
        position: relative;
        left: 0;
        bottom: 0;
        height: 100px;
    	text-align:center;
    	width:100%;
    	max-width:100%;
      min-width:1000px;
    }

1 个答案:

答案 0 :(得分:0)

添加js.fiddle链接以查看您的html编码