Advertisement
Guest User

Menu

a guest
Apr 15th, 2013
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. #navbar{
  2.     width:950px;
  3.     overflow:inherit;
  4.     margin-bottom: -25px;
  5.     overflow: hidden;
  6.     white-space: nowrap;
  7. }
  8.  
  9. #navbar ul {
  10.     list-style-type: none;
  11.     height: 80px;
  12.     margin: auto;
  13. }
  14.  
  15. #navbar li {
  16.     float: left;
  17.     position:relative;
  18.  
  19. }
  20.  
  21. #navbar ul a {
  22.     background-image: url(img/navbar_divider.jpg);
  23.     background-repeat: no-repeat;
  24.     background-position: right;
  25.     padding-right: 7px;
  26.     padding-left: 7px;
  27.     display: block;
  28.     line-height: 27px;
  29.     text-decoration: none;
  30.     font-size: 13px;
  31.     color: #371C1C;
  32.     background-color: #bdbecf;
  33. }
  34.  
  35. #navbar ul a:hover {
  36. color: #FFF;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement