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.
リストに独立した自動幅を作成するにはどうすればよいですか?ここで、 ulのliにwidth:autoを設定すると、liは100%に拡張されます。どうすれば以下のような自動幅に到達できますか?
使用できるfloatプロパティclear:
float
clear
li { background: #999; clear:left; float:left; }
jsFiddleの例