I`ve got 3 different contents of divs placed on the same position in css.
<div class="sidebanner_01">
abc
</div>
<div class="sidebanner_02">
def
</div>
<div class="sidebanner_03">
ghi
</div>
I need them to change continuously (fade between each other maybe?).
Sorry for a newbie question. jQuery can be used.
Here’s a very basic fiddle that should do what you want. Note that plugins are much better as they have much more functionality, but this should do it if you want a very basic system.
http://jsfiddle.net/r9ngh/2/