Views rotator z-index above everything else including nice menus

Microbe - September 29, 2008 - 17:17
Project:Views Rotator
Version:6.x-1.0-alpha2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Views rotator shows above nice menus no matter how high i put the z-index of the menu.
I am just not setting the z-index high enough or does something need to be changed in views rotator

#1

mfer - October 4, 2008 - 21:13
Status:active» postponed (maintainer needs more info)

This seems to be a css issue. The drop down menus can be placed on top with proper css and xhtml structure. When you place a z-index on an element are you using correct positioning (only positioned elements can take advantage of z-index)?

#2

bobkepford - January 30, 2009 - 16:45

I had this same issue with suckerfish menus and the fix was easy. I set the nested ul list in my menu css to 24 or something really high and that did the trick. Here is an example: http://statecenter.com

#3

0bar - June 12, 2009 - 14:09

I had the same problem. Rotor is 'blocking' nice menu's

I solved it by adding the following to the rotor.css

.rotor-content {
position: static !important;
}

tested in FF and IE 8

Robert

#4

jboeger - July 10, 2009 - 23:05

Hi Bobkepford,

I would like to make the fix to suckerfish (zeropoint theme) but cannot
figure out how to make your suggested fix. Your site looks great!

#5

bobkepford - July 25, 2009 - 22:43

@jboeger

Here is the code that fixed it for me.

#suckerfishmenu ul.menu ul {
  z-index: 40;
}

Hope that helps.

 
 

Drupal is a registered trademark of Dries Buytaert.