也许是因为我从上午 10 点开始从模型中编写页面,现在是凌晨 1 点 30 分,但是我没有做些什么来让 3 个 div 彼此并排排列,它们之间的边距为 13px?最后两个浮动,但第一个是有问题的。任何帮助表示赞赏。
页面在这里,3 个 div 位于底部,白色,带有蓝色超链接标题:http ://sni-stage.scholastic.com/ezpublisher/index.cfm
我的CSS是:
.box1 {
width:285px;
height:141px;
float:-left;
background-image:url('/resource/uploads_scope/issues/images/at_A_glance_bottomBox.png');
}
.box2 {
width:285px;
height:141px;
float:right;
margin-left:13px;
background-image:url('/resource/uploads_scope/issues/images/at_A_glance_bottomBox.png');
}
.box3 {
width:285px;
height:141px;
float:right;
margin-left:13px;
background-image:url('/resource/uploads_scope/issues/images/at_A_glance_bottomBox.png');
}
谢谢你的帮助 :-)