How do I turn off transitional effects in my ajax dropdown menu?
Return to Recent Questions
Q:
How do I turn off transitional effects in my ajax dropdown menu?
A:
You should set the following ajax dropdown menu parameters.
var transition=-1;
var transOptions="";
var transDuration=0;
var transDuration2=0;
Return to Recent Questions
Related:
- Aug 28, 2006 - Top menu in a 6x4 cell layout (effectively a rectangle)
- Sep 06, 2006 - The alighment of the dropdown menu is off to the right in Firefox...
- Sep 11, 2006 - How can I hide my dropdown menu on print?
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
- Sep 26, 2006 - Firefox doesn't support the dropshadow and effects in the javascript pull down menu.
- Oct 27, 2006 - In IE 6.0 and Firefox 1.5.0.4, the submenus of my dhtml dropdown menu are not visible
- Nov 30, 2006 - Does your html menu dropdown have the ability to have small text boxes on it?
- Dec 12, 2006 - I want that menu css recognize when user has moused off the menu, and then disappear.
- Dec 17, 2006 - In IE the submenu javascript are way down the page and go off the bottom of the screen.
- Dec 31, 2006 - I only want one sub-menu to have multi-columns in html dropdown menu.
|