.questionMark {
position:absolute;
height:26px; /*dimensions of our image*/
width:26px;
background:url(/uploads/pic/icons/help.gif) top left no-repeat;
}
.toolTip {
position:absolute;
left:26px; /*Moves it to the right beside the question mark*/
top:0;
display:none;
/*The attributes below make it look pretty*/
width:140px;
padding:5px;
border:1px solid #e7e3be;
background-color:#fefcd5;
font:10px/12px Arial, Helvetica, sans-serif;
}
