Recent Questions
Q: I recently downloaded the trial version of Deluxe Tuner to create a pop-up menu for my website. The menu looks amazing, and I am convinced from the trial that this is a product that I could definitely use.
However, I'm having so much trouble putting my horizontal drop down menu into my Dreamweaver html. I've followed the instructions given, but my menu still does not appear. What am I doing wrong?
Thanks, and I'm looking forward to figuring this out, because if it's an easy program to use, I will for sure be buying the full version!!
A: Check that you've copied "Homedir/" folder with all menus files and data.js file into the same folder withHome page.html file.
Notice also that in the Design mode your drop down menu may displayincorrectly. It is normal. You should view your page in browser preview.
Q: I tried to create this html version and it is still not working.
I have saved all of the files in the correct places and what it gives me is just all of the links in a straight line across the top of the page.
I really think it is sitebuilder that is creating the issue with the structure of the head and body tags, but I a am a little new so I may be wrong.
A: You should delete tag from your code.
Please delete the following string from your html page.
<base href="file:///C:/Program%20Files/Yahoo%20SiteBuilder/sites/rainforestanimals/rainforestanimal/test2.html">
Q: Does your site navigation menu support RTL Pages? How hard it is to convert it this way?
A: var dmRTL = 0;
Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.
Q: How can I have two menus dhtml under each other using the float option? So that do not collide with each other?
A: You can try to adjust the following parameters to the one menu:
var floatableDX=15;
var floatableDY=15;