私は HTML5 の初心者です。現在、最初の記事で 2 つの段落を作成しようとしています。http://f6design.com/projects/parallax-scrolling/のスニペットをいくつか使用しました。単純に、イントロ記事で 2 つの段落を達成したいだけです。この代替案を試しましたが、失敗しました。
<div class="side-container">
<!-- left side -->
<aside>
Left: Fixed width, 100% height of the window or right hand content
</aside>
<!-- main content -->
<article>
Right: Fluid width
</article>
</div>
ここに私のコードが
ありますhttp://jsfiddle.net/sw8s4/
これを行う方法について何か提案はありますか?
ベスト、
セバスチャン