do you mean like how on daniweb, one can hover over athread in the board listing and see what people are talking about?
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
That would make me hit my BACK button immediately. Those are ANNOYING!
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
There are two ways to do it. The first is to use CSS and absolute positioning. You would create a hidden div and then use the a:hover css property to set it to be visible when the link is hovered over. This is the way that the dropdown menus in our silver navigation menu are generated.
The second way is to use Javascript / DHTML. A quick google search for javascript tooltip should result in a good few ways to accomplish this with relative ease. This is the way that the forum / thread description hovers are done.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229