View Full Version : Resolved make the font smaller inside yellow boxes.
I am work on http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip.htm .
I like to make the text inside the yellow box smaller.
How can I do it?
jscheuer1
01-12-2009, 05:34 AM
#dhtmltooltip{
font-size: smaller;
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: yellow;
visibility: hidden;
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);
}
#dhtmltooltip{
font-size: smaller;
Thank you very much.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.