Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 9th, 2012  |  syntax: CSS  |  size: 0.74 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #nav {
  2.         float: right;
  3.         width: 1000px;
  4.         list-style: none;
  5.         line-height: 1;
  6.         padding: 0;
  7.         margin: 0 0 1em 0;
  8.         font-size: 18px;
  9.         font-family: 'coconlight';
  10.         text-align: left;
  11. }
  12.  
  13. #nav ul {
  14.         float: right;
  15.         width: 500px;
  16.         list-style: none;
  17.         line-height: 1;
  18.         background: #333333;
  19.         font-family: 'coconregular';
  20.         padding: 0;
  21.         border: 2px solid #fff;
  22.         border-radius: 10px;
  23.         margin: 0 0 1em 0;
  24.         text-align: left;
  25. }
  26.  
  27. #nav a {
  28.         display: block;
  29.         width: 10em;
  30.         w\idth: 6em;
  31.         font-family: 'coconlight';
  32.         text-align: left;
  33.         text-decoration: none;
  34.         padding: 0.25em 2em;
  35. }
  36.  
  37. #nav a.daddy {
  38.         background: url(rightarrow2.gif) center right no-repeat;
  39.         border-bottom: 1px solid #eda;
  40. }
  41.  
  42. #nav li {
  43.         float: left;
  44.         padding: 0;
  45.         width: 150px;
  46. }