Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. /*- Menu 1--------------------------- */
  2.  
  3. #menu1 {
  4. width: 200px;
  5. margin: 10px;
  6. border-style: solid solid none solid;
  7. border-color: #3D261D;
  8. border-size: 1px;
  9. border-width: 1px;
  10. }
  11.  
  12. #menu1 li a {
  13. height: 32px;
  14. voice-family: "\"}\"";
  15. voice-family: inherit;
  16. height: 24px;
  17. text-decoration: none;
  18. }
  19.  
  20. #menu1 li a:link, #menu1 li a:visited {
  21. color: #E4D6CD;
  22. display: block;
  23. background: url(/images/menu1.gif);
  24. padding: 8px 0 0 10px;
  25. }
  26.  
  27. #menu1 li a:hover {
  28. color: #FFF;
  29. background: url(/images/menu1.gif) 0 -32px;
  30. padding: 8px 0 0 10px;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement