Guest User

Untitled

a guest
Apr 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. * { margin: 0; padding: 0; }
  2. body { font: 15px Helvetica, Sans-Serif; }
  3. html { overflow-y: scroll; }
  4. #page-wrap { width: 720px; margin: 25px auto; }
  5. p { margin: 0 0 8px 0; }
  6. a { text-decoration: none; }
  7. img { vertical-align: middle; }
  8. a img { border: 0; 180}
  9. ul { list-style: none; }
  10. h1 { margin: 0 0 10px 0; }
  11.  
  12. /* LEVEL ONE */
  13. ul.dropdown { position: relative; width: 100%; }
  14. ul.dropdown li { font-weight: bold; float: left; width: 180px; position: relative; }
  15. ul.dropdown a:hover { color: #000; }
  16. ul.dropdown li a { display: block; padding: 20px 8px; color: #222; background: #ccc; position: relative; z-index: 2000; }
  17. ul.dropdown li a:hover,
  18. ul.dropdown li a.hover { background: #F3D673; position: relative; }
  19.  
  20. /* LEVEL TWO */
  21. ul.dropdown ul { display: none; position: absolute; top: 0; left: 0; width: 180px; z-index: 1000; }
  22. ul.dropdown ul li { font-weight: normal; background: #f6f6f6; color: #000; border-bottom: 1px solid #ccc; }
  23. ul.dropdown ul li a { display: block; background: #eee !important; }
  24. ul.dropdown ul li a:hover { display: block; background: #F3D673 !important; }
Add Comment
Please, Sign In to add comment