PDA

View Full Version : menubar popups misplaced


PntSingularity
03-26-2007, 07:22 PM
The popups in the menubar appear in the wrong place after I've manipulated the navbar template a bit. The menu is positioned within a div that's position:absolute while that one is in it's turn inside a div with position:relative.

Any ideas how I can get the popup menus to appear where they're supposed to?

Nevermind, I fixed it. I just had to move the popup-code to the end of the navbar template instead of having it placed inside all those div's.