Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Does IE9 support color:transparent and li:nth-child(1)? Re: Does IE9 support color:transparent and li:nth-child(1)?

#121844
Paulie_D
Member

>>@Paulie_D: not sure opacity as a better browser support than transparent. Depends on what he’s planning to do with it.

I’m referencing ‘opacity’ as the 0 in RGBA and alpha in HSLA not as a CSS property.

Logically, if RGBA and HSLA are supported then transparent color is an option as

color : rgba (0,0,0,0) /* transparent text */

As you have found the KEYWORD is also supported which, I suppose was his question but it’s just shorthand for the other ways of doing it.