【发布时间】:2013-01-17 16:06:25
【问题描述】:
我正在尝试对项目产生时间线效果。我做了一些研究,发现this exemple
而且,正如你所看到的 here,它不能很好地工作......这是成功的部分:
section#lastPost {
width: 960px;
margin: 0 auto; }
section#lastPost .TLItem {
clear: left;
float: left; }
section#lastPost .TLItem:nth-child(2n) {
clear: right;
float: right; }
嗯,如你所见,有一点空间问题:)
有什么想法吗?
【问题讨论】: