hello Massimo,
couldn't  it try it out, unitl I had a JavaScript.

So I found this one:
http://www.freejavascriptkit.com/free_javascripts/tooltip_hint/dhtml_mouseover_tooltip.html

And here is my (relevant) code,
    if i != 1 :
      LSB_Menu.append ( [ My_Text, False, URL ( My_URL ) ] )
    else :
      LSB_Menu.append ( [ '', False, A ( My_Text, _href=URL(My_URL ),
        _onmouseover = "ddrivetip( %s,'blue', 300)"%( My_Tooltip ),
        _onmouseout  = "hideddrivetip()" )])

The tooltip works good,
but my menu lookss a little weird.
As you can see I only used the helper function on the second menu item.
Any idea what's going wrong ?

thanks,
Stef



On 27-11-2010 17:22, mdipierro wrote:
> a="title"
> b=True or False
> c=URL(...)
> d=[] # submenu
> response.menu=[(a,b,c,d)]
>
>
> instead of a URL, c can be a helper
>
> c=A('title',_href=URL(...),_onmouseover='....')
>
> On Nov 27, 5:22 am, Stef Mientki <[email protected]> wrote:
>> hello,
>>
>> Can I add a hover text ( like image:alt) to the default menu ?
>>
>> thanks,
>> Stef Mientki

<<inline: moz-screenshot-10.png>>

Reply via email to