groups

name language licence
FTG-4-CheckBox HTML Other
Google Searchfield HTML Other
2 Columns HTML CSS Other
imageMenu CSS CSS Other
2/3 Column Header HTML Other
CSS ToolTip - CSS CSS Other
FTG-2-TextField HTML Other
ExtraContent Sample - 5 columns HTML Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 >



language: CSS
licence: Other

CSS ToolTip - CSS

options: view full snippetsend to code collector
a.tip {
	position: relative;
         text-decoration: none;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	
(Continues...)