- From: Jens Meiert <jens.meiert@erde3.com>
- Date: Thu, 1 Apr 2004 10:09:32 +0200 (MEST)
- To: www-style@w3.org
> @supports would allow the designer to specify an alternative:
>
> @supports(text-decoration: blink)
> { div#alert { text-decoration: blink; }
> }
>
> !@supports(text-decoration: blink)
> { div#alert
> { font-size: 85pt;
> color: red;
> background: url(animated.gif);
> }
> }
I guess that's called CSS from hell.
--
Jens Meiert
Interface Architect
http://meiert.com/
Received on Thursday, 1 April 2004 03:12:34 UTC