Needs review
Project:
Rotating Banner
Version:
7.x-7.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2011 at 15:56 UTC
Updated:
23 Oct 2011 at 16:05 UTC
Jump to comment: Most recent file
Comments
Comment #1
mjohnq3 commentedFirebug shows the z-index for the slideshow in that block as 13. Try lowering it and see what happens. Here's more info on z-index: https://developer.mozilla.org/en/Understanding_CSS_z-index/Adding_z-inde...
Comment #2
tamsoftware commentedHi !
Thanks for the reply.
Following your comment, I see that each slide has its own z-index, counting down from 12 to 1 and the whole block has 13.
Nowhere in the Rotating Banner code itself is the z-index mentioned, however I find it quite a number of times in the JQuery.Cycle.js element, apparently referencing the css' z-index.
From what I understand now, I need to "feed" a starting z-index to the JQuery.Cycle plugin via css. I'll dive into its code and will report.
Thanks !
Franck Horlaville
TAM Software
Comment #3
tamsoftware commentedSolved !
Modify sites/all/modules/rotating_banner/rotating_banner.css and add z-index: 0; as such:
.rotating-banner .rb-slides {
/* border: 1px dashed #aaa; */
height: auto;
overflow: hidden;
position: relative;
width: auto;
z-index: 0; /* this is the add */
};
Then clear all caches !!!!! (important lol)
Thanks
Comment #4
tamsoftware commentedHere's the patch file
Franck Horlaville
TAM Software
Comment #5
kinetic commentedI'm currently using Bartik Plus and having issues similar to TAM above with regard to my drop down menu floating behind my rotating banner slider. However, I created my banner with "Views" at the top of my content block. I understand that modifying "z-index" will do the trick, but does anyone know which file and elements to make the modification.
Thanks.
Comment #6
kinetic commentedFound the alternate solution via modifying the z:index in Bartik Plus "menu_style.css"