1) Script Title: Cool DHTML Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tmltooltip.htm
3) Describe problem: how can I change the font, font size and color of the text appearing in the tooltip?
1) Script Title: Cool DHTML Tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...tmltooltip.htm
3) Describe problem: how can I change the font, font size and color of the text appearing in the tooltip?
Last edited by Snookerman; 04-23-2009 at 02:39 PM. Reason: added “Resolved” prefix
Add this to your CSS code:
Good luck!Code:#dhtmltooltip { color: red; font-family: Georgia; font-size: 2em; }
jamie_mandeville (04-23-2009)
Many thanks Snookerman - that did the trick!
You're welcome Jamie, glad to help you!
Bookmarks