treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Anything Slider (Div Position Image)

  • Hi, alright so i'm using the "Anything Slider" added some content in it. Now what i want is to position a image inside the slider using

      <div id = "one-six">
    
    #one-six
      {
      position: absolute;
      width: 866px;
      height: 35px;
      top: 50px;
      left: 120px;
      background-image:url(images/six.png);
      background-repeat: no-repeat;
      }
    

    Here's the issue, the image goes behind the slider and i really have no idea why.

  • Without a link, my guess is that you need to adjust the z index