Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の例のページ コンテンツ - http://jsfiddle.net/cq8dC/navをサイドバーの後ろではなく右側に配置するにはどうすればよいですか?
nav
スタイルをアップデート。.horizontalにスタイルpadding-left: 255px;を追加
padding-left: 255px;
.horizontal { display: inline-block; padding-left: 255px; vertical-align: top; white-space: normal; width: 100%; }
デモ