2012-01-13 3 views
0

전시회 표시 영역에 대해 다음 페이지에서 jScrollPane을 추가했습니다 : http://mmicet.yazminmedia.com. 그러나, 나는 뭔가 잘못한 것 같고 스크립트가 나를 위해 작동하지 않습니다.jScrollPane이 작동하지 않지만 오류가 표시되지 않습니다.

<link type="text/css" href="css/jquery.jscrollpane.css" rel="stylesheet" media="all" /> 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> 
<script type="text/javascript" src="includes/js/jquery.mousewheel.js"></script> 
<script type="text/javascript" src="includes/js/jquery.jscrollpane.min.js"></script> 
<script type="text/javascript" id="sourcecode"> 
$(function() { 
    $('.scroll-pane-before').jScrollPane(
     { 
      showArrows: true, 
      arrowScrollOnHover: true, 
      verticalArrowPositions: 'before', 
      horizontalArrowPositions: 'before' 
     } 
    ); 
}); 
</script> 

을 그리고이 스크립트가 사용되는 곳이다 :

내가 내 머리 지역에있는 것입니다 내 코드를 검사 할 때

<p class="tradeshow scroll-pane-before"> 
tradeshow infotradeshow infotradeshow info 
tradeshow infotradeshow infotradeshow info 
tradeshow infotradeshow infotradeshow info 
tradeshow infotradeshow infotradeshow</p> 

, 나는 어떤을 보이지 않아요 오류.

누구나 무슨 일이 일어나고 있는지 아이디어가 있습니까?

감사합니다.

답변

0

jScrollPane은 측면에 지정된 다른 클래스 속성에서 제대로 재생되지 않습니다. 일단 코드를 수정하면 :

<p class="scroll-pane-before"> 

시작되었습니다.