I have trouble getting my Super Fish-block in front of others blocks. See my Attachment. I have tried to change it in style.css in the Fusion Core, but it did not work. Some good ideas? Use this theme a lot now :-)
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | superfish-menu.jpg | 5.39 KB | Ole Martin |
| superfish-menu-1.PNG | 6.65 KB | Ole Martin |
Comments
Comment #1
Ole Martin commentedIt's the same problem with Nice Menu. I have tried to sett z-index in nice_menus.css to 9999
Comment #2
ajross commentedYou might try setting it for different elements within the menu block and see what happens. What was the exact CSS that you tried?
Comment #3
Ole Martin commentedI want first to fix this in Superfish, but there is no CSS file. So when I do something in the theme, but what and where?
Comment #4
Ole Martin commentedNew picture
Comment #5
Ole Martin commentedAny help for this?
Comment #6
chilledweb commentedWe were looking for a good place to put this out there .. something we struggled with for a little while.
We had a region where we'd put a superfish menu and it looked like the z-index wasn't working.
It was actually the region had {overflow:hidden} ... changed it to {overflow:visible} and that resolved the issue.
Hope that helps someone.
Thanks
The ChilledWeb team
Comment #7
ajross commentedThanks for posting your solution.