- Personal CSS styles for separate menu elements - Keyboard navigation - press Ctrl+F2 to enter the top menu - Top items and submenus have a shadow - Transition #14 - "fade out" effect - Items with icons - Image arrows - Visible over select boxes, iframes, pdf, flash, Java applets. - Cross-frame support - menus work on frameset-based pages
Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu's frame. Choose any color for submenus and items backgrounds.
Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
Specify various values for spacing and padding 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: Hi there. I need to be able to customize the x & y coordinates of each submenu in the javascript horizontal menu. I don't see such a control in the GUI interface. How can I do this?
A: Unfortunately it is not possible to set these parameters for eachsubmenu individually. You can set them for all submenus.
Use the following parameters ('Positioning' section): var topDX=0; var topDY=1; var DX=-5; var DY=0;
Q: Is there a way to programmatically close a hover popup via javascript?
A:You can close the popup using the following function:document.getElementById('win').hide();
Unfortunately it won't work if you use iframe as window content. You open another page in the popup (in Iframe) so you cannot access document.getElementById('win').hide(); element which is situated on the first page.
When you use text or object_id as window content the content of the popup will be situated on the same page so you can access document.getElementById('win') element and hide it.
There is a workaround for Iframe. Use text as content type and add the following code inside popup:
<a onclick="document.getElementById('win').hide();">...</a> <iframe></iframe>Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I'm using your javascript onclick menu tabs. What exactly is bselectedSmItem for? I know that bselectedItem is the selected tab, but what is bselectedSmItem?
A: bselectedSmItem is index of the selected subtab.
You should use this javascript onclick menu parameter if you use var tabMode=1;
If you use var tabMode=0; you should set it to: var bselectedSmItem=0;
12 avr. 2007 ... Pour le menu du haut, il s'agit exactement du même script mais en horizontal: data-menuhaut.js (fichier principal) /menuhaut.files/dmenu.js
12 avr. 2007 ... Pour le menu du haut, il s'agit exactement du même script mais en horizontal: data-menuhaut.js (fichier principal) /menuhaut.files/dmenu.js
12 avr. 2007 ... Pour le menu du haut, il s'agit exactement du même script mais en horizontal: data-menuhaut.js (fichier principal) /menuhaut.files/dmenu.js