Recent Questions
Q: I want frameless popup window to appear when an image is clicked,
but at the moment it appears automatically on page load..
A: You can specify the ID of the element you want to click on.
Actions sections in Deluxe Tuner, onClick parameter.
1) You can show the popup window when you hover, click or mouseout on some elements on yourpage.
For example you have:
<p><img border="0" src="images/submenu-bg.gif" width="170" height="29" id="open_popup"></p>
So, in Deluxe Tuner you should enter 'open_popup' object ID in the onMouseOver,onClick or onMouseOut fields.
Actually you can assign id to any object on your page:
add id="open_popup" for <a>, <div>, <img> ... tags.
2) You can also use deluxePopupWindow.open() function to open the popups.
More info about deluxePopupWindow.open() function you can find:
http://deluxepopupwindow.com/window-installation-info.html
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Use another winID (first parameter) than you have in your data file if you don't want to close 1-st popup window
or use thesame winID=win if you want to close 1-st popup.
content - will be the path to the file you want to load in your popup (files/test.html)
skin - is the name of your skin
contentType - set this parameter to iframe.
Q: What I would like is a link inside the popup window that closes the mouseover popup window. I tried moving the "close" link from the main page into the popup window html but I get a Javascript error when I click on that link.
A: See, if you load a different page in your popup window (iframe) suchlink won't work in it.
If you add the content of the mouseover popup window in DIV (so, it will be thesame page) such link will work.Q: Thanks. The newer version looks clean and neat (especially with Google Chrome). Awesome Product and keep it up.
As mentioned in this email below, we currently have two licenses and would like to add the date picker and dhtml modal popup included also. Please let me know of the process along with any additional incremental cost.
A: You can find popup window in Deluxe Tuner:
c:\Program Files\Deluxe Menus\deluxe-menu\deluxe-tuner\
Calendar you can find here:
c:\Program Files\Deluxe Menus\calendar\
More info about installation you can find on our websites:
http://www.calendardatepicker.com/
http://deluxepopupwindow.com/Q: Is it possible to designate a different font style, for thedrop down links then for the main link in the asp drop down menu?
A: Yes it is possible. It will be better for you to use another font style for your top itemsusing Individual styles.
And change font styles for your submenus using the following parameters:
var fontStyle=["bold 10px Tahoma","bold 10px Tahoma"];
var fontColor=["#FFFFFF","#A4DBCB"];