Tag:
sheets
Archive
Iterative Design — The Power of Cascading Style Sheets
Sheets for Prototyping is an essential tool for designers. The ability to take a vision, quickly mock it up, and present it for critique and evaluation is critical to developing quality, usable designs.
Prototypes are most valuable when teams can iterate quickly. Taking an idea, trying it out, discovering flaws, modifying the design, and trying it out again is the essence of an iterative approach to design.
Archive
Watermarks with Cascading Style Sheets
In the print industry the sign of quality paper is a company watermark or brand emblem. This same effect can be achieved for your company's web site using CSS. This effect is compatible only with MIE4+ and NS6.1+. Older browsers will simply not render the watermark.
Archive
Cascading Style Sheets and Absolute Positioning
...can they really be used to your advantage in optimizing your web pages?
Archive
Cascading Style Sheets (CSS); Formatting Lists
This article will show you how you can change the style of individual lists, all lists on your page, and all lists on your entire web site by changing just a few things on your style sheet.
Archive
Cascading Style Sheets (CSS); Backgrounds (part 2 of 2)
Part 1 focused on the many ways to specify web page backgrounds with CSS. This part 2 addresses these subjects: The background of divisions of the web page, within DIV tags.
The background of tables.
The background behind sections of text content.
The background behind INPUT and TEXTAREA form elements.
The background behind ordered and unordered lists.
Archive
Cascading Style Sheets (CSS); Learning More
In the "Cascading Style Sheets (CSS) -- Getting Started" article, the first in this series, you learned how to use an external style sheet. You simply include one line of code on your pages to affect the entire page with the style specified in that external style sheet.
Archive
Cascading Style Sheets (CSS); Colorful Forms
If your web page forms are boring, you can spruce them up.
In this article you'll learn how to make your forms stand out from the crowd and/or to make one of your form fields stand out from the rest of your form.
Archive
Cascading Style Sheets (CSS); Backgrounds (part 1)
Background colors and images can be used for stylistic effects and can be an important element in the design of web sites.