Transitional CSS and JavaScript Strategies
␡
- A Tabbed Interface
- Project 12: Transitional CSS and Javascript Strategies
- Creating the Base Graphics for the Tabs and Assembling the Tab Table
- Planning the Project and Dividing It into Logical Modules
- Creating the XHTML Base
- Creating the Main CSS Stylesheet (common.css)
- Creating the Supplemental CSS Style Rules (advanced.css)
- Creating the Basic Document Object Creation Script (docobj.js)
- Creating the Tab Navigation Script (tabs.js)
- Modifying the XHTML Markup to Call the Functions
Page 1 of 10
Next >
Explore some ways of creating web sites that take advantage of the CSS and JavaScript capabilities of modern browsers, while still accommodating older browsers.
This chapter is from the book
"In life, always do right. This will gratify some people and
astonish the rest."
Mark Twain
A Tabbed Interface
Creating web sites that take advantage of the CSS and JavaScript capabilities of modern browsers, while still accommodating older browsers, is a headache faced by every site creator. In this project we'll explore some ways of dealing with this issue.
Page 1 of 10
Next >