Recent Questions
Q: I have been using the trial deluxe menu with the deluxe tuner tocreate a menu and have run into a problem. 
The menu is based on the following template: 
Vista Styles (Part 2) Vista Style 1. 
When I saved the menu file to put into an html file I followedthe instructions on the screen to save all the files to the folderwhere I wanted the menu to appear in an html., and then followedthe instructions to paste the menu into the html file where Iwanted the menu to appear. 
It is not working. It seems as though something is left out ofthe code, or perhaps not all the necessary files are being copied.The menu appears perfectly in the deluxe tuner preview screen, butnot when I try to save it and use it elsewhere. 
I have included all the files, including the instructions thatcame up when I saved the menu, in the attached zip file and wonderif you might take a look at it and tell me what I am doing wrong and/or leaving out. 
 Can you help?
 
A: Your menu works fine. 
But you should paste 
btn_blue2.gif 
btn_blue.gif 
into "data-NINnew.files" folder. 
Q: Two questions. First I get a "Error! Skin Load!" popup when my onmouseover popup window loads.
 I see references to "skin.js". Is this supposed to be generated?
 Secondly.
 I am being really dense. I would like to use Deluxe Popup Windows in response to a mouse click on a picture. So far with deluxe Menu, I just put a statement like this:
 <script type="text/javascript" src="rvmonitor.js"></script>
 where I wanted the menu to show up. The web page loads and the Deluxe Menu displays.
 I have managed to make the onmouseover popup window appear by using that code, the web page loads and the popup loads (with the skin error).
 I know how to get a larger picture from a smaller one like this:
 <a href="../images/Tige/CabinetMod/Tige_CabinetMod04.JPG">
 <img class="border0" src="../images/Tige/CabinetMod/Tige_CabinetMod04_small.JPG" alt="Gasketmount">></a>
 I just don't know how to put the rvmonitor.js into the <a href...></a> function. Could I have a simple example? 
A:  See, to install Deluxe Popup Window you should call two .js files onyour page:
<head>
...
<script type="text/javascript" src="deluxe-popup-window.files/dpopupwindow.js"></script> //engine file
</head>
<body>
...
 <script type="text/javascript" src="deluxe-popup-window.js"></script> //data file
...
</body>
Copy deluxe-popup-window.files folder and deluxe-popup-window.js fileinto the same folder with your html page.
To open your window on mouse click you should do the following things:
<a title="Click to open the window" href="javascript:;"onclick="deluxePopupWindow.open('win', '<img class=\'border0\'src=\'../images/Tige/CabinetMod/Tige_CabinetMod04.JPG\' alt=\'Gasketmount\'>', 'Full Image', 'width=180,height=270,resizable,scrollbars=no,middle,right,fade-effect', 'windowsvista_graphite')"><imgmount\'>class="border0" src="../images/Tige/CabinetMod/Tige_CabinetMod04_small.JPG" alt="Gasket mount"></a>.
Q: I would like to use it in a page containing two iFrames. 
 The iFrame called "nav" is where the menu will appear and the iFrame called "main" is where I want any sub-menu items to appear.
 How can this be done given there are no "frameset" tags in this type of structure?
 
A:  Deluxe Menu doesn't work with <IFrame> objects. 
It works with<frameset> objects only. All it can to do with <IFrame> is to loadpages into it. 
You should use standard installation for the menu. 
Q: Working with dhtml tab menu, how do you place content under them?
A: You should paste your content in the <div> .. </div> tags.
 <div id="content1" style=" visibility: hidden;" class="tabPage"> 
 <p align=center><img src="img/logo_DM.gif" width=262 height=56 alt="Deluxe-Menu.com"></p>
 </div>
 <div id="content2" style="visibility: hidden;" class="tabPage">
 <p align=center><img src="img/logo_DT.gif" width=262 height=56 alt="Deluxe-Tree.com"></p>
 </div>
 <div id="content3" style=" visibility: hidden;" class="tabPage">
 <p align=center>>img src="img/logo_DTabs.gif" width=254 height=58 alt="Deluxe-Tabs.com"></p>
 </div>