0
當您調整vBulletin的大小時,您可以看到3列很好地重新調整(Board Name,Threads/Posts,Last Post)。CSS中的靈活佈局像vBulletin
你怎麼能在CSS中實現類似的東西?當我嘗試這樣做時,它總是互相重疊。 .board圖標寬度需要保持不變,因爲裏面有圖像。
這是我的CSS
.board-icon {
float: left;
width: 55px;
}
.board-title {
float: left;
background: red;
width: 50%;
}
.board-info {
float: left;
background: green;
width: 120px;
}
.board-lastpost {
float: left;
background: orange;
width: 240px;
}
下面是使用相同的靈活的佈局其他一些例子:
- http://punbb.informer.com/forums/
- http://www.simplemachines.org/community/index.php
- http://community.invisionpower.com/