I want to fade 3 or more statements out and in, indefinitely. Here is the code:
<div class= "background">
<h6>
<div id="one">This is the first statement</div>
<div id="two">This is the second statement</div>
<div id="third">You get the point</div>
</h6>
</div>
I worded the question wrong: I want #two
to replace #one
and #three
to replace #two
and #one
to replace #three
so on. And yeah i did look all over the place. Geez sorry for needing help.