seriously guys. i wasted like a day on it. how do i use jscrollpane in wordpress? is it possible, i am using the no conflict mode as well. it works in normal html, but not in a php page of wordpress. i put the right stuff in the header, i put in
this is my code
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/jScrollPane.css" type="text/css" media="screen"/>
this is my code
<script type="text/javascript">
jQuery(document).ready(function($){
$(".scroll-pane").({showArrows:true,scrollbarWidth:31});
$("#main-body").css({'width':'475px'});
// Add Scroller Object
$jScroller.add("#updates","#scroll","up",4,true);
// Start Autoscroller
$jScroller.start();
});
</script>