Forums

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

Home Forums Other Problem Viewing Slider on Different Browsers ! Can’t get it to work properly..

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42796
    newBluez
    Participant

    IF anyone knows how this can be solved i’d be really grateful :)

    When i try ” http://www.leogym.com ” on Safari browser, the Slider looks fine.
    but, on Chrome and Opera & Firefox it’s not !!!

    Thanks for any help!
    appreciated.

    #124957
    chrisburton
    Participant

    On `#loopedSlider` you need to add `margin: 0 auto;` and give the navigation links a higher z-index.

    #looperSlider {
    margin: 0 auto;
    }

    .next, .previous {
    position: relative;
    z-index: 5;
    }

    result: http://cloud.chrisburton.me/image/3U4720341A09

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