Move the mouse over the text below:
/* Position the tooltip : Right Tooltip */ position: absolute; z-index: 1; top: -5px; left: 105%; /* Position the tooltip : Left Tooltip */ position: absolute; z-index: 1; top: -5px; right: 105%; /* Position the tooltip : Top Tooltip */ position: absolute; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */ /* Position the tooltip : Bottom Tooltip */ position: absolute; z-index: 1; top: 100%; left: 50%; margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */