Accessibility and Cascading Style Sheets
An essay from an accessibility class, on the use of CSS to increase access to a page.
Bartlett, Kynn. HTML Writers Guild (1999). Design>Web Design>Accessibility>CSS
This document summarizes the features of the Cascading Style Sheets (CSS), level 2 Recommendation ([CSS2]) known to directly affect the accessibility of Web documents. Some of the accessibility features described in this document were available in CSS1 ([CSS1]) as well. This document has been written so that other documents may refer in a consistent manner to the accessibility features of CSS.
Sometimes we have to use pop-ups — so we might as well do them right. This article will show you how to make them more accessible and reliable while simplifying their implementation.
Chassot, Caio. List Apart, A (2004). Design>Web Design>Accessibility>CSS
Alter Table Row Background Colors Using JavaScript
Many sites that present tabular data use alternating background colors to increase the readability of that data. And as I developed a site, I realised I wanted to do that, too. The problem? In my case the table was not generated by a server side application or script of which you can find numerous examples on the Web.
Svanberg, Kennet. SitePoint (2005). Design>Web Design>CSS>DHTML
Learn how to lay out and format your forms with the power of CSS.
Moss, Trenton. Webcredible (2004). Design>Web Design>CSS
You can't always count on having a professional designer around to resize and position your images for you, but you'd rather your page layout didn't look like it was created by orangutans. Harvey Kane builds a script that makes your life easier.
Kane, Harvey. List Apart, A (2006). Design>Web Design>Document Design>CSS
Avoid Edge Cases by Designing Up Front
Better planning and a beefed-up style guide may be exactly what you need to avoid markup derangement or, worse, a dysfunctional product.
Henick, Ben. List Apart, A (2006). Design>Web Design>Project Management>CSS
Background Positioning vs. Centered Elements
When the browser is told to center a background image within that container, it has to decide where the actual center lies. In the case of an odd total pixel width, the browser must select one side or the other of the central odd pixel as the "center" of the container.
Bergevin, Holly and John Gallant. Position is Everything (2006). Design>Web Design>Document Design>CSS
A Backward-Compatible Style Sheet Switcher
You asked for it, you’ve got it: an Open Source alternate Style Sheet switcher that even works in Netscape Navigator 4.
Ludwin, Daniel. List Apart, A (2002). Design>Web Design>CSS>DHTML
As more Web designers begin transforming their sites from the tables-fonttags-single-pixel-gifs concoctions to stripped-down CSS chic, more observers are asking the questions: if the promise of CSS and standards was liberation from the tyranny of warring browser lords, why do all the CSS designs look the same? If this is the radical shift that will allow the Web to realize its potential, why does it appear so dull? Implicit in these questions is an increasing consensus that, in the words of Chris Casciano, 'Your CSS Bores Me'.
Kaminski, Chuck. Western Civilization (2004). Design>Web Design>CSS
Breaking up is hard to do. But in web design, separation can be a good thing. Content, style, and behavior all deserve their own space. One of the greatest advantages to designing with Cascading Style Sheets is the potential for separation of style and content.
Keith, Jeremy. List Apart, A (2006). Design>Web Design>CSS
HTML elements can be displayed either in block or inline style. The difference between these is one of the most basic things you need to know in order to use CSS effectively.
Hunt, Ben. Web Design From Scratch (2006). Design>Web Design>HTML>CSS
Bulleted Lists: Multi-Layered Fudge
A passion for web standards can become a broken heart when effects that are easy to achieve with table layouts seem to defy the earnest CSS- and markup-conscious designer. Fortunately, new ALA author Nandini Doreswamy loves a challenge. Here she shows how to create two columns of bulleted lists in the flow of text.
Doreswamy, Nandini. List Apart, A (2005). Design>Web Design>CSS
CSS oder Cascading Stylesheets zeigt auf, was alles möglich ist im Bereich dieser Formatierung. Es werden Befehle für CSS 1 und CSS 2 behandelt und mit Beispielen erklärt.
Schwarz, René. Talky.de (2001). (German) Resources>Web Design>Standards>CSS
Web authors gain unprecedented control over the look of documents with Cascading Style Sheets (CSS). This section contains a list of articles that are available for CSS in Microsoft Internet Explorer.
Microsoft (2000). Design>Web Design>CSS
A collection of almost two hundred online resources about cascading style sheets.
A collection of tutoirals to inform those using Cascading Style Sheets to design websites.
Pozadzides, John and Liam Quin. Web Design Group, The. Design>Web Design>CSS
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. Tutorials, books, mailing lists for users, etc. can be found on the 'learning CSS' page.
Style Sheets allow you to control the rendering, e.g. fonts, colors, leading, margins, typefaces, and other aspects of style, of a Web document without compromising its structure. CSS is a simple style sheet mechanism that allows authors and readers to attach style to HTML documents. It uses common desktop publishing terminology which should make it easy for professional as well as untrained designers to make use of its features. Visual design issues, such as page layout, can thus be addressed separately from the web page logical structure.
Internet.com (2001). Design>Web Design>CSS
Cascading Style Sheets - An Overview
The commercialisation of the Web led to demands for advanced formatting control. Netscape and Internet Explorer quickly became the dominant Web browsers. Each had different ways of handling advanced formatting. Cascading Style Sheets are an attempt to return to structural markup by separating format from content.
Soltys, Keith. IRTC (2001). Design>Web Design>CSS
Discusses the history, purpose, and limitations of Cascading Style Sheets.
Williams, Jocelyn Crump. Intercom (2004). Design>Web Design>CSS
Cascading Style Sheets (CSS) Tutorial 
Cascading Style Sheets (CSS) were introduced by the World Wide Web Consortium to help determine the layout of an HTML document. Removing the formatting from the HTML document allows you to quickly apply a style to a whole site, rather than going through each document and changing the tags that represent the style. It also means that the content of the HTML document isn't bloated by extra information about how data is to be presented. The current specification for using style sheets, Cascading Style Sheets, level 2, may be found at the World Wide Web Consortium's site. Cascading Style Sheets, level 3 is currently available in its draft version.
Cascading Style Sheets Tutorial 
The Cascading Style Sheets standard returns some control of style to web authors. HTML describes only the structure of information. CSS, though incompletely implemented as yet, adds a style sheet where an author can specify fonts, colors, margins, alignments, indentations, and other elements for any HTML tag or class of tag. Our presentation demonstrates CSS, describes the CSS language, and surveys browser support for CSS to introduce this already-useful addition to HTML.
Jackson, Ken and Sonya E. Keene. STC Proceedings (1999). Design>Web Design>CSS
Cascading Style Sheets Tutorial
A brief introduction to CSS that will allow you to find out what style sheet are, and what they can do for your pages.
PageResource.com (2001). Design>Web Design>CSS
Cascading Style Sheets Tutorial 
The Cascading Style Sheets standard returns some control of style to web authors. HTML describes only the structure of information. CSS, though incompletely implemented as yet, adds a style sheet where an author can specify fonts, colors, margins, alignments, indentations and other elements for any HTML tag or class of tag. An introduction to CSS shows the status of the CSS standard and various browser implementations, how to generate HTML and style sheets, the use of CSS compared to PDF, and the role of style sheets in HTML Help.
Jackson, Ken and Sonya E. Keene. STC Proceedings (1998). Presentations>Web Design>CSS
There are 14 readers currently online: 1 registered user and 13 guests. Register.

![]()
![]()


![]()
![]()
![]()