- Special JavaScript API for changing javascript menu "on-the-fly" - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Image arrows - Submenus go over all page objects - Filters and Transitional effects - Several menus on one page - Search feature - add the search area in the menu and type symbols. - Keyboard navigation - press Ctrl+F2 to enter the top menu
Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance. Don't let your web site guests to get lost. Try Deluxe Menu!
framesetID - id attribute of the frameset; mainFrameInd - index of the main frame (where the top-menu is placed), >=0; subFrameInd - index of the subframe (where the submenus will be shown), >=0; orientation - frame orientaion: 0 - top-to-bottom, 1 - left-to-right; 2 - bottom-to-top; 3 - right-to-left.
So you should create your menu in Deluxe Tuner, save it. Create html file with your frame set.
Set ID for the first frameset: <FRAMESET id=frmSet rows=220,*> <FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame <FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame </FRAMESET>
Then you should open your data file in any text editor and change dm_init(); for example to dm_initFrame("frmSet", 0, 1, 0);
You'll find more info here: http://deluxe-menu.com/cross-frame-mode-sample.html Q: Looks like submenu text for the rollover menus is too long for the background. How can I ensure the background is the same length as the longest word in my submenu list for the rollover menus?
A:Try to change the following parameter:
var smWidth="100%";
Set it:
var smWidth="";
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Is there a javascript function that I can call that will return the ID or the Text value of the currently checked tab?