Tag: Css3

19 October 2012
9:57:am

Hiding images for Responsive Design

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

IE6-8 Box Shadow

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)

Permalink:Permalink
Tweet: Tweet This
Tags:
05 September 2012
11:52:am

CSS Lion Notification

CSS Lion Notification

Some excellent techniques to take away and incorporate into your next design.

15 August 2012
11:34:am

Equal Width Inputs

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
    }

02 August 2012
10:08:am

Fluid Squares V2

Fluid Squares V2

A HTML5 fluid grid whose units remain square