Recent Questions
Q: My office-colleague gilles petremand just bought your "deluxe menu" and all-in-all it looks great!!!! 
 What we don't manage to do is to create a moving java menu sample based on. 
 Is this only possible with the "ms office toolbar-like mode" 'coz we'd like to use the image based menue template and change it to a moving one - POSSIBLE?!? 
A:  To create a movable or floatable menu you should set severalparameters in your data file only.
See more info here:
http://deluxe-menu.com/movable-menu-sample.html
To create movable menu you should set the following parameters:
//--- Movable Menu
  var movable=1;
  var moveWidth=12;
  var moveHeight=20;
  var moveColor="#AA0000";
  var moveImage="movepic2x20.gif";
  var moveCursor="move";
  var smMovable=1;
  var closeBtnW=13;
  var closeBtnH=16;
  var closeBtn="closebtn.gif";
http://deluxe-menu.com/floatable-menu-sample.html
To create floatable menu you should set the following parameters:
//--- Floatable Menu
  var floatable=1;
  var floatIterations=6;
  var floatableX=1;
  var floatableY=1;
Q: Is using this method this method (generate engine friendly code) the same as using normal html menus as far as spiders are concerned? 
A:  Yes, it is. 
You will have such code: 
 <!-- Code for Deluxe Menu Items. Generated by Deluxe Tuner --> 
 <div id="dmlinks" style="font:normal 11px Trebuchet MS, Tahoma;color:#000000;text-decoration:none"> 
 <a id="dmI0" href="testlink.html">Home</a> 
 <a id="dmI2" href="testlink.html">Features</a> 
 <a id="dmI4" href="testlink.html">Description of Files</a> 
 <a id="dmI5" href="testlink.html">How To Setup</a> 
... 
Q: Does your drop down menu creator work in Expression Web?  
A: Deluxe Menu wasn't developed as Dreamweaver/Frontpage/Microsoft Expression Web extension,
BUT you can use it as standard Javascript files.
 To install the menuinto your html page:
1. open the page in your program
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.
Q: Is it possible to make the javascript menu buttons and the text bigger? Or at least the text larger?
 Right now the text is so small that they actually look a little blurry.
 The only font I can increase is the font on the dropdown menus. but I cant change the font that appear on the actual tabs. If I could increase the font on them that would be great. 
A: You should change font in Individual styles.
  var itemStyles = [
 ["itemWidth=92px","itemHeight=21px","itemBackImage=http://www.pursepage.com/wp-content/themes/pinkdoubleheader/data.files/btn_magentablack.gif,http://www.pursepage.com/wp-content/themes/pinkdoubleheader/data.files/btn_magenta.gif","itemBorderWidth=0", "fontStyle='normal 14px Arial','normal 14px Arial'","fontColor=#FFFFFF,#FFFFFF"],
];