Not a bug  Quick Navigation Display Bug

Do you have any outdated templates?

I don't see that on my install or here.

Which browser are you using?
 
Firefox latest version, I don't think I could have any outdated templates, I'm using the default theme, just changed the colours.

Edit: Hmmm, it must be me... when making a new style, quick nav works fine.
 
If it displays correctly in a default style then it must be related to a change you've made in this style.
Is it just basic colour changes you've made, or also css and template edits?

It looks to me like you've got a transparent background.

Edit, check the jumpMenu width as that could be causing it:
Code:
.xenOverlay #jumpMenu .jumpMenuColumn {
float: left;
width: 325px;
 
That's in quick_navigation_menu.css

Can you do a search in the templates and see which css templates have been modified?
 
That template was not modified, and the code you posted was present and should be in perfect working order.

Changed width to 330px and it's fine now. Thanks Brogan.
 
Top Bottom