Feature suggestion

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
bjorndottir@hotmail.com
Beginner
Beginner
Posts: 3
Joined: Sun May 19, 2002 7:24 pm

Feature suggestion

Post by bjorndottir@hotmail.com »

I have a suggestion that might be very interresting for the Milonic DHTML Menu.

My website layout is contained in a 760 pixel-wide centered table. The menus are made visible when an image is hovered. The problem I have is that it is very hard to get the menus to show up at the right location.

I have been able to do this by using "center" as the alignment and using a offset for my menus.

For example, center all menus but for menu1, use offset=-300.

The problem is, when the user resizes the window too small, the menu will show up OUTSIDE the viewable area. Let's do the math...

Window width = 500

Centered minus Offset = (500 / 2) - 300. Menu appears at -50.

I have a suggestion to resolve this problem. Offset should be calculated at runtime using the following script:

function WindowWidth() { if (document.body
Post Reply