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.
ページとともに垂直にスクロールするメニューがありますが、水平スクロールバーを右に移動すると水平にもスクロールし、意味がわかります。
横スクロールをなくして縦スクロールのみにしたいのですが、css で簡単にできる方法はありますか?
http://jsfiddle.net/NNnkU/4/
以下のように、100% の page_frame に幅を追加する必要があります。
.page_frame { background-color:#006600; color:#ffffff; width: 100%; }