Your Web News in One Place

Articles by CSS Tricks from April 2011

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
< Return to CSS Tricks details.
08:05 pm GMT - Fri, April 29, 2011
CSS Tricks Twitter Account(s)
The point: on Twitter I'm @chriscoyier. If you prefer a stream of links from CSS-Tricks only, you can follow @real_css_tricks....
07:14 pm GMT - Wed, April 27, 2011
CSS Tricks Responsive Data Tables
Tables of data can only squish horizontally so far, so they can be a pain to browse on small screens (like mobile devices) where you may need to scroll both horizontally and vertically to browse the i...
05:14 am GMT - Tue, April 26, 2011
CSS Tricks New Poll: Working Enviornment
The new poll (in the sidebar) asks:In what environment do you primarily work?I've worked from home for a lot of years but that will soon be changing. I'm interested to know the environment readers...
05:14 am GMT - Tue, April 26, 2011
CSS Tricks New Poll: Working Environment
The new poll (in the sidebar) asks:In what environment do you primarily work?I've worked from home for a lot of years but that will soon be changing. I'm interested to know the environment readers...
05:05 am GMT - Tue, April 26, 2011
CSS Tricks CSS Gradients from Image
Nicole Sullivan thinks "wouldn't it be a nice if there was a tool to convert an image of a gradient into CSS code?" The community responds with some newly-created tools to do just that. I couldn't...
05:36 pm GMT - Sun, April 24, 2011
CSS Tricks CSS Stress Testing
Bookmarklet from Andy Edinborough which analyzes your page by removing class names one by one from all elements and testing the pages scroll performance. In other words, if you are having trouble scro...
07:09 pm GMT - Fri, April 22, 2011
CSS Tricks Poll Results for Conditional Comments
How did people respond when asked if they wanted the power to serve content conditionally to any browser? The results are pretty interesting......
06:32 pm GMT - Thu, April 21, 2011
CSS Tricks Fun With Blurred Text
We'll cover how to blur text with CSS3 and do it safely by feature-detecting first. Then we'll do a bunch of experiments with individual letter blurring and also some clever jQuery which gives us deep...
06:11 pm GMT - Thu, April 21, 2011
CSS Tricks CSS vs CSS3
Trent Walton designs a website then codes it up two ways: new school CSS3, and old school image slicing with no CSS3. Going new school meant 1) he could do it faster 2) the page size was smaller 3) le...
05:09 pm GMT - Thu, April 21, 2011
CSS Tricks Micro Clearfix
Nicolas Gallagher challenges some old assumptions about what's needed to make the pseudo element style "clearfix" work.Direct Link to Article — PermalinkAdvertise here with BSA...
05:01 pm GMT - Thu, April 21, 2011
CSS Tricks 39 Box Shadows, No Good Reason
Except it's the best reason of all: HOT CSS NERD ACTION.Direct Link to Article — PermalinkAdvertise here with BSA...
05:18 pm GMT - Wed, April 20, 2011
CSS Tricks The Difference Between :nth-child and :nth-of-type
These are different pseudo class selectors that do slightly different things. In my opinion, :nth-child is more common but :nth-of-type is more useful....
04:10 pm GMT - Mon, April 18, 2011
CSS Tricks Faking "~float: center' with Pseudo Elements
Using a couple of floated pseudo elements on the elements containing columns of text, we can knock out a part in the middle making it look like text is wrapping around an image both directions....
08:07 pm GMT - Fri, April 15, 2011
CSS Tricks CSS Gradient Patterns Gallery
Gradient wizard Lea Verou compiles all her crazy I-didn't-know-that-was-possible patterns into one library with easy to snag code samples. Make sure to click the patterns for full screen view.Direct L...
06:40 pm GMT - Wed, April 13, 2011
CSS Tricks Value Bubbles for Range Inputs
HTML5 range inputs, in supported browsers and by design, don't show the user the actual value they are submitting. If you want to use the cool slider, but show the value, you'll have to do that yourse...
12:43 am GMT - Wed, April 13, 2011
CSS Tricks IE 10
Right on the heels of IE 9's release, there is already a platform preview for IE 10 (video).Awesome: Flexbox, Grid, Multi-column, Gradients, (and soon), Transitions and 3D TransformsNot awesome: No te...
03:53 pm GMT - Tue, April 12, 2011
CSS Tricks Front End Design Conference
July 22, 2011 - St. Petersburg, Florida. This is the third year going. Two years ago, I spoke at the first one which was my first "real" speaking gig ever. This year I'll be talking CSS, which, strang...
02:02 am GMT - Tue, April 12, 2011
CSS Tricks :any()
Marco Kuiper with some real world examples of how the :any() selector (already live in Firefox 4 and WebKit nightlies) can clean up otherwise clunky selectors.Direct Link to Article — Permalink...
09:32 pm GMT - Mon, April 11, 2011
CSS Tricks Play Sound on :hover
Use JavaScript to trigger the playing of a sound (an HTML5 audio element). A couple of ways to do it are presented here, along with a few gotchas to watch for....
05:18 am GMT - Sun, April 10, 2011
CSS Tricks WhatFont Bookmarklet
Oooh that's a nice looking font!Click bookmarkletHover over fontFont name knowledge acquired.Direct Link to Article — Permalink...
02:56 am GMT - Fri, April 8, 2011
CSS Tricks The Cicada Principle
So there is this bug... also prime numbers... and... just read it it's really neat and has practical web design implications.Direct Link to Article — Permalink...
03:44 pm GMT - Tue, April 5, 2011
CSS Tricks What if there was no position: static;?
A fun thinking exercise for CSS nerds! What if all elements defaulted to relative positioning instead? What are the advantages, disadvantages, and caveats to consider......
03:55 pm GMT - Mon, April 4, 2011
CSS Tricks Reveal a Background Image upon Text Selection
Highlight text, reveal an actual image beneath! Not possible with the text selection pseudo class, but is possible by wrapping selected text in spans via an open source JavaScript library and adding t...
01:07 am GMT - Sun, April 3, 2011
CSS Tricks Glowform
Super hot color gradient glowing action by Kayla Rose.Direct Link to Article — Permalink...
01:06 am GMT - Sat, April 2, 2011
CSS Tricks Absolutely Positioned Textareas
Snook reminds us we can set the top/left (or bottom/right) when absolutely positioning textareas, but not all four values (which cannot out-force the width/height).Direct Link to Article — Perma...
12:57 am GMT - Sat, April 2, 2011
CSS Tricks Griddle
Get a gridded up background-image on-the-fly....
11:00 am GMT - Fri, April 1, 2011
CSS Tricks Speed Up with CSS3Gradients
This article was originally published on March 2, 2010. It is now updated to include the latest browser support and syntaxes.Safari 4+, Chrome 1+, Firefox 3.6+, and Opera 11.10+ ar...