Forums

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

Home Forums CSS Anything Slider (Div Position Image)

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #42583
    Dext3r
    Participant

    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

    #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.

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