Forums

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

Home Forums JavaScript anything slider script Problem in IE6

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #33766
    vaklove
    Participant

    hi, i added anything slider javascript.its works fine all latest version of like firefox ,safari,chrome ,opera and IE.
    i had a problem in IE6 look the height of the image slider.
    here is my site link http://www.1-800-optisource.com
    please guys help me out what the problem in ie6

    Thanks

    #84444
    Mottie
    Member

    Hi Vaklove!

    Sadly (not really), I don’t have IE6 on my computer so I wouldn’t be able to test out the problem you are having. But, maybe try including the panel dimensions in the css

    #slider1, #slider1 .panel {
    position:relative;
    height:282px;
    width:760px;
    margin:0;
    padding:0;
    }

    If it’s still not working, then it is most assuredly a css problem. If your client insists that it works in IE6… show them this site LOL. If it still doesn’t work, then honestly try an older version of AnythingSlider – I think 1.3 was working in IE6, but don’t take my word on that – get it here.

    #84527
    vaklove
    Participant

    hi Mottie
    Thanks for reply but still not working .

    #84533
    Mottie
    Member

    What exactly isn’t working? Is it a css problem or something more serious?

    #85409
    vaklove
    Participant

    it is css problem .slider height is not working.

    #85423
    vaklove
    Participant

    height of this div is in FF and Chrome is works fine but when you run on ie 6 its takes height:”2842px”

    #85518
    Mottie
    Member

    Hmm, are all of the images lined up correctly inside the panel? Maybe try adding this css:

    .anythingSlider, .anythingWindow, .anythingBase, .anythingBase li {
    height: 282px !important;
    }

    It’s not ideal, but as I said before I really don’t care about IE6 and I don’t plan on installing it on my computer.

    #85526
    vaklove
    Participant

    it’s works. Thanks very much.i appreciated ..

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