- UL/LI items structure - Transition #14 - "fade out" effect - Cross-frame support - menus work on frameset-based pages - Submenus automatically scrolls - Visible over select boxes, iframes, pdf, flash, Java applets. - Filters and Transitional effects - Top items and submenus have a shadow - Relative/Absolute menu position
You can set the size of the menu in pixels, percent or other units. The menu may have an absolute or relative position (it can be inserted into the table).
Use any necessary font of any color, size and font decoration. Create any available type, thickness and color of a menu's frame.Choose any color for backgrounds of submenus and items.
Specify various values for padding and spacing for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
Q: I am working on creating a new navigation menu with Tree menu. I wonder how I can reduce the width of the menu?
A: You should set this parameter
var tmenuWidth = "275px";
Try to set also the following parameters:
var tlevelDX = 0; var tnoWrap=0;
Q: Thank you for your prompt reply. But i was wondering where should I paste this code? Can you please explain the working of the javascript toolbar menu function dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility)
I have 5 items in the javascript toolbar menu : Admin Options, Status Report, Remarks, Edit Profile, Data Entry.
I want to disable some fields for different users. I have 3 role id's set in my database. I want certain fields disabled for different users. For eg : For Roleid =1 , i.e admin , I want all items to be visible. For Roleid =2 , i dont want the Admin Options to be visible. For Roleid=3 , I dont want Admin Options & Status reports.
Can you please elaborate on the working of the changeItemVisibility function. I was confused as there were no examples to demonstrate the code.
A:Notice also that you should set
var dynamic=1;
parameter to use API functions.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Can you please write me, can I have the active menu button in the javascript menu generator different color display.
A:The menu has only two states normal and mouseover.
Try to do the following things:
- delete var pressedItem=1; parameter from your data file - set correct parameter on each page before you call data file, forexample:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <script type="text/javascript"> var pressedItem=3;</script>
You can also set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items. But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page. That is why you should write your own code on PHP.
... via Atahualpa Theme Options - Page Menu Bar - Width Of Sub Menus. ... where the 11em matches the width you have set your sub menu to, ... The width of top level items adjusts itself to the width of the link text inside, ... [SOLVED] Howto: Align page menu bar with left sidebar or opacity overlay
white-space: nowrap; /* ... to the menu text's width instead of being fixed width */ ... Theme Atahualpa http://wordpress.org/extend/themes/atahualpa . .... I make this fix to apply click event only on real submenu
white-space: nowrap; /* ... to the menu text's width instead of being fixed width */ ... Theme Atahualpa http://wordpress.org/extend/themes/atahualpa . .... I make this fix to apply click event only on real submenu
white-space: nowrap; /* ... to the menu text's width instead of being fixed width */ ... Theme Atahualpa http://wordpress.org/extend/themes/atahualpa . .... I make this fix to apply click event only on real submenu
... main and sub menu item backgrounds, border, text and hover colors too ... Otherwise, how could it be possible to align the BP menu bar with the theme ... Or simply define that width with the plugin at the Overall navbar width setting. ... fine if included in the “Add HTML/CSS insert” of the Atahualpa theme
... main and sub menu item backgrounds, border, text and hover colors too ... Otherwise, how could it be possible to align the BP menu bar with the theme ... Or simply define that width with the plugin at the Overall navbar width setting. ... fine if included in the “Add HTML/CSS insert” of the Atahualpa theme
... via Atahualpa Theme Options - Page Menu Bar - Width Of Sub Menus. ... where the 11em matches the width you have set your sub menu to, ... The width of top level items adjusts itself to the width of the link text inside, ... [SOLVED] Howto: Align page menu bar with left sidebar or opacity overlay
... via Atahualpa Theme Options - Page Menu Bar - Width Of Sub Menus. ... where the 11em matches the width you have set your sub menu to, ... The width of top level items adjusts itself to the width of the link text inside, ... [SOLVED] Howto: Align page menu bar with left sidebar or opacity overlay
... main and sub menu item backgrounds, border, text and hover colors too ... Otherwise, how could it be possible to align the BP menu bar with the theme ... Or simply define that width with the plugin at the Overall navbar width setting. ... fine if included in the “Add HTML/CSS insert” of the Atahualpa theme