Recent Questions
Q: I want to have the pop up window display as you mouse over an image/link - is this possible?
A: For example you want to open a popup onMouseover, onClick or
onMouseout on a link.
So, you should create a link on your page and set id="" for it, forexample:
<a href="javascript:;" id="link">Open popup OnClick</a>
<a href="javascript:;" id="over">Open popup OnMouseover</a>
<a href="javascript:;" id="out">Open popup OnMouseOut</a>
In Deluxe Tuner you should set:
onMouseOver - over
onMouseOut - out
onClick - link
So you'll have
deluxePopupWindow.attachToEvent(win,',,onClick=link,onMouseOver=over,onMouseOut=out,')
Q: I am a web designer, my question is do I have to buy a license for each website I install this css dropdown menu or do I buy it once and use it for all my projects?
A: We have different license types.
You can buy Deluxe Menu for the single domain name.
If you want to use the menu on the several domain names you can buyMultiple Website License and generate your own keys for the domainnames.
If you don't want to generate reg. keys for the domain names youcan buy Developer license. With the Developer license you can use the menu on an unlimited number of Internet or Intranet sites and on the local machines.This version of the script doesn't check keys and it isn't bound to a domain name, so it can be used with an application that doesn't have a fixed domain name.
See more info:
http://deluxe-menu.com/order-deluxe-menu-purchase.html
Q: Is there any way through script to call the function that would be called if the user clicked a dhtml tabbed menu?
A: You're able to use Javascript for each item, for example:
var bmenuitems = [
["item text", "javascript:your_code_here"]
];
Unfortunately, you can't assign onmouseover/onClick event to each item.
However, you can achieve this by using standard html objects within items, for example:
var bmenuitems = [
["<div onClick='your_code_here'>item text</div>", "index.html"]
];
Q: Hello I purchased the deluxe menu for single website. I have a mac computer and cant open the exe installation file of drop down menu maker inside of it. Can I get around this problem? Please help asap.
A: Download trial package from our website on MAC.
You can find HTML version of drop down menu maker (MAC version) there.
See more info:
http://deluxe-menu.com/deluxe-tuner-info.html