Click here to Skip to main content
15,883,770 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)












I wnat the first div to show first then when the arrow is clicked it shows the next div.
Posted
Comments
Sebastiaan Meijerink 16-May-15 18:27pm    
What have you tried?
G4mm4R4y 16-May-15 23:03pm    
This site is not for people to do things for you
Completely incomplete.

1 solution

This is something you can use
HTML
<ul class="What ever class your using for slideshow">
        <li><span><p>This is a paragraph.</p></span><div></div></li>
	<li><span>
             <div style="color:#0000FF">
              <h3>This is a heading</h3>
             </div>
           </span><div></div>
       </li>

</ul>

it worked for me
 
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