on mouse over on mousse out
.tooltip{ position: absolute; z-index: 1000; /* to be in front of all other elements */ display: none; /* initially invisible */ background-color: #fff; box-shadow: 10px 5px 5px #ccc; border-radius: 5px; }