Cgi Ajax Popupmenu Modify by Deluxe-Menu.com
Cgi Ajax Popupmenu Modify

Menu Screenshots

Cgi Ajax Popupmenu Modify Dynamic Menu Java Example

Features

Easy Setup
  • De Luxe Tuner. GUI interface to create your cgi ajax popupmenu modify menus easily and in no time
  • Sensible menu parameters for manual editing
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
Javascript Multiple Expandable Menu Cgi Ajax Popupmenu Modify
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
Cost Effective
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed cgi ajax popupmenu modify samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation.
    Don't allow your website visitors to get lost. Try Deluxe Menu!

Recent Questions

Q: I've tried to add the pathPrefix_img as suggested and I'm still having trouble with images.
Can you provide anymore feedback on what I'm doing wrong?


A: Now you have such paths:

  var pathPrefix_img="http://www.domain-name.com/images/";

and

  var arrowImageMain=["CFTopMenu.files/arrv_white_1.gif",""];

So, the full path we'll be:

http://www.domain-name.com/images/CFTopMenu.files/arrv_white_1.gif

Is it right?
I've tried to download your image from this link. There is no such image.
If you want to put all your images into the "images" folder you should write so:

  var pathPrefix_img="http://www.domain-name.com/images/";

and

  var arrowImageMain=["arrv_white_1.gif",""];

Please, check that you upload all your images on the server in the right places.


Q: I have purchased the Developer License for all products.  

However in the Tuner tool I don't see any option for creating calendars.  

How to design javascript calendars using the tuner tool? Where is the manual for Calendar?

A: We haven't added Calendar in Deluxe Tuner.
You can find it in the installed package:

C:\Program Files\Deluxe Menus\calendar\

Calendar, http://www.calendardatepicker.com


Q: Would it be possible at some point to introduce more font decoration options to the mouseover variables, I would like to add bold as a mouseover font decoration, but obviously this is not possible at the moment.


A: Unfortunately, Deluxe Menu doesn't have such a feature. You can onlyset it's color. You cannot set the font of menu item bold when selected.

You should addthe following code in your data file:

function changeFont(obj, over)
{
obj.style.fontWeight = over ? 'bold' : 'normal';
obj.style.fontSize = over ? '13px' : '12px'; // You can not use this line
}

  var menuItems = [

["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Security</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Ease of Access</div>","", "", "", "", "", "", "", "", ],
["|<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Internet Options</div>","", "", "", "", "", "", "", "", ],
["|<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Windows Firewall</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Network and Internet</div>","", "", "", "", "", "", "", "", ],
["<div onMouseOver='changeFont(this, 1)' onMouseOut='changeFont(this, 0)'>Hardware</div>","", "", "", "", "", "", "", "", ],



Q: On your compatibility page Firefox is not mentioned under Linux.
Is it compatible under Linux?


A: Yes, Deluxe Menu works fine in Firefox in Linux.
Please try a trial package of Deluxe Menu, http://deluxe-menu.com.