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!
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | languagedropdownProblem.jpg | 73.01 KB | moonlight-mazen |
| view.PNG | 357.59 KB | Corbey | |
| normal.PNG | 569.55 KB | Corbey |
Comments
Comment #1
mehrpadin commentedHey 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.
Comment #2
Corbey commentedIt'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!
Comment #3
moonlight-mazen commentedI 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
Comment #4
mehrpadin commented