블로그 이미지
lahuman

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

05-21 02:30

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
  • total
  • today
  • yesterday

'드래그'에 해당되는 글 2건

  1. 2007.01.16 이미지 다시 가져오지 않게 하기

<script type="text/javascript">
(function(){

 /*Use Object Detection to detect IE6*/
 var  m = document.uniqueID /*IE*/
 && document.compatMode  /*>=IE6*/
 && !window.XMLHttpRequest /*<=IE6*/
 && document.execCommand ;

 try{
  if(!!m){
   m("BackgroundImageCache", false, true) /* = IE6 only */
  }

 }catch(oh){};
})();
</script>


이 스크립트를 넣으면 이미지를 가져오기 위해 깜빡 깜빡 거리지 않는다...^^

- 레이어 드래그시 background로 처리된 이미지를 계속 가져오기 때문에 레이어가 깜박깜박 거리때 위 스크립트를 사용하니 깔끔하게 처리가..^^



posted by 알 수 없는 사용자