Q:
Is there any way with my dhtml menu bar, to allow/setup the showing of path
navigation at the top so the viewer sees where they are and where they have been (the path)?
A:
You can only show the path in your status string. Set the following
parameter:
var statusString=”link”;
Q:
I am Registered user of the menu in dhtml.
My question is:
Can you have borders around the sub-menus only. If you can how is this done, if it is done in the individual styles can you walk me through that.
I tried it there but for some reason it wasn
Q:
Does your drop down menu javascript work on a Mac platform with Dreamweaver?
A:
To create your drop down menu javascript on MAC you can use HTML version of Deluxe Tuner (for MAC OS). You can find it here:
http://deluxe-menu.com/deluxe-tuner-info.html
Unfortunately we don’t have html version of the Tuner for Deluxe Tree
and Deluxe Tabs now. We’ll try to create it in the nearest future.
Deluxe Menu wasn’t developed as Dreamweaver/Frontpage/GoLIve
Builder extension,
BUT you can use it as standard Javascript files. To install the menu
into 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.
To create and configure your drop down menu javascript use Deluxe Tuner application
(included into the trial package): http://deluxe-menu.com/deluxe-tuner-info.html
title Preview Window
Hotkey: F8
If “Auto Update” is checked, the preview will be updated automatically when any of parameters is changed.
The “Update” button instantly updates the preview (hotkey: F5).
The “Templates…” button opens Templates window.
Q:
I use your product for one of my clients and so I am familiar with using
Deluxe Tuner on the Mac and editing that menu, etc. It is a simple menu though, that doesn’t use any images or anything fancy.
I want to purchase the css drop down menu for another client.
My question is, he loves that tabbed css drop down menu I originally did, and right now they are in one big image map.
I can cut them up, but with your menu software, will I be able I to have the top menu as those tab images,
and the sub-menu show on mouseover as just plain text? (Like SigmaFlow’s sub-menus.)
Any advice is appreciated. Thank you!
A:
Yes, of course, I don’t see any problem with it.
You can use any images as item background, see for example:
http://deluxe-menu.com/data-templates/vista-style-01-template-sample.html
Q:
When I roll my mouse over my menu, it appears halfway down the page, not next to the drop down menus css.
This only happens when I enclose the code in <div></div> layers. Is
there a way to fix this?
A:
It is possible that you have some problems with your css.
The problem is that the script can’t get css properties of the object if they are described in separate .css block (or file).
In other words, you can’t get the value of “position” attribute of the object if the object doesn’t have this property within inline style
(style=”position:absolute”). To get the value you should move .css style into style=”" attribute.
Please, try to add your
css file -> inline css, for example:
You should add <DIV id=SiteMenu>
to the
style=”position:absolute;”
So, you’ll have:
<DIV id=SiteMenu style=”position:absolute;”>
Check that.
Q:
Does the Deluxe menu work to load pages into an iframe?
(name=iframe1) I can’t find any info on this …
A:
Of course. Please, use this javascript image menu parameter:
var itemTarget = “frame_name”;
Q:
We are interested in using your html menus for our site but we do have a
question.
When the html menus viewed in IE7 everything is fine but when I view it in opera or
firefox browsers the menu bar is off the screen. Have I missed something in
the script to position this in the center whin the table it belongs in?
<table border="0" align="center" cellpadding="0" cellspacing="0"
summary="Quaker Meadows Menu">
<tr>
<td>
<script type="text/javascript" src="data.js"></script>
</td>
</tr>
</table> is off the screen. Have I missed something in
the script to position this in the center whin the table it belongs in?
<table border="0" align="center" cellpadding="0" cellspacing="0"
A:
Try to set exact width for the html menus in “px”. It helps to position the
menu correctly in all browsers.
var menuWidth=”500px”;
Q:
And when purchase online can I download the html menu javascript immedielty after
purchase? Or how do I get the product?
A:
We don’t send the product on CD/DVD. After the ordering is complete
and ShareIt (Regsoft) has it verified (which can take approximately 24 hours), you’ll get your license info.