Recent Posts
None | 15 sec ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
Java | 1 min ago
None | 2 min ago
JavaScript | 3 min ago
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Domain Reports
Please check out our new and improved Firefox Add-on. hide message
By Jeff on the 7th of Nov 2008 04:26:07 PM Download | Raw | Embed | Report
  1. /* Navigation Menu */
  2. #navmenu {
  3.     float: left;
  4.     width: 100%;
  5.     background-color: #eee;
  6. }
  7. #navmenu ul {
  8.     list-style: none;
  9.     margin: 0px;
  10.     padding: 0px;
  11.     float: left;
  12.     width: 12em;
  13. }
  14. #navmenu a,#navmenu h2 {
  15.     display: block;
  16.     border: 1px solid black;
  17.     margin: 0px;
  18.     padding: 2px 3px;
  19. }
  20. #navmenu h2 {
  21.     color: #fff;
  22.     background-color: black;
  23.     text-transform: uppercase;
  24. }
  25. #navmenu a {
  26.     color: black;
  27.     background-color: #efefef;
  28.     text-decoration: none;
  29. }
  30. #navmenu a:hover {
  31.     color: #a00;
  32.     background-color: white;
  33. }
  34. #navmenu li {
  35.     position: relative;
  36. }
  37. #navmenu ul ul {
  38.     position: absolute;
  39.     z-index: 500;
  40. }
  41. #navmenu ul ul ul {
  42.     top: 0px;
  43.     left: 100%
  44. }
  45. div#navmenu ul ul, div#navmenu ul li:hover ul ul, div#navmenu ul ul li:hover ul ul {
  46.     display: none;
  47. }
  48. div #navmenu ul li:hover ul, div#navmenu ul ul li:hover ul, div#navmenu ul ul ul li:hover ul {
  49.     display: block;
  50. }
  51. #navmenu ul li {float: left; width: 100%;}
  52. #navmenu ul li a {height: 1%;}
  53. #navmenu a, #navmenu h2 {
  54.     font: bold 0.7em/1.4em arial, helvetica, sans-serif;
  55. }
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: