Recent Questions
Q: Can I change some of the properties of a browser popup window after it has been created/opened?
A: You can use deluxePopupWindow.open() function to open your popup:
function deluxePopupWindow.open("winID", "content", "header", "param", "skin", "contentType")
Find more info:
http://deluxepopupwindow.com/window-installation-info.html
Call this function once again with new parameters when you want to reload the window (usethe same winID).Q: We are registered user of Deluxe-Menu. We find following query while usingDeluxe-Menu. We are not able to display correctly <Direction Générale> inFrench in down-navigation-menu.
A: You can save your data file in UTF-8 in Windows version of DeluxeTuner v3.3.
You should turn on "Tools/Use utf8 encode" property.
In that case your data file will be saved in UTF-8 encode.
Enter these symbols and save your data file.
If you don't want to use UTF-8 encode on your page you should turn off
"Tools/Use utf8 encode" property, save your data file and manually
change your letters in any text editor.
You can also replace your letters with special sets, for example
É - Capital E, acute accent
ç - Small c, cedilla
var menuItems = [
["É....","testlink.html", "", "", "", "", "", "", "", ],
["ç....","testlink.html", "", "", "", "", "", "", "", ],
Q: I have used your Deluxe-menu on my websit. With the browser Opera I have problems with the dhtml scrolling menu item-color. If I select the menu at the first time, the item color is black. After select a menu item the menu item color is #f0e4cc, this is correct. After re-select the menu the item color is #f0e4cc also. After browser re-start the menu item color is black :-(
A: See it is not correctly to write colors in the following way (without # symbol):
var fontColor=["f0e4cc","f0e4cc"];
You should write:
var fontColor=["#f0e4cc","#f0e4cc"];
Your menu will work correctly in all browsers in that case.Q: I find your tools very interesting, yet I've serched but found no answer... is there a version of your program for mac?
I don't trsut windows at all, so i don't have ever think about using bootcamp to load windows on my mac, so i repeat my question, is there or will be a version of deluxe menu to work on mac systems?
A: HTML version of Deluxe Tuner (MAC version) can be downloaded
http://deluxe-menu.com/deluxe-tuner-html.zip
See more info:
http://deluxe-menu.com/deluxe-tuner-info.html
Download trial version on MAC
http://deluxe-menu.com/deluxe-menu-all.zip