我有两列布局,唯一的是页脚区域。在我在它周围添加一个边框之后。右侧超出预期区域。 http://jsfiddle.net/zhshqzyc/tRqpd/4/
我在 Firefox 中测试它。一些CSS:
footer
{
border-style: solid;
border-width: 6px;
margin: 0px;
clear: both;
background-color: rgb(178, 178, 178);
background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
font-size: .8em;
text-align: center;
height: 50px;
bottom: 0;
width: 100%;
padding-top: 20px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
color: #336699;
}