We're a community of 1077K IT Pros here for help, advice, solutions, professional growth and fun. Join us!
1,076,414 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Start New Discussion Reply to this Discussion

Text slider module for drupal 6

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

2
Contributors
2
Replies
16 Hours
Discussion Span
9 Months Ago
Last Updated
3
Views
phpHelp
Newbie Poster
23 posts since Jul 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0

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

vaayaa1
Newbie Poster
7 posts since Aug 2012
Reputation Points: 0
Solved Threads: 2
Skill Endorsements: 0

@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...:(

phpHelp
Newbie Poster
23 posts since Jul 2012
Reputation Points: 0
Solved Threads: 1
Skill Endorsements: 0

This article has been dead for over three months: Start a new discussion instead

Post: Markdown Syntax: Formatting Help
 
You
View similar articles that have also been tagged:
 
© 2013 DaniWeb® LLC
Page rendered in 0.0588 seconds using 2.69MB