[solved] How to remove title when hover over menu? - show_menu2

Aveta

Thanks guys, I solved it  8-)

Jquery certainly does the job but EXTENDED OPTIONS is a better way.
It took me a while to figure this out but finally I got it.  :-D

Much appreciated!

DarkViper


if you read the SM2 - Doku  (README.en.txt) then you find the option SM2_NO_TITLE   :wink:  8-)
[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

dbs

hello, had the same wish. with jquery is it easy:
$('#menu a').removeAttr('title');
thx for the idea.

dbs
[url="https://onkel-franky.de"]https://onkel-franky.de[/url]

Aveta

Title tag appears only when $aOptions is set to SM2_ALL, if $aOptions is set to anything else <title> tag doesn't show up.
Is there a way to use SM2_ALL without title appearing, or to remove it somehow?

Any help would be appreciated...

Aveta

Hello everyone,

I would like to remove title in yellow box that appears when you hover over menu.
I'm using slightly altered ALL CSS2 template menu.

<?php show_menu2(0, SM2_ROOT, SM2_START+1, SM2_ALL, false, "\n</li>", false, false, false, '<ul id="header_menu" class="menu">'); ?>

Can anyone help please?