フロートをよりよく理解しようとしています。この問題がわかりません。いくつかのケースで発生しましたが、これは私の最新のものです。2 列の順序なしリストを作成していますが、垂直方向の間隔に問題があります。
<ul>
<li width="50%"> a bunch of text</li>
<li width="50%"> a very large amount of text</li>
<li width="50%"> a small amount of text that does not line up with the first li</li>
</ul>
適切なデモンストレーションについては、コード スニペットを参照してください。
.lists ul{
width:500px;
}
li{
width: 40%;
float:left;
padding-left:5%;
padding-right: 5%;
}
<div class="lists">
<ul>
<li> <a href="#">harpoons sticking in near his starb</a></li>
<li><a href="#"> aaalewent milling and milling round so, that my boat's crew could only trim dish, by sitting all thing and milling round so, that my boat's crew could only trim dish, by sitting all theiwent milling and milling round so, that my boat's crew could only trim dish, by sitting all thei, with a milky-white head and </a></li>
<li><a href="#"> five whales, and my boat fastened to one of them; a regular circus horse he was, too, that r sterns on the outer gunwale. </a></li>
<li><a href="#"> harpoons sticking in near his starb went milling and milling round so, that my boat's crew could only trim dish, by sitting all thei </a></li>
<li><a href="#"> m the bottom went milling and milling round so, that my boat's crew could only trim dish, by sitting all theiwent milling and milling round so, that my boat's crew could only trim dish, by sitting all theiof </a></li>
<li><a href="#"> harpoons sticking in near his starb </a></li>
</ul>
</div>
1 列目の 1 番目と 2 番目のアイテムの間の縦方向のギャップを削除したいのですが、なぜ存在するのかわかりません。
IE 8 をサポートし、IE7 に向けて努力する必要があります。