Websitebaker Submenu by Deluxe-Menu.com
Websitebaker Submenu

Menu Screenshots

Websitebaker Submenu Script Menu Bar

Features

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed websitebaker submenu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Dhtml Transition Fade Websitebaker Submenu
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Cost Effective
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • 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.

Recent Questions

Q: Once I have an answer form your reseller as to why the VAT doesn't correspond with my country's rate, I think that there is a very strong possibility that I will be investing in this impressive menu-builder. I do have a couple of questions which don't seem to be answered anywhere:

1: is it possible to configure the menu so that the person browsing the site previously-visited javascript menu links can be identified by say using a different font colour for visited 'pages'?

2: the section of the web page in which the menu is located is called by a SSI for each new page that the browser visits - will the menu rest each time the Included file is called, or will it persist from page to page?

A: > 1: is it possible to configure the menu so that the person browsing> the site previously-visited javascript menu links can be identified by say using a > different font colour for visited 'pages'?
You can find more info here:
http://www.deluxe-menu.com/highlighted-items-sample.html

Deluxe 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>
...
<script type="text/javascript" src="menudir/data.js"></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.

See the attached example. Open deluxe-menu1.html. The first item ishighlighted. Then click to open deluxe-menu2.html file. The second item ishighlighted.

> 2: the section of the web page in which the menu is located is called> by a SSI for each new page that the browser visits - will the menu > rest each time the Included file is called, or will it persist from > page to page?

Deluxe Menu is the Javascript product. It means that it works on aclient side only and it doesn't depend on the server which you'reusing and it doesn't work on a server side as SSI script.
So when your browser reloads a page with the menu your menu reloads too.



Q: How change the color of the link in the dhtml vertical menu if the link is already visited.

A: Deluxe Menu has only two states normal and mouseover,
butyou can highlight menu items in two ways:

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>

...<script type="text/javascript" src="menudir/data.js"></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.
You can find more info here:
http://www.deluxe-menu.com/highlighted-items-sample.html



Q: I have 2 questions about this script I would like to find out before purchasing:

1. Does it support 3rd and 4th level java script navigation menu?
2. How customizable is it style-wise, meaning, I have images I want used for the top level navigation, and background images for the rest. Any way I can achieve this?

A: 1) Yes, you can add as many levels in the java script navigation menu as you want.

2) Actually you can create any java script navigation menu with Deluxe Menu. You can use Individual Styles tocreate your menu. For example:

  var itemStyles = [
["itemWidth=92px","itemHeight=21px","itemBorderWidth=0","fontStyle=normal 11px Tahoma", "fontColor=#FFFFFF,#FFFFFF","itemBackImage=data-vista-03.files/btn_magentablack.gif,data-vista-03.files/btn_magenta.gif"],
];

  var menuStyles = [
["menuBackColor=transparent","menuBackImage=back.gif","menuBorderWidth=0", "itemSpacing=1","itemPadding=0px 5px 0px 5px"],
];

Please, try the trial version and check menu parameters. Use DeluxeTuner to create your menu.



Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

Websitebaker - Einfaches CMS: Forum

A code snippet for the Website Baker CMS software. It provides a complete ... menu-child-N Every sub-menu of the current page, the N is replaced

Akkordeon-Menü - Websitebaker Hilfe

25. Aug. 2008 ... Websitebaker Hilfe Forum / Alles rund um Websitebaker / Javascript / Akkordeon- Menü .... .arrowlistmenu ul { /*CSS for UL of each sub menu*/

Menu Verlinken Xhtml Forum Css

Use images for backgrounds of submenus and items, icons, arrows. ... Design both horizontal and vertical menus and submenus with any amount of menus on a

Different classes in <ul> and no span in <li> submenu/dropdown

Different classes in and no span in submenu/dropdown

Menu Verlinken Xhtml Forum Css

Use images for backgrounds of submenus and items, icons, arrows. ... Design both horizontal and vertical menus and submenus with any

Different classes in <ul> and no span in <li> submenu/dropdown

Different classes in and no span in submenu/dropdown

Different classes in <ul> and no span in <li> submenu/dropdown

Different classes in and no span in submenu/dropdown

Websitebaker - Einfaches CMS: Forum

A code snippet for the Website Baker CMS software. It provides a complete ... menu-child-N Every sub-menu of the current page, the N is replaced

Websitebaker - Einfaches CMS: Forum

A code snippet for the Website Baker CMS software. It provides a complete ... menu-child-N Every sub-menu of the current page, the N is replaced

this topic - Website Baker

Feb 21, 2006 ... Interested in joining the WebsiteBaker team? ..... when you on Main Page it shows in the submenu Subpage1 what is ok

Akkordeon-Menü - Websitebaker Hilfe

25. Aug. 2008 ... Websitebaker Hilfe Forum / Alles rund um Websitebaker / Javascript / Akkordeon- Menü .... .arrowlistmenu ul { /*CSS for UL of each sub menu*/

CSS:mettre une bordure dans un menu? [Résolu]

Bonjour, j'utilise le cms Website Baker pour faire un site avec un menu horizontal ... adapte le a tes besoins , j ai mis des sub menu et meme un sub sub !

Akkordeon-Menü - Websitebaker Hilfe

25. Aug. 2008 ... Websitebaker Hilfe Forum / Alles rund um Websitebaker / Javascript / Akkordeon- Menü .... .arrowlistmenu ul { /*CSS for UL of each sub menu*/

Css et cms: symbole dans un menu

Bonjour, j'utilise le cms Website Baker pour faire un site avec un menu

Css et cms: symbole dans un menu

Bonjour, j'utilise le cms Website Baker pour faire un site avec un menu

this topic - Website Baker

Feb 21, 2006 ... Interested in joining the WebsiteBaker team? ..... when you on Main Page it shows in the submenu Subpage1 what is ok

CSS:mettre une bordure dans un menu? [Résolu]

Bonjour, j'utilise le cms Website Baker pour faire un site avec un menu horizontal ... adapte le a tes besoins , j ai mis des sub menu et meme un sub sub !

this topic - Website Baker

Feb 21, 2006 ... Interested in joining the WebsiteBaker team? ..... when you on Main Page it shows in the submenu Subpage1 what is ok

Menu Verlinken Xhtml Forum Css

Use images for backgrounds of submenus and items, icons, arrows. ... Design both horizontal and vertical menus and submenus with any

Css et cms: symbole dans un menu

Bonjour, j'utilise le cms Website Baker pour faire un site avec un menu

CSS:mettre une bordure dans un menu? [Résolu]

Bonjour, j'utilise le cms Website Baker pour faire un site avec un menu horizontal ... adapte le a tes besoins , j ai mis des sub menu et meme un sub sub !