You can put whatever font property/value pairs you like here (example red):
Code:
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
font-weight:bold;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
For a listing of available font properties with links to their available values, see:
http://www.blooberry.com/indexdot/cs...index/font.htm
or your favorite css reference.
Bookmarks