2013-11-26 4 views
0

나는이 jQuery를 밖으로 밀어 형태로 사용하고 IE7에서 작동하지 않습니다 :슬라이드 탭 양식

: IE7를 제외한 모든 브라우저에서 잘 작동

http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/

을,이 기능에 오류가 있습니다

<script type="text/javascript"> 

     $(function(){ 
      $('.slide-out-div').tabSlideOut({ 
       tabHandle: '.handle',        //class of the element that will be your tab 
       pathToTabImage: 'sites/all/themes/my_theme/images/contact_tab.gif',   //path to the image for the tab (optionaly can be set using css) 
       imageHeight: '122px',        //height of tab image 
       imageWidth: '40px',        //width of tab image  
       tabLocation: 'right',        //side of screen where tab lives, top, right, bottom, or left 
       speed: 300,          //speed of animation 
       action: 'click',         //options: 'click' or 'hover', action to trigger animation 
       topPos: '200px',         //position from the top 
       fixedPosition: true        //options: true makes it stick(fixed position) on scroll 
      }); 
     }); 

</script> 
01 :

가 언급 된 기능 라인은 "개체 기능 또는 메서드를 지원하지 않습니다"

일부 다른 스타일의 문제가있는 IE8의 모든 다른 브라우저에서도 작동하지만 jQuery는 여전히 작동합니다. 누구든지 IE7에서 어떻게 작동하는지 알 수 있습니까? 위의 예제 코드가있는 웹 사이트는 IE에서 찾을 수 있습니다. 그래서 같은 코드를 사용하고 있다면 어떻게 망가질 수 있습니까?

답변

관련 문제