Forums

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

Home Forums CSS AnythingSlider issue in IE 6/7/8 when toggleArrows = true

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

    See new home page test in IE6, IE7, or IE8 (it works in IE9 and all other browsers). The arrows on the left and right look totally wrong. They work fine if I set toggleArrows = false, but I don’t want to do that.

    #51881
    crunch42
    Member

    That fixed half the problem. Now the arrows are not cut in half, but the parts of the arrows that use PNG shading are showing as solid black. You can’t see this in IE9, not in any of the compatibility views, only in actual IE8. Strange.

    #51840
    crunch42
    Member

    And the fix for the PNG shading turning to black if toggleArrows = true, in case it helps anyone, is to add this CSS to anythingslider.css or local to the page:

    div.anythingSlider .arrow a {
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); /* IE6 & 7 */
    zoom: 1;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.