How do I:
-Assign a font to the code (the pop up window now defaults to times new roman; I'd like to use Arial)
-Assign a background color to the "box"
-Assign font color
thanks
Link: http://www.dynamicdrive.com/dynamici...tmltooltip.htm
How do I:
-Assign a font to the code (the pop up window now defaults to times new roman; I'd like to use Arial)
-Assign a background color to the "box"
-Assign font color
thanks
Link: http://www.dynamicdrive.com/dynamici...tmltooltip.htm
Last edited by ddadmin; 04-10-2006 at 09:43 PM.
Change the STYLESHEET.
Code taken from Tooltip page:
UseCode:<style type="text/css"> #dhtmltooltip{ position: absolute; width: 150px; border: 2px solid black; padding: 2px; background-color: lightyellow; 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); } </style>font-family: <font name>;to change the font
Usecolor: <color>;to change font color
background-color: lightyellow;controls the color of the background for the box
Last edited by jscheuer1; 07-22-2012 at 02:24 AM. Reason: correction
Steve:
Warning: In the future, please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.
Bookmarks