|
Is it possible that your down menus javascript call some javascript on mouseover?
Return to Recent Questions
Q:
Is it possible to have your down menus javascript call one of my functions on mouseover?
I need to change some text on the screen based on the highlighted down menus javascript item.
A:
You can add any html code within each down menus javascript items.
So, you can add your own objects with onmouseover event, for
example:
var menuItems = [
["<div onmouseover='yourFunc()'>item text</div>"]
];
Where yourFunc() is your own Javascript function.
Return to Recent Questions
Related:
- March 12, 2007 - I don't understand, how can change place of the icon in button context menu...
- March 13, 2007 - Now we are having the "Incorrect Copyright" on our menu javascripts...
- March 15, 2007 - I have problems with transitional effects in Firefox in the floating menus...
- March 19, 2007 - How to get the menu web part to highlight and stay on the page you're viewing?
- March 20, 2007 - Links don't work in the html dropdown menus. How can I correct this?
- March 21, 2007 - How can we increase the width of the vista style buttons of dhtml popup menu?
- March 24, 2007 - In menu flyout creator there's no option for turning the cursor into a hand.
- March 27, 2007 - I cannot select another font type in css tab menu...
- March 29, 2007 - How could I call a script instead of specifying a link in menu navigation bar myspace?
- March 31, 2007 - Is there any way can we display submenu items on mouse over in flyout menus?
- Apr 04, 2007 - I now have the need to introduce separators on the menu button not working.
|