Last change
on this file since 96 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
891 bytes
|
Line | |
---|
1 | |
---|
2 | #navigation li { |
---|
3 | float: left; |
---|
4 | position: relative; |
---|
5 | } |
---|
6 | |
---|
7 | .niveau1 { |
---|
8 | font-size: 12px; |
---|
9 | |
---|
10 | } |
---|
11 | |
---|
12 | .niveau1 a { |
---|
13 | padding: 4px 8px 8px 8px; |
---|
14 | text-decoration: none; |
---|
15 | color: #fff; |
---|
16 | display: block; |
---|
17 | } |
---|
18 | |
---|
19 | .niveau1 a:hover { |
---|
20 | color: #fff; |
---|
21 | background-color: #f93; |
---|
22 | |
---|
23 | } |
---|
24 | |
---|
25 | .ulniveau2 { |
---|
26 | display: none; |
---|
27 | width: 12em; |
---|
28 | position: absolute; |
---|
29 | top: 24px; |
---|
30 | left: 0px; |
---|
31 | z-index: 1000; |
---|
32 | font-size: 11px; |
---|
33 | background-color:#ff9933 |
---|
34 | } |
---|
35 | |
---|
36 | .niveau2 { |
---|
37 | width: 100%; |
---|
38 | |
---|
39 | } |
---|
40 | |
---|
41 | .niveau2 a { |
---|
42 | text-decoration: none; |
---|
43 | padding: 4px 6px; |
---|
44 | margin: 0; |
---|
45 | display: block; |
---|
46 | background-color: #ff9933; |
---|
47 | } |
---|
48 | |
---|
49 | .niveau2 a:hover { |
---|
50 | background-color: #fff; |
---|
51 | color:#ff9933; |
---|
52 | font-weight:bold; |
---|
53 | } |
---|
54 | |
---|
55 | /*#navigation li>ul { |
---|
56 | to override top and left in browsers other than IE, |
---|
57 | which will position to the top right of the containing li, |
---|
58 | rather than bottom left |
---|
59 | top: auto; |
---|
60 | left: auto; |
---|
61 | }*/ |
---|
62 | |
---|
63 | #navigation li:hover ul, li.over ul { |
---|
64 | /* lists nested under hovered list items */ |
---|
65 | display: block; |
---|
66 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.