JavaScript and CSS - Dynamic Styles and Layers

From Techotopia
Revision as of 18:15, 17 May 2007 by Neil (Talk | contribs) (Making Basic Dynamic Style Changes using JavaScript and CSS)

Jump to: navigation, search

In the previous chapter (Understanding Cascading Style Sheets (CSS)) we learned about the basics of Cascading Style Sheets (CSS). If you are not familar with CSS it is recommened that you take some time to review the previous chapter.

In this chaptyer we will begin to explore making dynamic style changes to web page using JavaScript and CSS. We will being withj some simple change such changing the color text before moving on to more complex tasks such as hiding, showing and moving blocks of content.

Making Basic Dynamic Style Changes