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:
856 bytes
|
Rev | Line | |
---|
[80] | 1 | #navigation li { |
---|
| 2 | float: right; |
---|
| 3 | position: relative; |
---|
| 4 | } |
---|
| 5 | |
---|
| 6 | .niveau1 { |
---|
| 7 | font-size: 12px; |
---|
| 8 | } |
---|
| 9 | |
---|
| 10 | .niveau1 a { |
---|
| 11 | padding: 4px 8px; |
---|
| 12 | text-decoration: none; |
---|
| 13 | color: #fff; |
---|
| 14 | display: block; |
---|
| 15 | background-color: #000; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | .niveau1 a:hover { |
---|
| 19 | color: #fff; |
---|
| 20 | background-color: #f00; |
---|
| 21 | } |
---|
| 22 | |
---|
| 23 | .ulniveau2 { |
---|
| 24 | display: none; |
---|
| 25 | width: 12em; |
---|
| 26 | position: absolute; |
---|
| 27 | top: 24px; |
---|
| 28 | left: 0; |
---|
| 29 | z-index: 1000; |
---|
| 30 | font-size: 11px; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | .niveau2 { |
---|
| 34 | width: 100%; |
---|
| 35 | |
---|
| 36 | } |
---|
| 37 | |
---|
| 38 | .niveau2 a { |
---|
| 39 | text-decoration: none; |
---|
| 40 | padding: 4px 6px; |
---|
| 41 | margin: 0; |
---|
| 42 | display: block; |
---|
| 43 | background-color: #222; |
---|
| 44 | } |
---|
| 45 | |
---|
| 46 | .niveau2 a:hover { |
---|
| 47 | background-color: #f00; |
---|
| 48 | color: #fff; |
---|
| 49 | } |
---|
| 50 | |
---|
| 51 | /*#navigation li>ul { |
---|
| 52 | to override top and left in browsers other than IE, |
---|
| 53 | which will position to the top right of the containing li, |
---|
| 54 | rather than bottom left |
---|
| 55 | top: auto; |
---|
| 56 | left: auto; |
---|
| 57 | }*/ |
---|
| 58 | |
---|
| 59 | #navigation li:hover ul, li.over ul { |
---|
| 60 | /* lists nested under hovered list items */ |
---|
| 61 | display: block; |
---|
| 62 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.