Skip to content

Instantly share code, notes, and snippets.

@ituki
Last active August 29, 2015 14:23
Show Gist options
  • Save ituki/d713ba5143fa67f52caa to your computer and use it in GitHub Desktop.
Save ituki/d713ba5143fa67f52caa to your computer and use it in GitHub Desktop.
【Chrome43】floatで0.016pxの隙間ができて崩れる ref: http://qiita.com/ituki_b/items/5f0b11d9a26407f39871
<ul>
<li>
<img src="http://placehold.jp/150x150.png" alt="">
</li>
<li>
<img src="http://placehold.jp/150x150.png" alt="">
</li>
<li>
<img src="http://placehold.jp/150x150.png" alt="">
</li>
</ul>
img {
display: block;
}
li {
font-size: 0;
}
li {
width: 150px;
}
ul {
font-family: Verdana;
}
ul {
font-family: Meiryo;
}
<ul>
<li><img src="http://placehold.jp/150x150.png" alt=""></li>
<li><img src="http://placehold.jp/150x150.png" alt=""></li>
<li><img src="http://placehold.jp/150x150.png" alt=""></li>
</ul>
<ul>
<li><img src="http://placehold.jp/150x150.png" alt=""></li>
<li><img src="http://placehold.jp/150x150.png" alt=""></li>
<li><img src="http://placehold.jp/150x150.png" alt=""></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment