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

miziomon on 11/20/06


Tagged

css plugin wordpress


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

vali29


ezsticky.css


Published in: CSS 


Show post_excerpt where categoty is sticky

  1. .ezsticky {
  2. width: 490px;
  3. color: #060;
  4. background-color: #EDF3F3;
  5. text-align: left;
  6. border: 1px dotted #A4B5BD;
  7. font-size: 12px;
  8. padding: 5px;
  9. font-family: Verdana, Arial, Helvetica, sans-serif;
  10. margin: 0px;
  11. margin-bottom: 10px;
  12. }
  13.  
  14. .ezsticky h3 { margin: 5px 0px; }
  15. .ezsticky h3 a { color: #697C82; }
  16. .ezsticky div { margin-left: 10px; }

Report this snippet 

You need to login to post a comment.