i have tool tip for an image in asn asp.net & c#.net and i want to set particular part of the tool tip text to be bold with different font color,
how can that be done?
i have tool tip for an image in asn asp.net & c#.net and i want to set particular part of the tool tip text to be bold with different font color,
how can that be done?
Here is some nice CSS-only tooltip behavior which you could use to customize your tooltips: http://meyerweb.com/eric/css/edge/popups/demo.html which is done by using
:hover
selector forspan
element insidea
.HTML:
CSS:
Try including a
<span>bold text here</span>
within the tooltip span from this example and style it appropriately with css. Such asA simpler example here.. In this example you would add the following style instead: