Jump to content

Title


ckrudelux

Recommended Posts

Can I change the color and shape of the title or add divs/images into it? Or do I have to use some javascript?

<a title="This is an example" href="example.php">Example</a>

Link to comment
Share on other sites

The tooltip is done by the browser. If you want your own custom tooltip you'll have to use Javascript and create an element that looks like one and is placed next to the element you're hovering the mouse over.

Link to comment
Share on other sites

The tooltip is done by the browser. If you want your own custom tooltip you'll have to use Javascript and create an element that looks like one and is placed next to the element you're hovering the mouse over.
Okay thanks :)
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...