Grab Modernizr for a start, which uses selectivizr . I believe!
For Lee, I would use
li{ display: inline-block;
Duplicate fields: fix those that have IE conditional style sheet OR html5boilerplate
Most other elements will depend on the type of display
For CSS3, maybe use CSSPie
Cleans:
:after{ content: '.'; clear:both; visibility: hidden; *zoom:1; height:0; display:block; }
Some other problems are fixed quite easily!
For screen width use% instead of PX for more control
source share