Shift In Thinking

It's okay if a design looks slightly different in one browser than it does in another. Once the designer and decision makers accept this, and embrace it, it's then that the concept of progressive enrichment can be fully leveraged.

Handcrafted CSS by Dan Cederholm

/* CSS */ div#shift { border: 4px solid #bbb; border-left: 0; border-top: 0; } .boxshadow div#shift { -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.3); box-shadow: 4px 4px 4px rgba(0,0,0,0.3); border: 0; /* don't forget to get rid of the border too */ } /* Don't forget to use Modernizr (http://modernizr.com) :-) */