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

wintondeshong on 09/12/07


Tagged

css header textmate template yahoo


Versions (?)


Yahoo General Header (CSS)


Published in: CSS 


  1. #yahooHeader{
  2. margin:0 auto;
  3. padding: 8px 15px 0 15px;
  4. height:45px;
  5. background:#FFF;
  6. font-family:Arial, Helvetica, sans-serif;
  7. font-size:.85em;
  8. }
  9. #yahooHeader a.yahooBranch{
  10. margin:0;padding:0;
  11. width:326px;height:28px;
  12. background:url(../images/yahoo_logo.gif) no-repeat;
  13. text-indent:-9999px;
  14. float:left;
  15. }
  16. #yahooHeader ul{
  17. margin:0;padding:0;
  18. list-style:none;
  19. float:right;
  20. }
  21. #yahooHeader ul li{
  22. margin-right:5px;
  23. float:left;
  24. }

Report this snippet 

You need to login to post a comment.