PluginProbe
Fixed Bottom Menu / 1.13
Fixed Bottom Menu v1.13
trunk 1.00 1.01 1.02 1.03 1.04 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19 1.20 1.21 1.22 1.23 1.24 1.25 1.26 1.27 1.28 1.29 1.30 All 41 releases
fixed-bottom-menu / css / fixedbottommenu_old.css

fixedbottommenu_old.css in Fixed Bottom Menu 1.13, at css/fixedbottommenu_old.css

24 lines 363 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 ul.fixed-bottom-menu {
2 position: fixed;
3 left: 0;
4 bottom: 0;
5 width: 100%;
6 height: 45px;
7 margin: 0;
8 padding: 0;
9 z-index: 30;
10 }
11 ul.fixed-bottom-menu li {
12 float: left;
13 width: 20%;
14 list-style-type: none;
15 text-align: center;
16 }
17 .fixed-bottom-menu li a {
18 display: block;
19 padding-top: 5px;
20 padding-bottom: 5px;
21 line-height: 10px;
22 text-decoration: none;
23 }
24