RE: Useragent Rules in CSS

> @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