正如您在我的jsfile中看到的:
.footer {
background-image:url('/images/footer_bg.png') bottom repeat-x;
height: 110px;
}
#footercontent {
display:table-cell;
vertical-align: middle;
height:110px;
}
#leftfoot {
float: left;
font-family:maven;
font-size: 15px;
padding-left: 20px;
}
#rightfoot {
float: right;
}
右浮动分隔线没有显示在页面的#rightfoot
右侧,而是显示在 旁边#leftfoot
,这是为什么呢?