mspotilas

Thumbnail post snipper with only CSS

Jan 7th, 2012
407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.53 KB | None | 0 0
  1. <a style="position:absolute;top:-4em;" name="more"></a>
  2. <div id="examplethumb" style="float:right;">
  3.   <a href="http://yabtb.blogspot.com/2012/01/thumbnail-on-main-page-bigger-image-on.html#more">
  4.     <img style="margin-left:10px;" src="http://lh3.googleusercontent.com/-fY4i0d-wN2A/Tmtet0g4_pI/AAAAAAAAAUs/lNXWTbdvAzs/s144/leskenlehti.jpg" />
  5.   </a>
  6. </div>
  7. You may have [...] for example in Simple template.<br />
  8. <!--more-->
  9. <style type="text/css">
  10. #examplethumb { display:none !important; }
  11. </style>
  12. <br />
  13. Now the whole ...
Advertisement
Add Comment
Please, Sign In to add comment