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を修正するにはどうすればよいですか?