We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

fris on 11/08/07


Tagged

images clean


Versions (?)


Who likes this?

3 people have marked this snippet as a favorite

SpinZ
basicmagic
stoker


thumb border


Published in: CSS 


  1. img.thumbpix {
  2. border: #bbb 1px solid;
  3. padding-bottom: 6px;
  4. padding-top: 6px;
  5. padding-left: 6px;
  6. padding-right: 6px;
  7. color: #333;
  8. background-color: #eee;
  9. background-image:none;
  10. text-align:right;
  11. margin-left:10px;
  12. margin-right:10px;
  13. margin-bottom:0px;
  14. margin-top:0px;
  15. }

Report this snippet 

You need to login to post a comment.