Archive for June, 2009
Damn that IE, how to target Internet Explorer for CSS, Content and Scripts
by Paul Boutin on Jun.30, 2009, under CSS, XHTML
We were once sold on the Idea that we needed true CSS hacks to make stuff work in IE we were also sold on browser detection with JavaScript for other content.
I have been using conditional comments for years now and this may seem like old news to some, To others this is refresher.
Conditional comments can do more than allow you to serve up different CSS for specific versions you can use conditional comments for just about any type of content you want to exclude or include for various versions. Conditional comments work in IE versions 5 and newer. You can be as specific as you need to like IE 5.01 and 5.5. (continue reading…)