
CSS
Get flash to fully experience Pearltrees
Published by Chris Coyier I admittedly don't think about this idea very often... how efficient is the CSS that we write, in terms of how quickly the browser can render it? This is definitely something that browser vendors care about (the faster pages load the happier people are using their products). Mozilla has an article about best practices . Google is also always on a crusade to make the web faster.
Efficiently Rendering CSS
CSS Layout - 100% height
We have been publishing articles about CSS3 for a while now, and we keep receiving angry e-mails from some developers who complain that it doesn’t make sense to use CSS3 today. Yes, Internet Explorer doesn’t support most CSS3 properties. And yes, CSS3 vendor prefixes are bad for maintainability (and this is why we recommend extracting vendor prefixes in a separate CSS3 file). But it’s OK to accept that Web is a dynamic medium, and it’s OK to create rich, interactive, beautiful designs for those who are already using a modern browser or will be using one soon.
Start Using CSS3 Today: Techniques and Tutorials - Smashing Coding
Powerful New CSS Techniques and Tools - Smashing Coding
Need a cool hover effect for something on your site? Look no further! We’ve created several custom examples that you can view live for inspiration.
5 Cool CSS Hover Effects You Can Copy and Paste
CSS3 Patterns Gallery
Amazing CSS3 techniques you should know
Color animate any shape with CSS3 and a PNG Let’s start this compilation with an interesting effect created using only CSS3: A png image with a changing background. The background is using CSS3 transitions.Vitaly Friedman's The Web Developer's Handbook creativity | css galleries & showcases | color tools | color schemes, palettes | color patterns | fashion: colors selection | color theory | royalty free photos | css daily reading | web design daily reading | css layouts | css navigation menus | css techniques | css: software & Firefox Extensions | css-web-tools & services |
Web Developer's Handbook | CSS, Web Development, Color Tools, SEO, Usability etc.
Getting to Work with CSS3 Power Tools
Multi-column layout
Home / CSS3 Previews / Multi-column layout W3C offers a new way to arrange text “news-paper wise”, in columns. Multi-column layout is actually a module on its own.Floats are one of the most basic tools for structuring a web page using CSS. They’re both one of the very first things that we learn about and one of the last things that we truly master. Today’s article looks at some of the reasons that floats are pretty lame and takes a look at a number of alternative layout systems, some of which are still under development but may one day represent the standard for CSS-based layout. A Tale of Tables Once upon a time, web designers used HTML tables to accomplish complex page layouts.
Farewell Floats: The Future of CSS Layout
Published by Chris Coyier I recently noticed a subtle and nice effect in the Google Chrome UI. As you mouse over inactive tabs, they light up a bit, but also have a gradient highlight that follows your mouse as you move around on them.
Moving Highlight
Most designers and web developers only scratch the surface of the potent language that is CSS. In terms of programming languages, CSS has a fairly simple learning curve. That doesn’t mean that CSS isn’t a powerful language . Sometimes it’s the small things that make a huge difference in a website design. In this post we’re going to outline 10 awesome CSS techniques for web developers who know their stuff.
10 Challenging But Awesome CSS Techniques
File inputs ( <input type="file" /> ) are the bane of beautiful form design . No rendering engine provides the granular control over their presentation designers desire. This simple, three-part progressive enhancement provides the markup, CSS, and JavaScript to address the long-standing irritation. Before we get down to the nitty gritty details, check out the demo or, if you’re a Mint user, check out your settings page in the Mint Account Center (requires login).

