|
I am still struggling with multiple web navigation buttons on one page.
Return to Recent Questions
Q:
I am still having problems with multiple web navigation buttons on one page. I think that I am doing something wrong, but I cannot see it.
A:
Both of your menus have the same absolute position:
var absolutePos=1;
var posX="10";
var posY="10";
You should use relative position and place your web navigation buttons inside <table> ot DIV. In this case you should set the following parameter:
var absolutePos=0;
Return to Recent Questions
Related:
- March 12, 2009 - I don't understand, how can change place of the icon in button context menu...
- March 13, 2009 - I cannot see menu with javascript on my pages.
- March 13, 2009 - Now we are having the "Incorrect Copyright" on our javascript tree...
- March 14, 2009 - How do I enable javascript on the new browser, so I can see my dropdown menu javascript?
- March 15, 2009 - I have problems with transitional effects in Firefox in the dhtml menu scripts...
- March 16, 2009 - Is there any way to keep a show popup menu lit up when going to another page?
- March 17, 2009 - Can the menu bar script items be set so they are all the same width?
- March 19, 2009 - How to get the dynamic menu html to highlight and stay on the page you're viewing?
- March 19, 2009 - I need that the dhtml toolbar loads pages into an iFrame.
- March 20, 2009 - Links don't work in the tree menu css. How can I correct this?
- March 21, 2009 - How can we increase the width of the vista style buttons of menu dropdown?
|