Click to See Complete Forum and Search --> : Tooltip colors...


Paul Jr
08-12-2003, 11:51 AM
Is there a way to change the background and text color of a Tooltip?

pyro
08-12-2003, 11:53 AM
No, I do not belive so.

Jona
08-12-2003, 11:53 AM
If you use JavaScript to create it.

[J]ona

pyro
08-12-2003, 11:56 AM
http://www.dynamicdrive.com/dynamicindex5/popinfo.htm

Vladdy
08-12-2003, 12:41 PM
And here is the implementation, which requires three lines to be installed (compared to countless onmouseovers and onmouseouts) and degrades gracefully to the default tooltip element in older browsers and those with JS disabled:
http://www.klproductions.com/klTooltipsdemo.html

Paul Jr
08-12-2003, 01:18 PM
Alright, thanks. Very useful information that I shall use.