My Blog Title Here

September 30, 2008

Is it possible to have the sub menu of my css pop up menu that appear when the “+” is clicked stay open when another page loads.

Filed under: Uncategorized — Tags: , — admin @ 8:35 pm

Q:

Just wondering if it’s possible to have the sub menu of my css pop up menu that appear when
the “+” is clicked stay open when another page loads. I tried
downloading the trial version & can’t get that to happen.

Click on “web development” and then “web design portfolio” - when the
new page loads the menu closes. Is it possible to have it remember
which sub menus were showing when the new page loads?

A:

Deluxe Tree has save state feature. You should set the following
parameter:

var tsaveState=1;

How easy would it be to set up these menus for web pages items?

Filed under: Uncategorized — Tags: , — admin @ 5:20 pm

Q:

I’m interested in buying your products. I have no experience in
programming, only know html/php. How easy would it be to set up
these menus for web pages items? I understand your explanation of copying scripts
into the relevant html pages. But what about inserting the menus?
Do I have to program them myself?

Thanks for your help. I just love your deluxe items.

A:

Unfortunately we don’t have step by step tutorial now. We’ll try to
create it in the nearest time.

1. Create your menu in Deluxe Tuner application.
You can create any menu as you like in Deluxe Tuner.

Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &
Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)

You can use ready to use templates. You can find them in the templates
window.

When you open Deluxe Tuner ( Deluxe Menu ) you can click “File/New”
and add items and subitems using buttons “Add Item” and “Add Subitem” on
the main window.
You should set items and subitems parameters on the “Item Parameters”
window.
See also other parameters for the menu on the main window.

More info about menu parameters you can find on our site (you can also
use local version of the site which you can find in the trial package
“Deluxe Menu / deluxe-menu.com /”)
http://deluxe-menu.com/parameters-info.html
http://deluxe-menu.com/menu-items-info.html

You can also use Individual Styles for items and subitems
http://deluxe-menu.com/individual-item-styles-info.html
http://deluxe-menu.com/individual-submenu-styles-info.html

2. You should install the menu on your page.
You can click, for example, File/Export to HTML (you can’t do it in
the MAC version).

Add several rows into your html page.

<head>

<!– Deluxe Menu –>
<noscript><a href=”http://deluxe-menu.com”>menus for web pages by Deluxe-Menu.com</a></noscript>
<script type=”text/javascript”>var dmWorkPath=”deluxe-menu.files/”;</script>
<script type=”text/javascript” src=”deluxe-menu.files/dmenu.js”></script>
<script type=”text/javascript” src=”data-deluxe-menu.js”></script> //data-deluxe-menu.js - data file created in Deluxe Tuner.

</head>

<body>

<table>
<tr><td><script type=”text/javascript” src=”deluxe-menu.files/data.js”></script></td></tr>
</table>

</body>

You should also copy all engine files
dmenu.js
dmenu4.js
dmenu_add.js
dmenu_dyn.js
dmenu_key.js
dmenu_cf.js
dmenu_popup.js
dmenu_ajax.js
into “deluxe-menu.files/” folder. You should place this folder in the
same folder with your index. html page.

My javascript pop up menu submenu is not display at the good position with Firefox.

Filed under: Uncategorized — Tags: , — admin @ 1:55 pm

Q:

My submenu is not display at the good position with Firefox.

Look at my web site with Firefox. Select item javascript pop up menu
‘Inscription’ and you’ll see the problem.

Note: mainmenu.js is relative positioning. The table tag is absolute
positioning.

A:

Try to write so:
<TABLE id=Table60
style=”Z-INDEX: 803; LEFT: 295px; POSITION: absolute; TOP: 114px”>
   <TBODY>
    <TR>
     <TD style=”POSITION: absolute;”><NOSCRIPT><A
href=”http://deluxe-menu.com/”>Javascript Menu by
Deluxe-Menu.com</A></NOSCRIPT> <NOSCRIPT>MainMenu</NOSCRIPT>
<SCRIPT language=JavaScript1.2
src=”deluxe_files/MainMenu.js”
type=text/javascript></SCRIPT>
     </TD>
    </TR>
   </TBODY>
</TABLE>

I selected “Templates” and Kaspersky style. The preview looked nothing like the kaspersky mouseover menu..

Filed under: Uncategorized — Tags: , — admin @ 7:30 am

Q:

- I downloaded and installed your trial version..
- Selected “Tuner” then “tabs”
- Left pane sorta baffled me - even after reading documentation
- so in preview pane I selected “Templates” and Kaspersky style..
- The preview looked nothing like the kaspersky mouseover menu.. My
feeling was that I had to somehow find the image elements to
complete the menu tabs.. (A rather daunting task)..
- AM I missing something??

A:

To use Kaspersky style mouseover menu you should assign Individual Styles
for your items. You can find this info in the templates window.

May I can use PHP code in menu items of my dhtml menu examples?

Filed under: Uncategorized — Tags: , — admin @ 4:15 am

Q:

May I can use PHP code in menu items of my dhtml menu examples?

A:

You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc.
However, these scripts don’t work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.:

<!– Deluxe Menu –>
<noscript><a href=”http://deluxe-menu.com”>dhtml menu examples by Deluxe-Menu.com</a></noscript>
<script type=”text/javascript”>var dmWorkPath = “menudir/”;</script>
<script type=”text/javascript” src=”menudir/dmenu.js”></script>
<!– (c) 2006, http://deluxe-menu.com –>

<script type=”text/javascript” language=”JavaScript1.2″>
// and describe parameters of a menu
var parameter1=value1;
var parameter2=value2;
etc.

var menuItems = [
// here you generate items using server-side scripts (php, asp, vb, etc.)
];
</script>

The example of the menu working with PHP/MYSQL you can find here:
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html

I want to be able to right-click somewhere on the page and have the dynamic dhtml menu where the mouse is…

Filed under: Uncategorized — Tags: , — admin @ 12:55 am

Q:

I want to be able to right-click
somewhere on the page and have the dynamic dhtml menu where the mouse is and
have at least one level of submenus available.

A:

See how to create dynamic dhtml menu using Deluxe Menu here:

http://deluxe-menu.com/popup-mode-sample.html

September 29, 2008

Can I use as domain name a IP address to get the key for the pop up menu java?

Filed under: Uncategorized — Tags: , — admin @ 6:15 pm

Q:

Before purchase this product in Multiple Websites Licence, I would like to know:
 
In your licence sample to get the key, the domain name is “yourdomain.com”.
 
Can I use as domain name a IP address (for Intranets), like “200.211.1.20″ to get the key for the pop up menu java?

A:

You should register the menu for a domain name or for IP address.
In other words, you should register the menu for the domain name that
you print in a browser’s search string, for example:

http://intranet/
http://klinikum-nuernberg/
http://192.168.0.1
http://localhost

But you menu won’t work on a local machine, for example
j:\Stationshandbuch\start.html

How can we add the javascript code to the javascript floating menu instead of a link?

Filed under: Uncategorized — Tags: , — admin @ 3:00 pm

Q:

We currentlly have a menu that uses standard html hyperlinks to
open a new window with _blank as the target. Unfortunately, the
size of the window is controlled by the browser and we want to be
able to control it. The only way that we know how to do that is to
use the window.open client-side function and pass the window’s
dimensions. Here is a sample of the code that would do that:

window.open(”url”,”_blank”,”height=1024,width=768,status=yes,toolbar=no,menubar=no,location=no”);
How can we add the javascript code to the javascript floating menu instead of a link? Do you have any samples?

A:

You can use javascript code within menuItems, for example

["Test Window","javascript:window.open('http://www.microsoft.com','_blank','height=1024,width=768,status=yes,toolbar=no,menubar=no,location=no');", , ,'Monitor Exceptions' , ,
'0', '0',,],

How I can make javascript flyout menu be displayed horizontal instead of vertical?

Filed under: Uncategorized — Tags: , — admin @ 11:35 am

Q:

Now I wonder what I have to do in my script to make dhtml sub menu
be displayed horizontal instead of vertical.
I want them to display vertical be left - aligned and be shown by a white
Background. How can I achieve this?

A:

You should set the following javascript flyout menu parameters:

var smColumns=0;
var smOrientation=1; //horizontal orientation of submenus
set white backcolor for submenus
["itemWidth=60px","itemBackColor=#FFFFFF,#FFFFFF","itemBorderWidth=0","itemBorderStyle=none,","itemBorderColor=#FFFFFF,",
"fontColor=#404040,#404040","fontDecoration=none,underline"],

You have a right click in menu website, is this function available in Deluxe?

Filed under: Uncategorized — Tags: , — admin @ 8:20 am

Q:

I see you have a right click in menu website, is this function available in Deluxe Menu?

A:

Unfortunately, you can’t assign onmouseover/onClick/onContextMenu event to each item.
However, you can achieve this by using standard html objects within
items, for example:

var menuitems = [
["<div onContextMenu='your_code_here'>item text</div>", ""]
];

Newer Posts »

Powered by WordPress