IE7의 DHTML관련 문제점들
개발 :
2007/04/01 03:44
바로 전 포스트에서 소개드린 글을 보면 IE7의 DHTML관련 문제점 에 대한 예기도 있는데 아래는 그부분을 발췌한 내용입니다. 참고하세요^^
+ Can’t set opacity on any div that contains <input
type=”text”/> or <textarea/> without getting nasty visual
artifacts in the text field.
+ Must use the AlphaImageLoader if we want opacity to apply to a div and all its children.
+ AlphaimageLoader must have its src property set to the URL of an image to prevent a red x/missing image icon from appearing
+ AlphaimageLoader does not send onload/error events - instead we have to use the img tag mentioned above
+ IE 7 still has memory leaks for apps loaded in iframes
+ Empty divs with style.backgroundColor set appear ~10px tall unless they contain an img (for less than 2px tall) or have style.fontSize = ‘0px’ applied.
+ IE does not support ' when setting a div’s innerHTML property
+ IE does not send onclick/onmouse* events for divs without a blank image attached
이올린에 북마크하기
이올린에 추천하기



댓글을 달아 주세요