Google Chrome Frame IE update

Google Chrome Frame IE update

8 comments

On September 22, 2009, Google released an early version of Google Chrome Frame, an open source plug-in that brings HTML5 and other open web technologies to Internet Explorer. What exactly does Google Chrome Frame do? Well it allows you to render web pages in IE using Chrome’s rendering engine, WebKit. You’ll be able to use [...]

CSS text shadow

CSS text shadow

No comments

CSS 3 has an interesting text property named text-shadow, which allows you to add a drop shadow to your text.Unfortunately and predictably not all browsers support this property. Today we will see which browsers do support text-shadow and to what extent. Let’s have a look at the syntax proposed by the W3C: h1 { text-shadow: [...]