Link to home
Start Free TrialLog in
Avatar of Lev Seltzer
Lev SeltzerFlag for Israel

asked on

CSS Menu appears in wrong location

I am developing a website for a client based on an existing website. Something went wrong and the pop-out menu appears in the wrong location - at the top of the screen instead of to the right of the parent menu. The error appears in both FireFox and MSIE.

The menu came from "suckertree" and then the previous developer modified it slightly. I tried to go back to the original code, but didn't get anywhere.

The original website is www.mesila.org, and this still works.
The website I am developing is www.mesila.us.

Thank you for any help you can offer.
Avatar of Anuradha Goli
Anuradha Goli
Flag of Ireland image

Try changing the position from absolute to relative for the below class.
suckerdiv ul li ul {
position: relative; 
}

Open in new window

Avatar of Lev Seltzer

ASKER

The results of "relative" are online.
I had previously tried this, and while it was "better", it still was not the way it was supposed to be.
ASKER CERTIFIED SOLUTION
Avatar of Anuradha Goli
Anuradha Goli
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I pasted the code, and while it is positiioned correctly, I have to reformat it as per the original design. I was hoping that someone would spot the positioning error
sometimes the answer is to just go back and start again. Thank you for pointing this out to me.