Thread: hover over link balloon...
Results 1 to 3 of 3
Related
-
can't get a:hover to work in IE6 Forum: CSS Forum
Replies: 2 -
Hover command on a td Forum: CSS Forum
Replies: 3 -
Help with an inline a:hover Forum: CSS Forum
Replies: 1 -
Different :link, :visited, :hover, :active colors on some page Forum: CSS Forum
Replies: 1 -
Hover text Forum: Website Scripts Forum
Replies: 1
-
04-01-2005, 06:52 PM #1
hover over link balloon...
i am sure you have seen them all over the net, places where when the page is fully loaded words like: Microsoft, Gateway, exc.... become links that when you hover over them you get an ad or definition or somtthing. how do i do that in html/javascript?
here is an example of a page that has what i want:
http://www.experts-exchange.com/Databases/MS_Access/Q_20754430.html
(the words: Access, program, windows XP all turn into links with a balloon)
i only want to know how to create a balloon that can contain lots of data. this is for a CGI script i am making, that when you hover over a day it displays what is going on in that day. but "title" propterty is not good enough, because it cant hold verry many characters, i need it to atleast hold 150-200 characters
thanks for you help
-ALLLast edited by ALL; 04-01-2005 at 06:56 PM.
-
04-01-2005, 06:55 PM #2
What you want is called a "tooltip", a great source is dynamic drive.
http://www.dynamicdrive.com/dynamicindex5/index.html
Dave
-
04-01-2005, 07:10 PM #3
thanks! that page had tons of what i was looking for...
now i just need to find the one i want to use