Page 1 of 1

Tooltip Resizing

Posted: Fri May 18, 2012 11:52 am
by rmullis
When you have a field that has a tooltip on it, is it possible to make the font in the tooltip bigger?

Re: Tooltip Resizing

Posted: Fri May 25, 2012 4:34 pm
by Brian
No. The tooltip property just implements the HTML "title" attribute which cannot be styled.

If this is something you must have, you can find a javascript based tooltip script that you like and attach it using the onmouseover and onmouseout events for the field.