Advertisement
danyo

Untitled

Apr 18th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.68 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body { background:#fff url(bg.jpg) repeat-x; margin:0; padding:0; height:1800px; font-family:Arial, Helvetica, sans-serif; }
  5.  
  6. div#wrapper { width: 1000px; margin: 0 auto; }
  7.  
  8. div#header { height: 400px; width: 1000px; display: block; position: relative; }
  9. div#header .logo { position: absolute; width: 374px; height: 221px; display: block; float: left; cursor: pointer; background: url(logo.png) 0 0 no-repeat transparent; top: 55px; left: 10px; }
  10. div#header .contact-info { position: absolute; width: 293px; height: 133px; display: block; float: left; cursor: pointer; background: url(contact-info.png) 0 0 no-repeat transparent; top: 100px; left: 700px; }
  11.  
  12. ul#navi                     { background: url(nav.png) no-repeat; position: absolute; width:850px; height:75px; top: 300px; float: left; }
  13. ul#navi li                  { text-indent: -9999px; margin-right: 1px; float: left; display: inline; }
  14. ul#navi li a                    { display: block; height: 73px; }
  15.  
  16. a#n01, a#n01_active         { width: 103px; }
  17. a#n01:hover, a#n01_active   { background: url(nav-active.png) no-repeat 0 0; }
  18.  
  19. a#n02, a#n02_active         { width: 212px; }
  20. a#n02:hover, a#n02_active   { background: url(nav-active.png) no-repeat -103px 0; }
  21.  
  22. a#n03, a#n03_active         { width: 142px; }
  23. a#n03:hover, a#n03_active   { background: url(nav-active.png) no-repeat -314px 0; }
  24.  
  25. a#n04, a#n04_active         { width: 128px; }
  26. a#n04:hover, a#n04_active   { background: url(nav-active.png) no-repeat -456px 0; }
  27.  
  28. a#n05, a#n05_active         { width: 117px; }
  29. a#n05:hover, a#n05_active   { background: url(nav-active.png) no-repeat -584px 0; }
  30.  
  31. a#n06, a#n06_active         { width: 148px; }
  32. a#n06:hover, a#n06_active   { background: url(nav-active.png) no-repeat -702px 0; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement