
CSS
Get flash to fully experience Pearltrees
An Introduction To LESS, And Comparison To Sass - Smashing Magazine
Stop Making Sprites (Compass, Sass, and PNG Sprite Generation) | Viget Inspire
Don’t use IDs in CSS selectors? ❧ Oli.jp (@boblet)
The 30 CSS Selectors you Must Memorize | Nettuts+
Twice a month, we revisit some of our readers’ favorite posts from throughout the history of Nettuts+. This tutorial was first published in November, 2010. So you learned the base id , class , and descendant selectors – and then called it a day? If so, you’re missing out on an enormous level of flexibility. While many of the selectors mentioned in this article are part of the CSS3 spec, and are, consequently, only available in modern browsers, you owe it to yourself to commit these to memory. Let’s knock the obvious ones out, for the beginners, before we move onto the more advanced selectors.CSS3 Solutions for Internet Explorer - Smashing Magazine
Experienced developers understand that CSS3 can be added to new projects with progressive enhancement in mind . This ensures that content is accessible while non-supportive browsers fall back to a less-enhanced experience for the user. But developers could face a situation where a client insists that the enhancements work cross-browser , demanding support even for IE6.Sass
CSS - Contents and compatibility
The clearfix hack is a popular way to contain floats without resorting to using presentational markup. This article presents an update to the clearfix method that further reduces the amount of CSS required. The “micro clearfix” method is suitable for modern browsers and builds upon Thierry Koblentz’s “clearfix reloaded” , which introduced the use of both the :before and :after pseudo-elements. Including the :before selector is not necessary to clear the floats, but it prevents top-margins from collapsing in modern browsers. This ensures that there is visual consistency with IE 6/7 when zoom:1 is applied. However, there are circumstances in which IE 6/7 will not contain the bottom margins of floats within a new block formatting context.
A new micro clearfix hack – Nicolas Gallagher
CSS3

