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.
![]()
Any idea how to fix it?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | zindex.png | 73.26 KB | drupal4u.org |
| #1 | menu.png | 8.92 KB | krabat |
Comments
Comment #1
krabat commentedComment #2
drupal4u.org commentedI 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
Comment #3
nickdickinsonwilde