実例はこちら: http://smitecamp.com/
.news
Railsのヘルパーを使用して、divボックスを左右にフロートさせたいだけcycle
です。現在見ているものは次のとおりです。
そして、これが私が実際にレイアウトをどのように見せたいかです:
ここで何が欠けていますか?div が奇妙に積み重なっているのはなぜですか?
#latestest-news
.inline-wrapper
.splitter
- for news in @news
.news style="float: #{cycle('left', 'right')};"
h2
= link_to news.title, news
= news.content.html_safe
.footer
p by Virtum | #{l news.created_at}
br