Quote:
Originally Posted by Lombardo
|
Okay, I think I see the problem. It actually is opening. But it's opening way down towards the bottom of the next post. Remember in the instructions where I say that you may need to adjust this line
margin-top:-308px to maintain the illusion that the menu is changing? That's what's happening here. The old menu is closing, but the new menu is opening in the wrong part of the screen.
I see you adjusted that line a little bit, setting -308 to -300. But actually, your going to need a larger negative number. Right now it looks like this:
Code:
<!-- English to [LANGUAGE] Submenu -->
<div class="vbmenu_popup" id="english_menu" style="display:none;margin-left:0px;margin-top:-300px;">
Change the -300 to something like -600 and play around with that. Because everyone's styles are different, everyone will likely have to adjust that line to get it to line up just perfectly. The larger the negative number the higher it will go. The closer to 0 you get the lower it will go.
By the way, what browser are you using?