Click to See Complete Forum and Search --> : element title attribute position and color


Dasher
07-30-2009, 06:19 PM
Is there a way to change the position of title attributes in an element? By default the appear below the mouse cursor and have a orange background.

I am referring to

<img src='someimage.jpg' alt='somevalue' title='some text'>

And preferably a somewhat global title parameter change.

Andyram2k
07-31-2009, 04:39 PM
Hi Dasher,
If you're wanting a different "tooltip", try using something like this JQuery-based scripting:

http://jquery.bassistance.de/tooltip/demo/

Hope this helps in some way.