topical media & game development

talk show tell print

lib-js-tool-man-examples-common-lists.css / css



  ul.sortable li {
          position: relative;
  }
  
  ul.boxy {
          list-style-type: none;
          padding: 0px;
          margin: 0px;
          width: 10em;
          font-size: 13px;
          font-family: Arial, sans-serif;
  }
  ul.boxy li {
          cursor:move;
          padding: 2px 2px;
          border: 1px solid #ccc;
          background-color: #eee;
  }
  .clickable a {
          display: block;
          text-decoration: none;
          cursor: pointer;
          cursor: hand;
  }
  .clickable li:hover {
          background-color: #f6f6f6;
  }
  


(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.