Couldn't find an answer to this. If it's been posted already, please point me in the right direction.

This is a confusing one. In IE I noticed that the drop down menus were being hidden under the main body of the page. This css fixed the problem:

.sf-menu,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 99999 !important;
}

But then I realised that for all the views on my site, the problem was still there. What do I need to do to make this fix work for views pages as well? Any help would be massively appreciated!

CommentFileSizeAuthor
#3 languagedropdownProblem.jpg73.01 KBmoonlight-mazen
view.PNG357.59 KBCorbey
normal.PNG569.55 KBCorbey

Comments

mehrpadin’s picture

Hey John,

Views pages shouldn't be any different, may I take a look at it? you can email me the URL if it's online.

Corbey’s picture

It's an intranet and can't put online unfortunately. I'll strip down the content and put something up for you to look at.
Thanks for helping!

moonlight-mazen’s picture

StatusFileSize
new73.01 KB

I have the same problem but using the new drop down language switcher 7.x

any help would be appreciated

p.s: I tried the z-index thinging but it didnt work

mehrpadin’s picture

Category: bug » support
Status: Active » Closed (works as designed)