Code:
<div class="thumbnail">
<a class="bookmark" href="http://example.com">Bookmark</a>
<a href="/test/test1.php"><img src="/images/covers/test.jpg" alt="test" class="bkmrk" /></a>
</div>
Code:
.thumbnail {
float: left;
width: 20%;
text-align: center;
margin-bottom: 20px;
position: relative;
padding-top: 20px;
}
.thumbnail .bookmark {
position: absolute;
background: url(/images/gold-bookmark.png) no-repeat 15px top;
top: -20px;
left: 15px;
width: 20px;
height: 20px;
text-indent: -999em;
}
.thumbnail img {
height: auto;
width: 95%;
max-width: 150px;
}