By teleject
Thursday, 21. February 2008, 01:09:40
CSS text shadows and background sizing
In this article Christopher Schmitt explores a couple of great new CSS design properties available in CSS3 - text-shadow for creating drop shadows, and background-size for automatically resizing background images as the browser window changes size. Exciting stuff indeed!
( Read the article )
By eestlane
Thursday, 21. February 2008, 08:21:55

This(background-size) might have an acceptable effect with svg backgrounds, I believe, as the sizing would not be blurred.
Thanks for the article, I didn't know that Opera already added support to it with prefix -o-
By Tyssen
Sunday, 24. February 2008, 23:20:04

The problem with text-shadow is that it is often used to increase the legibility of text against a background-color. I don't really see how you can bulletproof a design for browsers that don't support it. Seems to me your options are either use a method that works in all browsers or don't use it because otherwise, in most cases, having text-shadow support missing will make your content hard or impossible to read.