Jas*_*onS 11
我绝不是css专家,但这适用于主流浏览器:
.d_footer
{
position:fixed;
bottom:0px;
background-color: #336699;
width:100%;
text-align:center;
padding-top:5px;
padding-bottom:5px;
color:#ffffff;
}
Run Code Online (Sandbox Code Playgroud)