Glad that sorted it, IceBurn.
Quote:
Originally Posted by jellybaby
Dom have set this so you can see it on my site now. Need to change the template at the bottom
|
Ah ok, well the reason these aren't working properly is that my 'fix' only applies to the standard menus, ie the search and quick links menus. Also as you've also modified the navbar quite a bit we may need some different margin numbers to get the positioning right. Not a problem though. What I'd suggest you try first is to add the extra menu navbars to CSS 'fix', with this code (replace the old one):
Code:
/* Fix navbar pop-up menus */
#custom_links_menu, #itrader_ext_menu, #usercptools_menu, #navbar_search_menu {
margin-top: -160px;
margin-left: -100px;
}
The second problem is that your iTrader dropdown doesn't seem to be loading at all. I've checked, and this is because it doesn't exist. The menu should be starting with the code:
Code:
<div class="vbmenu_popup" id="itrader_ext_menu" ...
But that just isn't in the markup, for whatever reason. So to make it appear, you need to add the menu content into the markup somewhere. There's more info on doing that
here.