Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Anything Slider with Hover Navigation Above It?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34511
    frankzeye
    Member

    I have drop-downs that have hover effects that float over an instance of the Everything Slider. The drop-downs are unclickable with Everything Slider hooked up. Any idea how I can fix this?

    http://www.placementsmedia.com/home/

    #89638
    Mottie
    Member

    Hi Frankzeye!

    Try setting the z-index of the dropdowns… something like this:

    #drop-downs-box {
    margin: -52px 0 0 250px;
    position: absolute;
    z-index: 1000;
    }

    The margin and position are already part of the css, I only added the z-index.

    #89639
    frankzeye
    Member

    Mottie you rock! I tried messing with the z-index on some other divs, I guess I didn’t try the right one!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.