View Single Post
Old 08-18-2012, 12:14 AM   PM User | #4
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,699
Thanks: 5
Thanked 875 Times in 850 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
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;
}
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Users who have thanked VIPStephan for this post:
shivup (08-18-2012)