Alternatively, I’d like to display a text tooltip, styled on a black background with different colors and sizes of text. I can just create the tooltip with mspaint and save it as an image, but don’t know which way of displaying it would be easier to code.
Many ways to attack the problem. There is a nice javascript library called JQuery see jquery.com that you could use provide you have some knowledge of HTML and CSS.
April 16th, 2007 at 2:46 pm
I got the gold for you:
April 18th, 2007 at 7:42 pm
Many ways to attack the problem. There is a nice javascript library called JQuery see jquery.com that you could use provide you have some knowledge of HTML and CSS.
April 20th, 2007 at 11:07 am
You can use pure CSS .. the best tutorial I have found is at
There are several others on the same site.. the other good site for this is
Although its about image maps the tools shown can be used for other things!