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.
ページを水平方向にスクロールすると、上部のdiv境界線が表示されません。これがCSSとHTMLです。
添付画像もご確認ください。
.top { height:28px; padding-top:7px; border-bottom:5px solid #f7931d; } <div class="top"></div>
内部にいくつかのフローティングオブジェクトがあるため、divの幅は画面の幅に従います(おそらく、それは単なる推測です)。
あなたはどちらかを行うことができます
.top { ... display: inline-block; }
または予想される幅を設定します