web/res/metadataplayer/test/1Marc-javascript-fisheye-menu-c21f3bd/fisheye-menu.css
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sat, 07 Jan 2012 16:15:16 +0100
changeset 468 e7f9898e6f99
parent 99 6cb4d10f0b8b
permissions -rwxr-xr-x
Added tag V01.20 for changeset e2324dd2f7c9

/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 81px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}