FamFamFam CSS image sprites

FamFamFam CSS image sprites

No comments

Hi guys. I bet most of you have heard of CSS sprites and their benefits. If not, I’ll give you a crash course in sprites. An image sprite is basically a matrix of images.You take a bunch of images and merge them into one. Then you use CSS background-position to control which part of the [...]

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: [...]