css 2

TwitterFacebook
Get flash to fully experience Pearltrees
compatibility

A List Apart: Articles: CSS Sprites: Image Slicing’s Kiss of Dea

Back when video games were still fun (we’re talking about the 8-bit glory days here), graphics were a much simpler matter by necessity. Bitmapped 2-dimensional character data and background scenery was individually drawn, much like today’s resurgent pixel art. Hundreds and later thousands of small graphics called sprites were the building blocks for all things visual in a game. As game complexity increased, techniques developed to manage the multitude of sprites while keeping game play flowing. One variation saw sprites being plugged into a master grid, then later pulled out as needed by code that mapped positions of each individual graphic, and selectively painted them on the screen. And what does this have to do with the web? http://www.alistapart.com/articles/sprites
http://www.w3.org/TR/CSS2/tables.html

Tables

This chapter defines the processing model for tables in CSS. Part of this processing model is the layout. For the layout, this chapter introduces two algorithms; the first, the fixed table layout algorithm, is well-defined, but the second, the automatic table layout algorithm, is not fully defined by this specification. For the automatic table layout algorithm, some widely deployed implementations have achieved relatively close interoperability. Table layout can be used to represent tabular relationships between data.
Floatutorial takes you through the basics of floating elements such as images, drop caps, next and back buttons, image galleries, inline lists and multi-column layouts. http://css.maxdesign.com.au/floatutorial/

Floatutorial: Step by step CSS float tutorial

blueprintcss - Google Code

http://code.google.com/p/blueprintcss/ The official BluePrint CSS home page has moved to http://www.blueprintcss.org/ . On this new site you will find links to the official new source code repository, the Google Groups discussion list, and the Lighthouse bug tracker.
http://www.alistapart.com/articles/switchymclayout CSS -based liquid layout has proven successful during the reign of 800-pixel to 1024-pixel screens, but as we use a wider range of devices to access the web, we need more powerful and flexible ways of managing layout. If we want to serve devices whose viewports range from 240 pixels to about 1680 pixels—and with resolution ranging from 72 to 150 pixels per inch—we need a new method. What’s the problem with liquid layouts? If you create a liquid layout optimized for a maximum width of 1024 pixels—limiting maximum line-lengths for your text to maintain readability— gaps will appear on a wider screens, and your carefully balanced layout will break. On a tiny-screened PDA , your text and images will be compressed into a crowded content sandwich. No designer wants that.

A List Apart: Articles: Switchy McLayout: An Adaptive Layout Tec

http://www.artypapers.com/csshelppile/

CSS Help Pile: Links and Discussion About the Best CSS Resources

One of the biggest challenges when transitioning from tables to a standards-based layout is dealing with forms. But, from these challenges come many opportunities and with help from techniques like the Uni-Form you can dive right in even with little experience. Check out the related thread , too.