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を初めて使用します.cssを使用してWebページを作成しました.ブラウザを最大化すると、期待どおりに完全に見えます。しかし、Webページを再試行すると、ページで使用したdiv要素が互いに重なり合い、完全に混乱してしまいます...!
div 要素をラップしてみました。
#wrapper { min-width:500px; overflow-x:scroll; }
また、最小幅属性を親 div に設定しようとしました。何もうまくいきませんでした...
助けてください。
試す
#wrapper { min-width: 500px; overflow-x: scroll; position: relative; }