Tag Archives: msie
CSS3 Box Shadow in Internet Explorer [Blur-Shadow]
For a recent project I was given the task of creating a lightbox style help dialog. The dialog was intended to highlight content of an odd or unknown size in addition to the more controlled information box. Essentially a figure in the shape of 2 adjacent rectangles of variable sizes that needed to be highlighted. The backbreaker — the 8 sided popup needed a large, opaque & diffuse drop shadow to make it stand out off the content.
This was the perfect use case for CSS box-shadow, but its also a public facing promotional site that for good reasons couldn’t just thumb its nose atMicrosoft Internet Explorer. The value proposition for any new CSS property – to make things like shadows and gradients easy to develop and manage with one rule replacing old complex solutions – is lost if you still have to code for that old complex solution juggling multiple PNG images and layering in added markup. Still, that work sounded painful to write for IE6, IE7 & IE8 as well as Firefox, Safari and Chrome so I started looking for an alternative in the proprietary MS filters which are supported in Internet Explorer 5.5 and up.
On DOM Inspecting
I’ve gushed here numerous times about the Mozilla / Firefox DOM Inspector tool and how the insights it provides into the way the page is parsed and rendered by Gecko are indispensable when building a web site. What I haven’t spent nearly enough time doing is gushing about similar tools in other browsers—specifically Internet Explorer and Safari.
Friday Link Wrapup
Because I’ve been so quiet around these parts lately here’s a big ole list of links for the web builder in you!
- Microsoft IE7 RC1 is out
- On CSS changes in IE7
- WebKit Update News talks of recent changes including ”[m]uch improved support for HTML editing”.
- John Allsopp Explains the magic of microformats at Vitamin
- Technorati wants a professional front end person
- Ma.gnolia updates their APIs, and adds support for the del.icio.us API. I can only assume someone is madly working on Flock integration as a result.
