Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. <style>
  2. ul.menu li { float: left; width: 7em; }
  3. ul.menu a { text-decoration: none; color: #000; }
  4. ul.menu a:hover { background: #000; color: #fff; }
  5. ul.menu li ul { display: none; }
  6. ul.menu li:hover ul { display: inline; }
  7. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement