|
I would like the drop down dhtml menu block to move down...
Return to Recent Questions
Q:
I would like the drop down dhtml menu block to move down so that it is always a certain
number of pixels below the top of the viewed screen, not the
absolute top of the page.
I have a fairly typical screen layout with a drop down dhtml menu on the left
hand 10% of the screen and the main screen content on the right 90%.
Some of my screens get very long, so that when you scroll all the
way down to the bottom, the drop down dhtml menu is left way up off screen.
Is this something your software does? If
so, which one of your products?
A:
You can create such drop down dhtml menu with DHTML Menu.
You should use floatable menu, so you can always see the drop down dhtml menu.
But to use the floatable feature
var floatable=1;
you should use the absolute position for the drop down dhtml menu
var absolutePos=1;
var posX="10";
var posY="10";
Try the trial version of the menu.
Return to Recent Questions
Related:
- Apr 10, 2009 - Do we have to change the domain key each time we move the dropdown menu download...
- May 15, 2009 - I can see the down arrows of my website menu generator on the main page only, how to fix it?
- Jun 30, 2009 - I can't find the option in your dynamic drop down menus to move submenus closer to each other...
- Jul 25, 2009 - In IE the submenus of menu javascript html are open down the page and go off the bottom of the screen.
- Aug 31, 2009 - Is it possible to create a down menu navigation that will float when I scroll down the page.
- Sep 22, 2009 - How can I force the menus dhtml to only expand down?
- Oct 19, 2009 - Can I move all code for the web menu creator within the html and not use it as external .js file?
- Nov 06, 2009 - The frame below the dropdown menu java is moved to the bottom of the page.
- Nov 30, 2009 - How can I make the dhtml drag drop to only expand down?
- Dec 16, 2009 - I'm trying to get a menu con javascript that will float as I scroll down the page.
- Jan 08, 2010 - Is there any way to remove the spaces between the top items in dynamic menus using?
|