css

TwitterFacebook
Get flash to fully experience Pearltrees
programming 1

html

collections 1

layout

corners

rollovers

browser_support

cursors

programming 2

programming 3

programming 4

programming 5

programming 6

programming 7

programming 8

programming 9

programming 10

collections 2

collections 3

Dead Centre

The cyan box 'horizon' is positioned absolutely 50% from the top of the page, is 100% wide and has a nominal height of 1px. Its overflow is set to 'visible'. This text is DEAD CENTRE and stays there! http://www.wpdfd.com/editorial/thebox/deadcentre4.html
http://www.featureblend.com/css-json.html

CSS JSON

Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. JSON (JavaScript Object Notation) is a lightweight data-interchange format. CSS may easily be expressed in JSON notation (CSS JSON). CSS JSON is a powerful and flexible approach allowing for inheritance and logical constructs within CSS. CSS JSON Structure
W3C Recommendation 12-May-1998 This version: http://www.w3.org/TR/1998/REC-CSS2-19980512 Latest version:

Cascading Style Sheets, Level 2

http://www.w3.org/TR/1998/REC-CSS2-19980512/
http://www.w3.org/TR/1998/REC-CSS2-19980512/about.html#q1 1.1 Reading the specification This specification has been written with two types of readers in mind: CSS authors and CSS implementors. We hope the specification will provide authors with the tools they need to write efficient, attractive, and accessible documents, without overexposing them to CSS's implementation details. Implementors, however, should find all they need to build conforming user agents . The specification begins with a general presentation of CSS and becomes more and more technical and specific towards the end.

About the CSS2 Specification

Horizontal Rules and CSS.::. Blakems.com

The other day my fellow co-worker, Cameron , and I were discussing what the best way to style the hr tag? I usually try to use a div if I just need a line for presentation. But what if I need to style an hr that is used on an existing site. http://www.blakems.com/experimental/hr/
http://dev.fyicenter.com/faq/css/css_multiple_element_formatting_rules.php

CSS Tutorials - Understanding Multiple Element Formatting Rules

Home >> Tutorials/FAQs >> CSS Tutorials >> Index CSS Tutorials - Understanding Multiple Element Formatting Rules By: FYICenter.com Part: 1 2 3 4 5 6 7
Apart from Floats , the CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why your CSS-rules don’t apply to some elements, although you think they should have. In order to minimize the time for bug hunting you need to understand, how browsers interpret your code. And to understand that, you need to have a firm understanding on how specificity works . In most cases such problems are caused by the simple fact that somewhere among your CSS-rules you’ve defined a more specific selector.

CSS Specificity: Things You Should Know | CSS | Smashing Magazin

http://coding.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/
http://coding.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/ The concept of floats is probably one of the most unintuitive concepts in CSS. Floats are often misunderstood and blamed for floating all the context around it, causing readability and usability problems. However, the reason for these problems isn’t the theory itself, but the way the theory is interpreted – by developers and browsers. Still, if you take a closer look at the float theory, you’ll find out out that it isn’t that complex as it appears to be. Most related problems are caused by the older versions of (take a guess) Internet Explorer. If you know the bugs, you can control the way information is presented in a more sophisticated, profound way.

CSS Float Theory: Things You Should Know | CSS | Smashing Magazi

Powerful CSS-Techniques For Effective Coding | CSS | Smashing Ma

Sometimes being a web-developer is just damn hard. Particularly coding is often responsible for slowing down our workflow, reducing the quality of our work and sleepless nights with pizza and coffee laying around the laptop. Reason: with a number of incompatibility issues and quite creative rendering engines it sometimes takes too much time to find a workaround for some problem without addressing browsers with quirky hacks. And that’s where ready-to-use solutions developed by other designers come in handy. One year ago we’ve published the post with 53 CSS-Techniques You Couldn’t Live Without where we provided references to the most useful CSS-techniques which are often used in almost every project. Over the last year we’ve been observing what’s happening with the CSS-based web-development, and we collected most useful CSS-techniques we’ve stumbled upon — for us and for our readers. http://coding.smashingmagazine.com/2008/02/21/powerful-css-techniques-for-effective-coding/