当我改变窗口的大小时,粘性标题正在切割内容

时间:2015-10-30 03:15:15

标签: html css menu header sticky

几乎就是它。当我将窗口的大小调整为更小的尺寸时,我制作了一个粘贴页面的剪切页面

也许有人可以帮我解决这个问题!谢谢!

    html, body {

    padding-top: 40px;
    height:100%;

    }

    .page {

    min-height:100%;
    position:relative;

    }

    .content {

    padding-top: 40px;
    padding-bottom:60px;   /* footer height */

    }

    /* sticky top */

    .topo2 {

position: fixed;
width: 100%;
background: white;
border-bottom: 1px solid gray;
padding-top: 20px;
padding-bottom: 20px;
margin: 0;
left: 0;
top: 0;
z-index: 100;
border-top: 0;

z-index属性我不知道它做了什么,我只是把它放在那里,因为有人告诉我

0 个答案:

没有答案