<div class="post-block"> <?php if (get_post_meta($post->ID, 'cp_ad_sold', true) == 'yes') echo '<span class="soldout-ribbon-list"></span>'; else echo ''; ?> <div class="post-left"> <?php if(is_sticky()) {?> <div class="featured-ribbon"></div> <?php } ?>
.featured-ribbon {background: url("/images/featured.png") no-repeat scroll 0 0 transparent;display: block;height: 60px;position: absolute;width: 60px;z-index: 300;margin:-3px} /* Sold Ribbon Listing */ .soldout-ribbon-list{display:block; float:left; position:absolute; background:url("/images/sold-ribbon2.png") no-repeat scroll right; height:60px;margin:-17px 0px 0px 518px;padding:0;width:60px; z-index:990}
There are currently 1 users browsing this thread. (0 members and 1 guests)