PDA

View Full Version : Mouse-pointer-flag-styles


Jerome
03-31-2003, 07:13 PM
When using "title" for a text-link I get a standard little flag next to my mouse-pointer when I move my mouse over the text-link.

The question is, which items can I change in this flag?

F.e.
Background-color
Border-color
Font-size

How do I need to implement this in a style-sheet?

I almost don't dare to ask: browser-dependent, not?

Jerome

meow
03-31-2003, 08:41 PM
You can't change it.

zoobie
03-31-2003, 08:51 PM
There's a javacript that changes the tooltip style called overLib (http://www.bosrup.com/web/overlib) :D

Mhtml
03-31-2003, 09:10 PM
Try: http://www.dynamicdrive.com/dynamicindex5/index.html :)

liorean
03-31-2003, 09:13 PM
I think Safari implements its own tooltip, other than that, the OS uses it's standard gui rendering on them.

You can emulate this behavior by overLib or any of the other tooltip implementations around. There are at least a dozen of them that I have seen, whereof overLib is perhaps the most powerful.

Jerome
04-01-2003, 11:57 AM
Thanks for the reply and ideas,
Jerome