the pic shows up the footer shifting when user resize the window[1]
这是关于footer-row
css设置的
#footer-row {
text-align: center;
color: white;
text-transform: uppercase;
font-size: 9pt;
position: absolute;
bottom:0;
}
以及整个容器的设置
.container-fluid {
padding: 0px;
margin: 0px;
/*position:relative;*/
}
对不起大家......我修改了我的问题......我的问题是......无论用户调整窗口大小,我怎样才能修复所有 div?