Styling native tooltip from title="Tooltip text"

eomeroff picture eomeroff · Mar 29, 2012 · Viewed 85k times · Source

Example:

<a href="example.com" title="My site"> Link </a>

How do I change the presentation of the "title" attribute in the browser?. By default, it just has yellow background and small font. I would like to make it bigger and change the background color.

Is there a CSS way to style the title attribute?

Answer