Quote:
Originally posted by dimitr|
Like this hack a lot. One thing I was wondering was how to make it so a link on the menu opens a new browser window. Also, how can the menus be made to come up with a mouseover instead of a click? sorry, but I know nothing about javascript.
|
Quote:
Originally posted by Yaa 101
Thanks... just curious... 
to Dimitri:
I am sorry i did not write the menu, only packaged it into a hack.
Check the original makers... http://webfx.eae.net
I checked the source and what you want means a re-write of some parts, sorry i am not going to invest in that...
|
Thats not correct! It is just very easy to do!
OK here we go:
in template xmenu_menucode find this:
PHP Code:
webfxMenuUseHover = opera ? true : false;
and replace with that :
PHP Code:
webfxMenuUseHover = true;
Thats all!