The Div Tests : Exploring CSS

Div Test 01 : Exposing The CSS
The purpose of this test was to help me understand positioning as well as other CSS techniques.
Click on a div element to view the CSS for that element. Uses javascript and CSS.

Test Begin Date: April 02, 2007
Test End Date: NA

Div Test 02 : Lighting The Divs
One night driving home I had an idea of trying to create a row of hidden divs that would be 'lit' one by one with a specified delay of time between them.
This will use 'display: hidden' on the divs. Three elements of JavaScript will be needed: a timer element, a loop to count through the divs and a toggle to show/hide them.
After each div is 'lit' a trigger is activated which 'shuts off' the previous div.

Test Begin Date: April 02, 2007
Test End Date: NA