Die Uhr doch nicht starten, weil sie unter Opera ziemlich viel Prozessorzeit verbrauc...
[kivitendo-erp.git] / css / menuv3.css
1 body {\r
2 behavior:url("css/csshover.htc");\r
3 }\r
4 \r
5 #menu {\r
6 width:100%;\r
7 float:left;\r
8 background:url(../image/bg_css_menu.png) repeat bottom;\r
9 border:1px solid;\r
10 border-color:#ccc #888 #555 #bbb;\r
11 }\r
12 \r
13 #menu a, #menu h2, #menu div.x {\r
14 font:11px/16px arial,helvetica,sans-serif;\r
15 display:block;\r
16 border:0;\r
17 border-right:1px;\r
18 border-style:solid;\r
19 border-color:#ccc #888 #555 #bbb;\r
20 white-space:nowrap;\r
21 margin:0;\r
22 padding:1px 0 1px 3px;\r
23 }\r
24 \r
25 #menu h2 {\r
26 color:#fff;\r
27 padding:0 5px;\r
28 }\r
29 \r
30 #menu a, #menu a:visited, #menu div.x, #menu div.x:visited {\r
31 color:#000;\r
32 text-decoration:none;\r
33 /*border-width:1px;*/\r
34 padding-right:10px;\r
35 }\r
36 \r
37 #menu a {\r
38 background:#eee;\r
39 }\r
40 \r
41 #menu div.x, #menu div.x:visited {\r
42 background:#eee url(../image/right.gif) no-repeat right;\r
43 }\r
44 \r
45 #menu a:hover, #menu div.x:hover {\r
46 color:#a00;\r
47 background-color:#ddd;\r
48 }\r
49 \r
50 #menu a:active, #menu div.x:active {\r
51 color:#060;\r
52 background-color:#ccc;\r
53 }\r
54 \r
55 #menu ul {\r
56 list-style:none;\r
57 margin:0;\r
58 padding:0;\r
59 float:left;\r
60 min-width:7em;\r
61 }\r
62 \r
63 #menu li {\r
64 position:relative;\r
65 float:none;\r
66 border:0;\r
67 }\r
68 \r
69 /* IE6 spacing bug fix, <li>s without a bottom border get spaced to far */\r
70 #menu ul ul li {\r
71 border:solid;\r
72 border-width:0 0 1px 0;\r
73 }\r
74 \r
75 #menu ul ul {\r
76 position:absolute;\r
77 z-index:500;\r
78 top:auto;\r
79 display:none;\r
80 /* IE6 event bug fix, a z-indexed layer without some kind of background will lose its events to the leyer below */\r
81 background:#000;\r
82 }\r
83 \r
84 #menu ul ul ul {\r
85 top:0;\r
86 left:100%;\r
87 background:#000;\r
88 }\r
89 \r
90 /* Begin non-anchor hover selectors */\r
91 \r
92 /* Enter the more specific element (div) selector\r
93 on non-anchor hovers for IE5.x to comply with the\r
94 older version of csshover.htc - V1.21.041022. It\r
95 improves IE's performance speed to use the older\r
96 file and this method */\r
97 \r
98 div#menu h2:hover {\r
99 background:#A3C5FF;\r
100 color:#a00;\r
101 }\r
102 \r
103 div#menu li:hover {\r
104 cursor:pointer;\r
105 z-index:100;\r
106 }\r
107 \r
108 div#menu li:hover ul ul,\r
109 div#menu li li:hover ul ul,\r
110 div#menu li li li:hover ul ul,\r
111 div#menu li li li li:hover ul ul\r
112 {display:none;}\r
113 \r
114 div#menu li:hover ul,\r
115 div#menu li li:hover ul,\r
116 div#menu li li li:hover ul,\r
117 div#menu li li li li:hover ul\r
118 {display:block;}\r
119 \r
120 /* End of non-anchor hover selectors */\r
121 \r