- Special JavaScript API for changing javascript menu "on-the-fly" - AJAX menu loading - loads web menu data from the server "on-the-fly". - UL/LI items structure - Transition #14 - "fade out" effect - Text aligned to left - 85% transparency for sub menus - Keyboard navigation - press Ctrl+F2 to enter the top menu - Image arrows
Create contextual menus for your pages. For this purpose you should assign a special function for the object you want. The current coordinates of the mouse pointer or your own ones can be used for the contextual menu.
When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
Build menus completely based on Cascading Style Sheets. It is possible to appoint the individual CSS styles for separate elements of the menu.
Q: Now I wonder what I have to do in my script to make dhtml sub menu be displayed horizontal instead of vertical. I want them to display vertical be left - aligned and be shown by a white Background. How can I achieve this?
A:You should set the following parameters:
var smColumns=0; var smOrientation=1; //horizontal orientation of submenus
set white backcolor for submenus ["itemWidth=60px","itemBackColor=#FFFFFF,#FFFFFF","itemBorderWidth=0","itemBorderStyle=none,", "itemBorderColor=#FFFFFF,", "fontColor=#404040,#404040","fontDecoration=none,underline"],
Q: I have a problem with the Menus I bought. When there is a flash file on the page the submenu javascript always goes behind the flash. How do I fix this?
A:To overlap your flash file you should add opaque parametersto your flash, for example:
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I have created a CSS menu that appears in the <noscript> section, but am having a problem getting it to behave the same as the java menu. I want to show all the items as asingle line at each level, aligned to the left of the frame. I cannot find a way ofsetting left align in the style sheet or in the deluxe tuner for the css dhtml menu.
A:We've added align parameters in the new version 3.6: var subMenuAlign="pleft";
You should set this parameter and specify width for submenu. You can use different smwidthfor each submenu using Individual Submenu styles.
All suckerfish (or others like Supersucker, Transmenu etc. ... with the menu and i changed the following in the ja-sosdmenu.css file from this template:
JA Archenar - Joomla! and CSS power. dacnk. 0. 232. Sat Jan 23, 2010 10:37 am ... JA Altair- The art of Transmenu. dacnk. 0. 211. Sat Jan 23, 2010 10:36 am
Tableless design and 100% CSS-based. Joomla 1.0.x + Joomla 1.5 compatible 5 Menu options: Standard Joomla menu, JA Split menu, JA Transmenu, JA Suckerfish
JA Archenar - Joomla! and CSS power. dacnk. 0. 232. Sat Jan 23, 2010 10:37 am ... JA Altair- The art of Transmenu. dacnk. 0. 211. Sat Jan 23, 2010 10:36 am
Je vous remercie par avance pour vos réponse. Le code css du menu en question : .transMenu { position:absolute ; overflow:hidden; left:-1000px; top:-1000px;
I never was able to resolve whether the problem with transmenu was in my use of tables or the CSS, even after hours of working on it and trying fixes from