I have a slideshow at the top of the body of my page in a block, but when a user drops down a menu above it, the text in the slideshow appears over the menu and makes it hard for them to select.

Only local images are allowed.

Any idea how to fix it?

CommentFileSizeAuthor
#2 zindex.png73.26 KBdrupal4u.org
#1 menu.png8.92 KBkrabat
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

krabat’s picture

FileSize
8.92 KB
drupal4u.org’s picture

FileSize
73.26 KB

I had a similar problem with images from the slideshow. I think you can solve the problem easily by increasing the "z-index" value of your menu (see example as attachment). The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order.

For detailed instructions:

http://www.drumal.net/howtos/views-slideshow-hiding-menu-how-solve-problem

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)