19 October 2012
9:57:am
9:57:am
Hiding images for Responsive Design
This is probably the most efficient way of hiding an image for responsive design. Tim Kadlec recently did some excellent work testing a variety of browsers and their capacity to download assets specified by media queries.
18 September 2012
9:13:pm
9:13:pm
IE6-8 Box Shadow
This tutorial uncovers a superb technique for CSS3 box-shadow in IE6-8. (The above is actually an image. Visit User Agent Man to see the CSS version)
05 September 2012
11:52:am
11:52:am
CSS Lion Notification
Some excellent techniques to take away and incorporate into your next design.
15 August 2012
11:34:am
11:34:am
Equal Width Inputs
input,
textarea {
width:100%;
-ms-box-sizing:content-box;
-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box
}
Permalink:Permalink
Tweet:
Tweet This
02 August 2012
10:08:am
10:08:am
Fluid Squares V2
A HTML5 fluid grid whose units remain square