z-index values not working the way it should - z-index 50 item shows up underneath

lnkinprk

New Member
http://new.michaellane.com/listing-gallery.phpThe yellow strips of paper you see there have this set:\[code\].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;}\[/code\]And the div that contains it, .listing_icons, is just a generic float:left, position:relative DIV with a z-index of only 10. How is it that the yellow strips come underneath the .listing_icons on the right hand side?
 
Top