Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I tried like this but images sliding is not working and images are overlaping one on another.
so please get me out of this problem


XML
<script>
$(window).load(function() {
  $('.flexslider').flexslider({
    animation: "slide"
  });
});
 </script>



XML
<div class="middlediv">
        <div id="imagediv" style="float:left;">
           <ul class="middlediv">
    <li>
      <img src="Content/themes/base/images/Banner01.png" />
    </li>
    <li>
      <img src="Content/themes/base/images/Banner02.png" />
    </li>
    <li>
      <img src="Content/themes/base/images/Banner03.png" />
    </li>
    <li>
      <img src="Content/themes/base/images/Banner04.png" />
    </li>
  </ul>
</div>
Posted
Comments
ravikhoda 20-Mar-14 6:44am    
did you add jquery ui library reference in your code ?
Phani Kumar Akiri 20-Mar-14 8:44am    
How can i add jquery ui library reference to my code

I think '.flexslider' this is a class which i am not able to see in your HTML code.
Is it the same which you have written for sliding purpose.?
 
Share this answer
 
Comments
Phani Kumar Akiri 20-Mar-14 7:59am    
Yeah I used flexslider in HTML code also
ok.
Visit below link hope you will get what you are missing.

http://jsfiddle.net/xYWzU/9/[^]

http://jsfiddle.net/PrLv9/2/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900