After upgrading to views slide show 6.x-2.0, the drop down menus from the marinelli theme became hidden behind the slide show banners. please see attached image. Any ideas how to fix this?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | vss_hiding_menu2.JPG | 98.39 KB | tborrome |
| vss_hiding_menu.JPG | 85.89 KB | tborrome |
Comments
Comment #1
tborrome commentedhere's a clearer screen shot.. is there a way to bring the banner behind the menus? this was working fine in beta2.
Comment #2
redndahead commentedYou need to up the z-index on the menu or lower the z-index on the slideshow using css.
Something like
#your-menu-id {
z-index: 20;
}
Comment #3
tborrome commentedhi, thanks for the response.
what css files do i make these changes on?
thanks!
Comment #4
redndahead commentedLooking at your site it seems you would need to add
But looking at your site it seems to look like it's working. I'm using Firefox 3.6 and Google Chrome
Did you get it fixed?
Comment #5
redndahead commentedMarking as fixed.
Comment #6
tborrome commentedsorry for the late response .. no its not working, i had to revert back to the old beta2 version for it to work.
where do i add this? what file?
#plinks {
z-index: 5;
}
thanks
Comment #7
redndahead commentedAdd it in layout.css found in sites/default/themes/marinelli/
There is
add
I upped it to 20 because the slideshow uses 15.
Comment #8
redndahead commentedMarking as fixed.
Comment #10
sedos commentedHi, I'm new to drupal, I have a little problem with Marinelli theme, I would hide the rotating banner on the pages as in the demo they have on the following link.
http://marinelli.netsons.org/node/31
Thanks in advance.
Comment #11
redndahead commentedPlease open a new issue.
Comment #12
redndahead commented