Template:
- Several menus on one page
- Hundreds of pre-designed templates
- Inactive/Disabled items
- Image arrows
- Submenus go over all page objects
- Unlimited number of sub levels
- UL/LI items structure
- Top items and submenus have a shadow
Unrivalled Features |
|
Professional Look-n-feel |
|
Relative Positioning Menu Code Jquery Fly Out Menu |
Cost Effective |
|
Compatibility ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|
Seamless Integration |
|
That's all.
Do you have a menu that allows the sub-items to 'slide' out from the menu?
For example, you mouse-over the first button, and the sub menu slides from 'underneath' the button from left to right?
A: You should to use transitional effects.
Try to set
var transition=6;
var transOptions="";
var transDuration=350;
var transDuration2=200;
But notice that transitional effects are features of Internet Explorer5.5+ only.
See more info here:
http://deluxe-menu.com/filters-and-effects-sample.html
Try that.
When I put any new link on my javascript scrolling menu info tree it goes as if I am placing as _blank when I have it leading to _self.
A: No you have:
var titemTarget="_blank";
And you haven't specified "_self" parameter to
["||Unilock Fireplace MODS","fireplace_unilock_mods.htm", "", "", "", "", "", "", "", ],
You should set
var titemTarget="_self";
or set "_self" parameter for each item individually:
["||Unilock Fireplace MODS","fireplace_unilock_mods.htm","", "", "", "_self", "", "", "", ],