我有一個頂級的酒吧把我的博客:水平滾動和切DIV
<nav class="top-bar blog">
STACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOWSTACKOVERFLOW
</nav>
<style type="text/css">
.top-bar.blog {
width: 100%;
white-space: no-wrap;
background: violet;
...
}
body {
background: black;
}
</style>
當我調整我的瀏覽器窗口小尺寸看單槓我得到這個:
這是預期的結果。
當我水平滾動這裏的右邊是結果:
股利被切斷。
奇怪的是,在stackoverflow.com的頂欄上存在同樣的問題。
如何防止這種情況發生,以便大小可以保持調整到窗口的正確部分而不是「剪切」?
你試過CSS聲明'寬度:自動; overflow-x:visible;'? – collapsar
請參閱我的評論:http://stackoverflow.com/questions/18070415/horizontal-scroll-and-cuted-div/18070461?noredirect=1#comment26445025_18070461 – Ydhem