My Blog Title Here

November 19, 2008

I have some problems with net dynamic menu on my site.

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

Q:

I’m currently experimenting with your net dynamic menu which I far more performant
than any of the other I have tried so far, so we will probably go with
yours and get a distributer license.

I do have a problem though…

I have two menus on my site.

Unfortunately, as they are being used, if you go over the first item in
the left menu, it will show its submenu at the top; if you go over the
first item of the top menu, it will also show the contents of the second
menu…

How can we change this?

A:

Installation of your net dynamic menu is not correct.
See more info about installation here:
http://deluxe-menu.com/installation-info.html

There is no
<script type=”text/javascript”>var dmWorkPath = “menudir/”;</script>
parameter on your page.

Notice also that you should call dmenu.js file only once and then call
your data files.
Now you have two calls of dmenu.js file.

September 20, 2008

I couldn’t change net navigation menu width and height correctly…

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

Q:

Under Parameters ->> Dimensions ->menuWidth
Even I change the value such as 150px it doesn’t have any effect on net navigation menu itself.

Changing menuHeight property such as menuHeight = 123px moves
menu down from the top of the page instead of changing height of the
menu itself.

I used templates ->> vista -> vista style 3-03 to generate the net navigation menu and modified it.

A:

See, you have itemWidth and itemHeight in the Individual Style.

var itemStyles = [
["itemWidth=94px","itemHeight=23px","itemBackColor=transparent,transparent","itemBorderWidth=0", "fontStyle=bold 10px Tahoma","fontColor=#FFFFFF,#FFFFFF", "itemBackImage=data-vista-3-03.files/btn_cyan.gif,data-vista-3-03.files/btn_cyan2.gif"],
];

You cannot set the less value for the menuwidth in that case. You can
set only the bigger value:
var menuWidth=”550px”;

To change the menuHeight you should also use itemHeight parameter, for
example
itemHeight=123px

August 23, 2008

Is there a way to capture which net navigation menu item was clicked

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

Q:

Is there a way to capture which net navigation menu item was clicked and store
that information into a database?

A:

See how you can find the ID of the clicked item:

var menuItems = [
["Home","javascript:alert(itVar.id)", "", "", "", "_self", "3"],

August 8, 2008

When I look at other browsers net dynamic menu isn’t in the centre but on the right

Filed under: Uncategorized — Tags: , — admin @ 2:25 pm

Q:

I am creating my website on Frontpage. When I put my net dynamic menu in the
centre of the page, it will be in the explorer browsers in the centre of the
page, but when I look at other browers it isn’t in the centre but on the
right. I cant fix the problem. I cant find it.

A:

Try to set exact width for the menu in “px”:

var menuWidth=”400px”;

Powered by WordPress