테스트 사이트 - 개발 중인 베타 버전입니다

제이쿼리를 이용해서 PNG이동 및 투명도를 조정하면 익스에서 이미지 ㅔ두리에 검정색이 생깁니다.

제이쿼리를 이용해서 PNG이동 및 투명도를 조정하면 익스에서 이미지 테두리에 검정색이 생깁니다.
해결방법 아시는분 계시나요?

그나마 아래코드를 사용하면 검정테두리는 없어지는데.. 데신 이미지 영역 일부가 소실되서 ㅠㅠ
<style type="text/css">
img{
    background: transparent; 
    -ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)”; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); 
    zoom: 1;
}
</style>

회원님들의 따뜻한 답변 부탁드립니다 ㅠ

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 3개

gif 쓰시면 안되나요? 꼭 png 를 쓰셔야 하는 이유가....

http://stackoverflow.com/questions/1251416/png-transparency-problems-in-ie8

여기에 제시되어 있는 해결책들을 하나씩 적용해 보시면서 가장 적합한 해결책을 고르시는 것은 어떨까요?
-PHP스쿨 펌-

구글링 해보니 jquery fadein fadeout ie7,8 bug 라고 나오네요...ㅠ 버그인가봐여

원문

As you know, IE6 has bug that can't display semi-transparent PNG file without using non-standard style like filter. In IE7, this problem is fixed. But It still has some bug about PNG file. It can't correctly display fading semi-transparent PNG file. You can clearly see it when you use show/hide function in jQuery with semi-transparent PNG file. The background of image is displayed with non-transparent black color.
jquery 최신버전으로 하니 자로디네요 ㅠ
답변달아주신 두분 감사드립니다^^

게시판 목록

프로그램

글쓰기