Quote:
Originally Posted by jellybaby
Has anyone else got the problem that when they click on the pull down lists it comes up in a funny place, not where it should?
|
I realised that the CSS changes I gave for the fixed width setup aren't really comprehensive enough. I've now got a
fixed version of the skin sorted which I should get around to releasing later today, but in the meantime I would suggest you try adding the following at the bottom of the 'additional CSS definitions' area:
Code:
/* Fix navbar pop-up menus */
#usercptools_menu, #navbar_search_menu {
margin-top: -100px;
margin-left: -160px;
}
(I can't remember if the 'Fix navbar pop-up menus' definition already exists in the full width version of the template. If so, just replace it with this.)
If that doesn't help at all you may want to work on the fixed version of the skin rather than this one, but if you've already spent a lot of time on this I'm sure we can still get everything working properly with your changes.