Recent Questions
Q: Just one more question.
 I'm making a drop menu sample but I want the dropdown sub menus to drop up! 
 ie: the nav bar will actually be at the bottom of the page so when you hover over, I need the sub items to rise up.
 Can you force this? I can't seem to find anywhere to do it. 
A: You should set the following parameter:
  var subMenuVAlign="bottom";
Q: The dhtml floating menu does not align to the top of the column and it migrates as one scrolls up or down the page. I would like it to stay in one place. 
A: 	1) Add valign="top"> parameter for the TD tag with the menu:
 <td valign="top">
<script type="text/javascript" src="welcome_files/frenchdata.js"></script>
2) Open your frenchdata.js file in any text editor (or Deluxe Tuner) and change:
  var absolutePos=0;
  var posX="20px";
  var posY="120px";
to
  var absolutePos=0;
  var posX="0px";
  var posY="0px";
3) To turn off the floating feature you should set the following parameter in yourfrenchdata.js file:
  var floatable=0;Q: I can't find an instance of your java pop menu that can lay over top of a flash object without making the flash object disappear like your demo.
 Does yours or doesn't it do the same thing and if so, where is there an example? 
A:  Deluxe Menu overlaps flash in all browsers. 
You can find fix for Firefox here:
http://www.deluxe-menu.com/objects-overlapping-sample.html
Q: Is transparent drop down menu compatable with MS Expression Web? 
A: Deluxe Menu wasn't developed as Dreamweaver/Frontpage extension,
 BUT you can use it as standard Javascript files. To install the menu into your html page:
 1. open the page in Dreamweaver/Frontpage
 2. open html source code of the page
 3. add several rows of code (<script> tags), For info see:
 http://deluxe-menu.com/installation-info.html
That's all.