My Blog Title Here

November 27, 2008

How to open a popup after clicking on a script menu bar item in Mozilla.

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

Q:

How to open a popup after clicking on a script menu bar item in Mozilla.

The code in java script is supporting internet explorer but not mozilla.

A:

You can write your script menu bar Items in the following way:

["Home","javascript:window.open('http://deluxe-menu.com');window.focus;", "", "", "Home", "", "", "", "", "", "", ],

November 16, 2008

How do you created a multiple column for only one script menu horizontal item.

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

Q:

How do you created a multiple column for only one script menu horizontal item.

A:

More info about multicolomn menu you can find here:
http://deluxe-menu.com/multicolumn-menu-sample.html

October 7, 2008

The script menu horizontal javascript will continue to expand horizontally.

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

Q:

We are having a bit of trouble with your script menu horizontal, when you go down
into a sub menu, and then back to the item that called it, the sub
menu expands.

For example, if i have this menu structure

File

&nbsp&nbsp&nbsp&nbsp New

&nbsp&nbsp&nbsp&nbsp Save

&nbsp&nbsp&nbsp&nbsp Exit

When i MouseOver New and then MouseOver File, the menu
containing New, Save and Exit will grow. If i keep doing this then
the menu will continue to expand horizontally.

I know its something we have done, since there doesn’t seem to
be a problem on your site, its just i don’t know what it is

A:

Rozi, we heard about such problems. I suppose that you see such effect
in IE.
Please, try not to use shadow in the script menu horizontal.
Please, set this parameter:
var shadowLen=0;

We’ll correct this bug soon.

Try also write all units in “px”, for example:
var itemPadding = “3px”;

August 14, 2008

When the script menu bar is inside the <DIV> tag, it is shown, but doesn’t scroll

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

Q:

I found the problem with de Deluxe Menus:
When the script menu bar is inside the <DIV> </DIV> tags, the menu is shown, but does
not scroll.

A:

See, you use absolute position for this <div>

<div STYLE=”position:absolute;top:151px; left:0px”>

But you can use absolute position for the menu. Your script menu bar will scroll
in this case.

For example, you should set:

var absolutePos=1;
var posX=”0″;
var posY=”151px”;

And install your menu

<div>

<script type=”text/javascript” src=”data.js”></script>

</div>

Or, write:

<noscript><a href=”http://deluxe-menu.com”>script menu bar by Deluxe-Menu.com</a></noscript>
<script type=”text/javascript”>var dmWorkPath = “/”;</script>
<script type=”text/javascript” src=”dmenu.js”></script>
<script type=”text/javascript” src=”data.js”></script>

August 13, 2008

I need to prevent exit pops from being activated in my script menu bar…

Filed under: Uncategorized — Tags: , — admin @ 3:05 am

Q:

Hi there … a while ago I had asked you what I need to change to
prevent exit pops from being activated, but I don’t think it’s working.

For example, a regular link that I want:

onClick=”exit=false”

How do I do it with script menu bar?

Before, in the “text” box in the “Item Parameters” window, you had me do the following:

<span onClick=’exit=false;’>click here</span>

But that doesn’t seem to work. Any other suggestions? Thanks very much.

A:

I suppose that you should move menuItems from the data file to your
html page directly (where you define exit variable).

<script>

menuItenms = [
...
],
</script>

Powered by WordPress