Advertisement
Disneyowa

Menu 1

Oct 11th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. <table cellspacing="0">
  2. <tr>
  3. <td> <a class="menu1" href="#">menu</a></td>
  4. <td> <a class="menu2" href="#">menu</a></td>
  5. <td> <a class="menu2" href="#">menu</a></td>
  6. <td> <a class="menu2" href="#">menu</a></td>
  7. <td> <a class="menu2" href="#">menu</a></td>
  8. <td> <a class="menu2" href="#">menu</a></td>
  9. <td> <a class="menu2" href="#">menu</a></td>
  10. </tr></table>
  11.  
  12.  
  13. a.menu1:link, a.menu1:visited, a.menu1:active{
  14. background-color: #e8dfc8;
  15. font:normal 7pt Georgia;
  16. color: #554855;
  17. line-height: 14pt;
  18. text-decoration: none;
  19. text-transform:lowercase;
  20. border-bottom:2px solid #b0b9c9;
  21. border-top :5px solid #c6d9c3;
  22. text-align: center;
  23. display:block;
  24. width:70px;}
  25. a.menu1:hover {
  26. background-color:#dbcab3;
  27. color: #554855 ;
  28. border-bottom:2px solid #c6d9c3;
  29. border-top:5px solid #e8dfc8;}
  30.  
  31.  
  32. a.menu2:link, a.menu2:visited, a.menu2:active{text-decoration: none;
  33.  
  34. background-color: #e8dfc8;
  35. font:normal 7pt arial;
  36. color: #554855;
  37. line-height: 14pt;
  38. text-transform:lowercase;
  39. text-align: center;
  40. display:block;
  41. width:70px;
  42. border-bottom :2px solid #c6d9c3;
  43. border-top:5px solid #b0b9c9;
  44. }
  45. a.menu2:hover {
  46. background-color:#dbcab3;
  47. color: #554855 ;
  48. width:70px;
  49. border-top:5px solid #c6d9c3;
  50. border-bottom :2px solid #e8dfc8;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement