Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML A tag title formatting

Tags:

html

title

I was wondering if it is possible to display the title from an A tag reference, which comes up as a pop-up in your browser, if anyone know of any libraries to make this pop-up much nicer and have the ability to format the content?

like image 617
Coppermill Avatar asked Jan 12 '10 14:01

Coppermill


People also ask

How do you change the title tag style in HTML?

You can't style an actual title attribute How the text in the title attribute is displayed is defined by the browser and varies from browser to browser. It's not possible for a webpage to apply any style to the tooltip that the browser displays based on the title attribute.


2 Answers

Use jQuery qTip.

like image 160
BalusC Avatar answered Oct 22 '22 07:10

BalusC


qTip is a powerful jQuery tooltip option which allows Images, Videos, Thumbnails, etc within the tooltip.

like image 33
Sampson Avatar answered Oct 22 '22 08:10

Sampson