- Hundreds of pre-designed templates - Cross-frame support - menus work on frameset-based pages - Image arrows - Inactive/Disabled items - Visible over select boxes, iframes, pdf, flash, Java applets. - Special JavaScript API for changing javascript menu "on-the-fly" - Personal CSS styles for separate menu elements - Unlimited number of sub levels
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: Is there any way to have a floating menu float in relation to the centre of the screen (not the left of the screen). I have a centre based website. When I use the floating menu and view the site on different screen sizes, the floating menu appears in different places on the x scale. For example, I would like it 20 percent from the edge of my centre based webpage, not 20 percent from the left of the screen. I want the menu to appear on the same horizontal place on my webpage (which is centre based)
A: No unfortunately it is not possible to write
var posX="50% - 20";
You should adjust your coordinates to center the menu with absoluteposition.
Q: I downloaded the trial version of deluxe-menu. I created a four tab menu using the tab'stab menu generator; so far so good. I read the tutorial where to past codeand ensuring all items wire in the menudir/; so far so good. The problem, you talk about two> files 'dmenu.js' & 'data.js', these files were not created bydeluxe-menu program. Where are they, so that I can see if this thing works before buying, so far; not so good.
A:You may have another name for your data file (not data.js).
If you want to use tab menu you'll have dtabs.js engine file and data file.
1. create and save .js file with your menu parameters in Deluxe Tuner(you can use "File/Save as/HTML" function). You can enter any name you like, for example enter "tab". So you'llhave tab.html, tab.js files and "tab.files" folder with all menu files. 2. open your .html page in any text editor 3. Copy generated tab.js file and "tab.files/" folder in the same folderwith your index.html page. 4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:http://deluxe-tabs.com/product-info/?installation
<head> <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="tab.files/dmenu.js"></script> </head> <body> ... <script type="text/javascript" src="tab.js"></script> ...
That's all.
Q:
Is it possible to set the width for each individual tab in the html tab menu instead of having them size dynamically based on the tab name?
A:You can create Individual Items Style and assign it to your tabs.
When i stay on one page so must have the menue-point of the html menu for this page another color or font. How can i make this?
A:You should set pressed item. Please, check the following parameter
var pressedItem=-2;
This parameter sets an index of an item that will be highlighted by default. -2 - the toggle mode is disabled; -1 - the toggle mode is enabled, but no items highlighted by default; 0,1,2,3,... - index of highlighted item in a top-menu.
You can 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.
You can also set the correct var pressedItem=1; parameter on each html page.
It has to do with the targets set on the menu tabs. The target of the href is set to be within the iframe. I don't know if you can I would try setting the
Feb 23, 2010 ... Are your sub-tab menu titles wrapping? Do you need to adjust the font-size?This line of code will adjust the font size of your sub-tab menu
Sep 16, 2009 ... Hello . I come back again with another Free Design Box files. A set of Folder Menu Tabs in PSD file format. The set includes 10 different
Sep 13, 2010 ... Depends on what you mean by 'dynamic', but I suggest taking a look at the Newbury themes, which have a tab menu similar to the one in your
Default Create tabbed menu. How to create menu to look like this? ... and here some example tab menu using jQuery : http://yensdesign.com/tutorials/tabs/
Question is how do you get the tabbed top menu to appear in the template? Is this a separate plug-in or can I somehow position my "top menu" into that spot?