http://new.michaellane.com/listing-gallery.php
そこにある黄色い紙片には、次のセットがあります。
.listing_specs {
width:230px;
height:140px;
background-image:url('/images/featured_listing_specs.png');
background-repeat:no-repeat;
color:#836637;
padding-top:10px;
position:absolute;
top:120px;
right:-120px;
z-index:50;
}
そして、それを含む div .listing_icons は、z-index が 10 しかない一般的な float:left, position:relative DIV です。
黄色のストリップが右側の .listing_icons の下に来るのはどうしてですか?