Hi,
I need to display testimonials in a sliding way (one after another) in my website(drupal 6)....can anybody help me with this requirement????

Thank you

Recommended Answers

All 2 Replies

why don't u use jquery in html. This will help if u do not get any modules.

@vaayaa1...hey thanks..can u help me with Jquery????Coz...when I am trying the same Jquery for drupal is not working but for simple HTML working....why so???Where I am doing the mistake????
My jquery code is

<script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script>
<script src="http://bxslider.com/sites/default/files/jquery.bxSlider.min.js" type="text/javascript"></script>
<script type="text/javascript">
  $(document).ready(function(){
    $('#slider1').bxSlider();
  });
</script>

and the html part is

<ul id="slider1">
  <li>Slide one content</li>
  <li>Slide two content</li>
  <li>Slide three content</li>
  <li>And so on...</li>
</ul>

Not working in my druapl site...:(

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.