如何将第 5 个等图像放在前 4 个图像旁边?我需要什么样的 CSS 样式规则?目前我有一个向左浮动的 div:
div#leftcontainer {
float: left;
height: 30%;
width: 100%;
}
这包含 2 个 div,其中每个 4 个图像。第二个有一个浮动权利:
.topshops-section-secondcol {
float: right;
position: static;
}
目前 2 组 4 图像只是显示在顶部而不是彼此相邻?jsfiddle:http: //jsfiddle.net/Gn7PL/