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.
私のギャラリーには、順不同のリストにあるサムネイル画像があります。なぜかIE8では表示されません。誰でも理由を説明できますか?
www.melbournedodgeball.com.au/dodgeball2012/photos
ありがとう!
clearfix このメソッドを使用して、このコードを追加してください
<ul class="clearfix gallery"> <li></li> </ul> .gallery ul li {width:223px; float:left;} .gallery ul li a {width:100%;}