web/rsln/res/metadataplayer/test/1Marc-javascript-fisheye-menu-c21f3bd/fisheye-menu.css
equal
deleted
inserted
replaced
1 /* Fisheye Menu Styles */ |
|
2 #fisheye_menu { |
|
3 list-style: none; |
|
4 padding: 0; |
|
5 margin: 10px; |
|
6 height: 81px; |
|
7 } |
|
8 #fisheye_menu li { |
|
9 position: relative; |
|
10 display: block; |
|
11 float: left; |
|
12 margin: 0; |
|
13 padding: 0; |
|
14 } |
|
15 #fisheye_menu span { |
|
16 position: absolute; |
|
17 top: 100%; |
|
18 left: 0; |
|
19 text-align: center; |
|
20 width: 79px; |
|
21 padding: 1px; |
|
22 margin: 0; |
|
23 border: solid 1px #bbb; |
|
24 color: #333; |
|
25 background: #eee; |
|
26 } |
|
27 #fisheye_menu a { |
|
28 text-decoration: none; |
|
29 margin: 0; |
|
30 padding: 0; |
|
31 } |
|
32 #fisheye_menu img { |
|
33 border: 0; |
|
34 vertical-align: top; |
|
35 } |
|