Advertisement
Guest User

menu-ie.css

a guest
Dec 27th, 2011
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. /*menu*/
  2.  
  3.  
  4. #access {
  5. display: block;
  6. margin: 4px 0 0 34px;
  7. width: 100%;
  8. }
  9.  
  10. #access .menu-header,
  11. div.menu {
  12. margin-left: 0px;
  13. padding-top: 3px;
  14. width: 100%;
  15. float: left;
  16. font-family: JosefinSansBold,Arial,Helvetica,sans-serif;
  17. font-weight:900;
  18. font-size: 1.1em;
  19. letter-spacing: 2px;
  20. }
  21.  
  22. #access .menu-header ul,
  23.  
  24. div.menu ul {
  25. list-style:none outside none;
  26. margin: 0;
  27. }
  28.  
  29. #access .menu-header li,
  30.  
  31. div.menu li {
  32. width: 186px;
  33. display:inline;
  34. position: relative;
  35. text-transform:uppercase;
  36. float: left;
  37. padding: 0px 1px 0px 0px;
  38. }
  39.  
  40. #access a {
  41. color : #BF7D43;
  42. display: block;
  43. line-height: 27px;
  44. padding : 0 1em;
  45. text-decoration : none;
  46. font-weight: bold;
  47. }
  48.  
  49. #access ul ul {
  50. margin-left: 12px;
  51. display: none;
  52. position: absolute;
  53. top: 25px;
  54. left: 0;
  55. float: left;
  56. width: 195px;
  57. z-index: 99999;
  58. }
  59.  
  60. #access ul ul li {
  61. min-width: 180px;
  62. }
  63.  
  64. #access ul ul ul {
  65. left: 100%;
  66. top: 0;
  67. }
  68.  
  69. #access ul ul a {
  70. background-color:#F8E8D9;
  71. filter:alpha(opacity=70);
  72. line-height: 1em;
  73. padding: 5px;
  74. width: 190px;
  75. height: auto;
  76. text-transform:none;
  77. font:100% Verdana,Sans-serif; font-size: 13px;
  78. font-weight: bold;
  79. letter-spacing : 0.5px;
  80. }
  81.  
  82. #access li:hover > a{
  83. color: #59412B;
  84. background: none;
  85. }
  86.  
  87. #access ul ul :hover > a {
  88. color: #59412B;
  89. background-color:#EFE9BC;
  90. filter:alpha(opacity=90);
  91. }
  92.  
  93. #access ul li:hover > ul {
  94. display: block;
  95. }
  96.  
  97. #access ul li.current_page_item > a,
  98.  
  99. #access ul li.current-menu-ancestor > a,
  100.  
  101. #access ul li.current-menu-item > a,
  102.  
  103. #access ul li.current-menu-parent > a {
  104. color: #593F26;
  105. }
  106.  
  107. * html #access ul li.current_page_item a,
  108.  
  109. * html #access ul li.current-menu-ancestor a,
  110.  
  111. * html #access ul li.current-menu-item a,
  112.  
  113. * html #access ul li.current-menu-parent a,
  114.  
  115. * html #access ul li a:hover {
  116. color: #593F26;
  117. }
  118.  
  119. .children {
  120. border-right : 0px solid #CDD058;
  121. border-left : 0px solid #CDD058;
  122. border-bottom : 0px solid #CDD058;
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement