|
||||
|
LayoutOrganization | Using
Style Sheets for Consistency | Organization.
To optimize the usability of your site: pick a place for stable and repeating elements, such as logos, navigation bars, and even the bulk of the content, and keep them there. For instance, the WAC site uses the same basic layout for each page: search box at the top, home page link at the top-left, navigation bar center, and content below. Here's a sample (from the WAC Resources page): Our site uses style sheets to create "Tabs" that can be altered to indicate the current or "selected" tab. The secondary menu changes based on the selected tab. In addition, we offer a "breadcrumb" navigation, using JavaScript. Because JavaScript is not an accessible scripting method (see Scripts in this tutorial), this is a "secondary" method of navigation. All pages in our site can be accessed using the tabs. The breadcrumbs serve as an additional aid to help users understand where they are in the site and offers an alternate method of navigation. Using Style Sheets for ConsistencyIf used properly, Cascading Style Sheets (CSS) can help you create a uniform "look" for your site by defining font type, colors, and backgrounds site-wide. For more information, see the Style Sheets section in this guide. Standard Page Elements.As the Web has developed, users have come to expect certain elements on every web page they visit. Including these elements in the expected locations helps users quickly get the "lay of the land" whether they arrive at your stunning home page or via a "deep link" somewhere deep within the structure of your site. Include on every page:
Here is the HTML code used to create this search box. Simply change the URL information to your own site location:
For more information on navigation guidelines, see the WAI's Web Content Accessibility Guidelines 1.0 .
|
|
Organizing and
Naming Your Site | Layout | Header
Information | Navigation | Color
| Style Sheets | Lists
| Images and Multimedia | Image Maps | Tables
| Forms | Frames | Scripts |
Timed Response | | View the entire tutorial
in HTML format. | |