Hover Text in Menu

fisforphoto / 2009-12-28 20:40:18   

hi folks,
is there a possibility to put alt-text to the project links in the menu, so that a small discription appears when hovering each project? take a look at the screenshot to get my idea.

thanks for helping!!

arsondpi / 2009-12-28 22:43:30   

You're after a tooltip - tooltips get triggered by the title atribute in block and inline html elements.

For example this:

  1. <a href="#" title="this link takes you nowhere!">nowhere</a>

will produce this link (hover over for the tooltip) nowhere

I would search also for a javascript solution. Try searching the net with keywords like jquery tooltip.

fisforphoto / 2009-12-29 14:53:12   

thank you. now i got a name for this :)
i´ll post it later... bye

This thread has been closed, thank you.