Yahoo General Header (CSS)


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  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


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.