[jQuery] Re: Changing Tooltip style

2009-02-01 Thread Matt
Your tooltip text will actually show up within an h3 tag wrapped inside the #tooltip div. Keep your #tooltip styles the way they were (without the font-size property), and set up a new one like this: #tooltip h3 { font: normal 10px Verdana; margin: 0; padding: 6px 2px } (or

[jQuery] Re: Changing Tooltip style

2009-01-31 Thread donb
Specify a value, either absolute (such as 7px) or relative (such as 80% or .9em) On Jan 31, 5:37 pm, apple quye...@yahoo.com wrote: Hi, I would like to change the tooltip style: making the font smaller with a different color ; I tried changing the tooltip.css but it seems not to work...