Forum Moderators: open

Message Too Old, No Replies

Javascript menus

         

sanchez

11:51 am on Feb 24, 2004 (gmt 0)

10+ Year Member



I have just been told that my drop down menus appear in the top left corner when they are hovered by the mouse.

This happens when the site is being viewed in Konqueror.

In what part of the javascript needs editing, do I have to edit the Y and X axis?

Any help will be much appreciated

dcrombie

12:08 pm on Feb 24, 2004 (gmt 0)



Most likely the CSS part where the menu positions are defined (position, top, left, ...).

sanchez

12:25 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



Is there not a way that you can get the drop down menu to appear wherever the mouse happens to be?

dcrombie

12:36 pm on Feb 24, 2004 (gmt 0)



Your two options are relative or absolute positioning. There are plenty of examples on the web but not all are cross-browser compatible.

sanchez

12:41 pm on Feb 24, 2004 (gmt 0)

10+ Year Member



what's the difference between the two?