I would like the drop down menu block to move down
Return to Recent Questions
Q:
I have seen a certain menu effect on a few websites and have so
far been unable to reproduce it in simply HTML/CSS. Today I saw the
effect on a website, looked at the source code and it appears they
are using some of your code.
I have a fairly typical screen layout with a menu bar 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 menu is left way up off screen. I would
like the 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. Is this something your software does? If
so, which one of your products?
A:
You can create such menu with Deluxe Menu.
You should use floatable menu, so you can always see the menu.
But to use the floatable feature
var floatable=1;
you should use the absolute position for the menu
var absolutePos=1;
var posX="10";
var posY="10";
Please, try the trial version of the menu.
Return to Recent Questions
|