Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.16 KB

2008-10-25-206.md

File metadata and controls

29 lines (23 loc) · 1.16 KB
date layout slug title tags location geo
2008-10-25 22:55:00 UTC
post
206
New on this blog: degraded experience for IE6
ie6
filter
gray
blog
Rusholme Park Crescent, Toronto, Canada
43.652095
-79.428583

A list apart was probably one of the first feeds I added to my RSS reader, and up until this day I enjoy reading the high quality articles.

Just last Tuesday they published an article around progressive enhancement with css, which covered a rather funny example from Andy Clarke's site, which is completely black and white in IE6, along with modified low-fi images.

I couldn't resist doing this myself as well, so if you hit this site using IE6 now this is how it will look like:

IE6!.

The code:

<!--[if lte IE 6]>
  <style type="text/css"> body { filter: gray(); } </style>	
<![endif]-->