Closed (fixed)
Project:
Views Slideshow
Version:
6.x-2.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2010 at 03:46 UTC
Updated:
12 Jan 2011 at 20:20 UTC
Jump to comment: Most recent file
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