Windows モバイル アプリでフッターが修正されません。
コード: .newFooter {bottom:0; 位置:絶対!重要; 幅:100%;}
注: このコードは、Android、BB、Ios で機能します。
誰かが良い解決策を手伝ってくれますか.Thank.
Windows モバイル アプリでフッターが修正されません。
コード: .newFooter {bottom:0; 位置:絶対!重要; 幅:100%;}
注: このコードは、Android、BB、Ios で機能します。
誰かが良い解決策を手伝ってくれますか.Thank.
解決 :
/* Start - Used to display the footer at the bottom of the page */
html,
body {
margin:0;padding:0;height:100%;
}
#container {
min-height:100%;position:relative;
}
#header {
}
#content {
padding-bottom:100px; /* Height of the footer element */
}
#footer {
width:100%;position:absolute;bottom:0;left:0;
}
/* End - Used to display the footer at the bottom of the page */