Cascading Style Sheets
Resources and articles about cascading style sheets.
-
Cascading Style Sheets - Archive
-
Resources and articles about cascading style sheets.
-
Proposed Guideline: Structural Elements - Naming Convention
-
During July 2006, the Office of the Chief Information Officer (OCIO) developed a guideline for a naming convention for the structural elements of a web page (cascading style sheets) that they hope will be taken up by developers across the Victorian State Government to provide structure and consistency when constructing web pages.
-
Q&A: A Little Something You Need to Know About Duplicate Content and CSS
- by Stoney deGeyter. Search Engine Guide, April 22, 2009. "My last three posts covered a variety of questions regarding keyword usage, links and website architecture. In this post I'll address the final question that has to do with the visual display of your pages, duplicate content and CSS..."
-
Box Model and Advanced Layout: CSS3 Working Drafts
- W3C, 9 August 2007. "The CSS Working Group released two updated Working Drafts for the Cascading Style Sheets (CSS) language Level 3. The CSS basic box model describes the basic layout of textual documents in visual media. The CSS3 Advanced Layout Module defines visual order independent of document order, position and alignment of user interface widgets, and page and window grids..."
-
CSS Cheat Sheet: Inheritance, Cascade, Specificity
- By Zoe Gillenwater. Community MX, August 9, 2007. "Even seasoned CSS developers need a quick refresher course in CSS concepts and techniques from time to time. This CSS Cheat Sheet is designed for just that need. Use it as a reference on topics that you've already learned about in-depth but need a few reminders on. If you're still a beginner to CSS, use it to learn the nuts and bolts of working with CSS, then use our other articles, listed at the end of this one, to extend your learning and practice your new skills. This Cheat Sheet reviews how the fundamental CSS concepts of inheritance, cascading and specificity work..."
-
CSS 2.1 Is a Candidate Recommendation
- W3C, 19 July 2007. "W3C is pleased to announce the advancement of Cascading Style Sheets (CSS) 2.1 to Candidate Recommendation. Implementation feedback is welcome through 20 December. CSS is one of the Web's most widely implemented languages. By separating the presentation of style from the content of documents, CSS simplifies Web authoring and site maintenance. CSS 2.1 is derived from and is intended to replace CSS Level 2. A snapshot of usage, the specification brings the language in line with implementations, fixes errata and adds a few highly requested features including the inline-block value for the display property, the color orange and the values pre-wrap and pre-line for the white-space property..."
-
Web Design 101: Positioning
- By Tommy Olsson. Digital Web Magazine, April 16, 2007. "Any cascading style sheets (CSS) newbie will have heard about it, right? CSS positioning - absolute this and relative that. Perhaps you have some vague idea about what it is, but are afraid to try it yourself..."
-
Working Draft: CSS3 Text
- W3C, 6 March 2007. "The CSS Working Group has released a Working Draft of CSS Text Level 3. Formerly titled the CSS3 Text Effects Module, the draft is part of the Cascading Style Sheets (CSS) language Level 3 and addresses white space, line breaks, word boundaries, text wrapping, alignment, justification and spacing..."
-
How to Use CSS for Search Engine Optimization
- By Mikhail Tuknov. Webreference.com, 2 January 2007. "... Another major benefit of CSS is that it makes your Web site SEO friendly. The reason behind this is simple. Search engines spiders are actually lethargic. They don't go through the bundles of HTML code to get to the indexed codes. Font tags and tables make HTML code cumbersome, and thus reduce the accuracy of the results. If you use external CSS files to determine the design attributes, the HTML code will be clean and will create better search engine rankings..."
-
Switchy McLayout: An Adaptive Layout Technique
- by Marc van den Dobbelsteen. A List Apart Magazine, December 19, 2006. "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..."
-
Adobe tackles browser incompatibilities
- Adobe Systems is launching a Web site that documents browser incompatibility issues in Web development, by Paul Krill (InfoWorld). Computerworld, 15 December 2006. "Honing in on browser incompatibility issues in Web development, Adobe Systems is launching CSS Advisor, a Web site that documents these problems and offers solutions. The site is geared to users of Cascading Style Sheets (CSS) and features best practices for Web page development..."
-
CSS Mobile Profile: Working Draft
- W3C, 8 December 2006. "The CSS Working Group released a Working Draft of CSS Mobile Profile 2.0. This subset of Cascading Style Sheets (CSS) 2.1 is a baseline for implementations of CSS on constrained devices like mobile phones, written to ensure interoperability and for alignment with OMA's Wireless CSS Specification 1.1..."
-
Last Call: CSS 2.1
- W3C, 6 November 2006. "The CSS Working Group has published a Last Call Working Draft of Cascading Style Sheets, level 2 revision 1 (CSS 2.1). Comments are welcome through 7 December. CSS 2.1 is derived from and is intended to replace CSS2. A snapshot of CSS language usage, the specification adds a few highly requested features, fixes errata and brings CSS2 in line with implementations..."
-
Last Call: CSS Print Profile
- W3C, 13 October 2006. "The CSS Working Group has released a Last Call Working Draft of CSS Print Profile. This subset of the Cascading Style Sheets (CSS) language works with the XHTML-Print Recommendation for printing to low-cost devices. It satisfies print and display needs in the absence of a printer-specific driver and where variability in the formatting of the output is acceptable. An extension set provides stronger layout control for the printing of mixed text and images, tables and image collections. Comments are welcome through 20 November..."
-
12 Lessons for Those Afraid of CSS and Standards
- by Ben Henick. A List Apart Magazine, 26 September 2006. "There are plenty of excellent books and articles out there, including many written by the contributors to this publication. While most of those works gracefully walk the inexperienced developer through challenging layouts and teach by literal example, few of them acknowledge that using CSS to create standards-friendly sites requires a mindset that is alien to many experienced developers. This requirement hamstrings a lot of talented people, and for two years I've been looking for the words that will heal their pain. The cries of frustration I hear from other developers about CSS are only an echo of the ones I made for years. As a result I like to think that I can relate, and I'm writing to convey the most important lessons I've learned so far..."
-
Browser Support for CSS
- By Kynn Bartlett. Webreference.com, 12 September 2006. "CSS rules are always interpreted by Web browsers, just as the HTML pages those rules style are interpreted. The HTML and CSS standards give specifics on how browsers should display those rules - but they're not always followed. To design pages with CSS, you not only need to know the standards, as presented in the CSS specification, but also understand how browsers' quirks and flaws will affect your Web design results..."
-
Text-Resize Detection
- by Lawrence Carvalho, Christian Heilmann. A List Apart, September 12, 2006. "When you design for the web, you don’t know what software people will use to experience your site, and you don’t know what capabilities your users (and their software) have. Flexible layouts and resizable type can eliminate a lot of worst-case usability and design scenarios, but it’s still extremely difficult to create page layouts that don’t break even if the user increases the type size by more than a few settings. Stick around and we’ll give you a way to detect your visitors’ initial font size setting - and a way to find out whenever your visitor increases or decreases the font size. Why would you want to know these things? Because with this knowledge in hand, you can create a set of stylesheets that adapt your pages to the users’ chosen font sizes, preventing overlapping elements and other usability and design disasters..."
This category last updated: 12 August 2005