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.
タブを作成しようとしている次の例がありますが、何らかの理由でclear: both;. 持っていても持っていても同じように動作しfloat: right;ますfloat: left;。誰かがこれで私を助けることができますか?
clear: both;
float: right;
float: left;
青い背景を画面全体に広げたい場合は、(コンテナー) のwidthtoを設定する必要があります。100%ulli
width
100%
ul
li
ul { background: #006daa; clear: both; float: right; width: 100%; /* changed */ }
http://jsbin.com/iVEwOxo/2