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 只是一个通用的 float:left, position:relative DIV,z-index 仅为 10。
黄色条是如何出现在右侧的 .listing_icons 下方的?