Return to Snippet

Revision: 52547
at October 26, 2011 05:22 by richbdesign


Initial Code
<div id="outerbiggraphic">
<h2 class="cycle1">Some text will go here.</h2>
</div>

Initial URL


Initial Description
The outer div will have a background graphic that will change after some amount of time (a simple fade will do). At the same time there is an h2 element inside the div. The class of the h2 and text will need to change at the same time as the background. There will be 4 or 5 changes and the cycle will only happen once, landing on the last group and staying there until the page is refreshed.

Initial Title
Jquery HTML Setup

Initial Tags


Initial Language
HTML