问题描述
|
我有这样的HTML标记:
<div class=\"top\"> </div>
<div class=\"bottom\"> </div>
<div class=\"top\"> </div>
<div class=\"bottom\"> </div>
<div class=\"top\"> </div>
<div class=\"bottom\"> </div>
...
如何通过CSS将所有top
DIV移到bottom
DIV的顶部,像这样:
top | top | top
----------------
bottom
----------------
bottom
----------------
bottom
?
两种类型的DIV都应具有可变的高度。 the1ѭDIV的宽度也应可变。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)