IE Filter Antialiasing problem

后端 未结 3 1342
暗喜
暗喜 2021-01-17 04:17

So i have a page with a bunch of images. And I have a function which fades out these layers using IE\'s opacity filter through javascript.

Now when

3条回答
  •  礼貌的吻别
    2021-01-17 04:48

    1. You have to define the background on each element, there's no getting round that as far as I am aware. You could do this with css, something like

      .mydiv p {background:#fff}

    2. Using 1x1 px background causes repeating issues. Using 2x2 px does not.

提交回复
热议问题