Recent Questions
Q: Is this possible to make the background of item in a free dhtml menu fully transparent sothat the page below it is fully visible. 
A:  Yes, it is possible.
You can set the following parameter:
  var menuBackColor="transparent";
Q: I have built a new drop down css menu. 
 I have a named frame body but when I use the menu creater it works and changes the frame but when loaded to the site it says error on page. 
 what have I done wrong ? 
 Try the home which calls home_body.htm and about us which calls About Us.html in the body frame top the right of the menu.
A:  You cannot use local paths on the Internet sites. They won't work. 
 ["Home","", "", "", "", "", "", "", "", ], 
  ["|Back to main page","D:/Web Design/CCA/home_body.htm", "", "", "", "", "body", "", "", ], 
 ["About Us","", "", "", "", "", "", "", "", ], 
  ["|History","D:/Web Design/CCA/About Us.html", "", "", "", "", "body", "", "", ], 
You should write, for example: 
 ["Home","", "", "", "", "", "", "", "", ], 
  ["|Back to main page","home_body.htm", "", "", "", "", "body", "", "", ], 
 ["About Us","", "", "", "", "", "", "", "", ], 
  ["|History","About Us.html", "", "", "", "", "body", "", "", ],
Q: Cross-frame mode: after clicking on a menu item and the subframe is loading and then mouse over the menu when the subframe has not finished loading a javascript error occurs and then the javascript vertical menu breaks. 
A:  You can get this error when you load pages from the another domain.
Deluxe Menu can support this mode for the same domain only -- ifyou loaded a page to a subframe from another domain, the submenuscan't be shown in it. It happens because all browsers don't allow todo that for security reasons. Just imagine if you'll able to create aframeset from 2 frames, 1st frame will be with a zero height-width,and you'll load your page into it. Then user will go to another domainand your "invisible" frame will change a content of other pages!
Q: Does your menu system support imbedded check boxes? I want to be able to use menus to help users select options and want to have those selections УstickФ for the duration of their session. Do you have any examples of this? 
A: Yes, you can insert any html code within menuItems, for example:
  ["|You can place <b>any HTML code</b><br> to item, for example <u>image</u>:<br><img src=img/logo.gif>","testlink.html"], 
  ["|Index  <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "", "", ""], 
  ["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>  <input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"], 
  ["|Write Us", "mailto:[email protected]", ""],