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