topical media & game development

talk show tell print

basic-css-14-Tr-It-Out-example14-1-chokoloskee-island-style-sheets-menu-system.css / css



  div#nav {
      position: absolute;
      margin: auto;
      width: 50em;
      text-align: center;
  }
  div#nav > a > img {
      clear: left;
      display: block;
      margin: 0 auto;
      width: 16em;
      height: auto;
  }
  div#nav ul {
      position: absolute;
      list-style-type: none;
      margin: 0;
      padding: 0;
  }
  div#nav > ul > li {
      background-color: lightblue;
      padding: 0.5em;
      border: 0.05em solid black;
      font-size: 0.9em;
  }
  div#nav > ul > li:hover {
      background-color: lightsteelblue;
  }
  ul#gifts > li {
      float: left;    
  }
  ul#food > li {
      float: right;   
  }
  div#nav > ul > li#leftedge {
      border-right-width: 0;
      -moz-border-radius-topleft: 1em;
      -moz-border-radius-bottomleft: 1em;
  }
  div#nav > ul > li#leftedge:hover {
      -moz-border-radius-bottomleft: 0;
  }
  div#nav > ul > li#rightedge {
      border-left-width: 0;
      -moz-border-radius-topright: 1em;
      -moz-border-radius-bottomright: 1em;
  }
  div#nav > ul > li#rightedge:hover {
      -moz-border-radius-bottomright: 0;  
  }
  ul.menu {
      background-color: lightblue;
      width: 15em;
      -moz-border-radius-bottomleft: 1em;
      -moz-border-radius-bottomright: 1em;
      border: 0.05em solid black;
  }
  ul#food ul.menu {
      -moz-border-radius-topleft: 1em;
  }
  ul#gifts ul.menu {
      -moz-border-radius-topright: 1em;
  }
  ul.menu li {
      color: black;   
  }
  ul.menu a {
      margin: 0.4em;
      padding: 0.5em;
      color: black;
      display: block;
      border: 0.05em solid lightblue;
  }
  ul.menu a:hover {
      background-color: lightsteelblue;
      -moz-border-radius: 0.8em;
      border: 0.05em solid black;
      text-decoration: none;
  }
  div#nav ul a:active {
      background-color: steelblue;
  }


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.