PDA

View Full Version : DHTML popup menus change location?


Spidey2099
10-12-2007, 05:22 PM
Hi,

I've recently built a web page in my organization that uses popup menus.

The thing is that when a person resizes his/her browser window, the menus cease to appear in the former location while hovering the trigger syntax above them.

What's the simplest code for building a popup menu that will reside in the same location, no matter the size of the window, or the screen resolution of the user.

Thanks!

P.S. If it helps getting a better answer, than you should know that I usually put these menus in a position:absolute state, rather than a position:relative state.

Shaj
10-12-2007, 05:25 PM
As you said you are putting in relative position. If you want to restrict it to some cordinates make it absolute.

ie position:relative to
position:absolute

Incase you want me to correct the code mail it to technoblitzs@yahoo.com