My Blog Title Here

November 17, 2008

Each item is a different width. Can I do this with your right mouse button menu?…

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

Q:

I changed the parameter from
var dmObjectsCheck=0;
to
var dmObjectsCheck=1;
in the data.js file
but it didn’t change it;
_____________________

I opened the dmenu_add.js file, but I’m not sure what I’m supposed to do
with it?
_____________________

I went to your sample page and I would like to add the item widths into my
data.js file, but each item is a different width. Would it be correct for me
to do this?…

var itemStyles = [
["itemWidth=98px"],
];

Or will I have to make all the main right mouse button menu items/graphics the same width?

A:

You don’t have to change your dmenu_add.js file.
Please, place this file in the folder where your menu is
created in.

Yes, you can set itemWidth for each main item.

Please, use Deluxe Tuner to create your individual styles.

You should write, for example, so:

var itemStyles = [
["itemWidth=98px"], // style 0
["itemWidth=100px"], // style 1
["itemWidth=110px"], // style 2
["itemWidth=120px"], // style 3
["itemWidth=95px"], // style 4
];
var menuItems = [

["","", "data.files/products.gif", "data.files/products_mo.gif", "Products", "_self","0" , , , ],

["","", "data.files/demoCenter.gif", "data.files/demoCenter_mo.gif", , ,"1", , , ],

["","", "data.files/resources.gif", "data.files/resources_mo.gif", , ,"2", , , ],

["","support.htm", "data.files/support.gif", "data.files/support_mo.gif", , "_self","4", , , ],

["","", "data.files/company.gif", "data.files/company_mo.gif", , , , , , ],

];

September 14, 2008

I’m having trouble getting some of my right mouse button menu opening in the frm2.

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

Q:

I’m having trouble getting some of my right mouse button menu opening in the frm2. If
you look under products, then Hard drives, then Rugged Airborne
…..this one and Rugged Ground will not open in frm2 but the Contact Us
and Get Quote are working fine. Can you help me get these things to
open in a frm2.

A:

You should write your menu items correctly.
Now you have
["||Rugged Airborne","../RuggedAirborne.htm","Airborne,"frm2","0", ],
["||Rugged Ground","../RuggedGround.htm","Ground","frm2","0", ],
it is not correct.
You should write:
["||Rugged Airborne","../RuggedAirborne.htm","","","Airborne,"frm2","0", ],
["||Rugged Ground","../RuggedGround.htm","","","Ground","frm2","0", ],

September 11, 2008

How do I make the right click popup menu submenu appear over the adjoining frame?

Filed under: Uncategorized — Tags: , — admin @ 4:50 pm

Q:

I have built a right click popup menu which will sit in a frame on the left hand
side of the page. When sub menus are selected they display in the
same frame. How do I make them appear over the adjoining frame?

A:

Please, check you dm_init function. You should write it so:
dm_initFrame(”frmSet”, 1, 2, 1);

More info about cross-frame mode you can find here (see additional info):
http://deluxe-menu.com/cross-frame-mode-sample.html

See cross-frame vertical orientation Sample (left-to-right) here:
http://deluxe-menu.com/cross-frame-mode-sample.html

August 14, 2008

What can I do for people who have Javascript turned off so they can’t use right click popup menu

Filed under: Uncategorized — Tags: , — admin @ 12:05 pm

Q:

I know this must be somewhere in your support information but I
can’t find it. Can you tell me something I could do for people who
have Javascript turned off so they can at least use my base right click popup menu
(not the submenus).

A:

When your security settings in IE doesn’t allow Javascript on
pages you load you can’t see a dynamic page content.

There is no way to enable these preferences automatically, in other
case there are no reasons to create security preferences.

Please, try to use search engine friendly code you’ll see all your
links.

You can generate search engine friendly code.
Deluxe Menu is a search engine friendly right click popup menu since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:

<div id=”dmlinks”>
<a href=”menu_link1″>menu_item_text1</a>
<a href=”menu_link2″>menu_item_text2</a>
…etc.

To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).

Powered by WordPress