Forums

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

Home Forums CSS Opacity Re: Opacity

#124516
TheDoc
Member

It’s used as a fallback for browsers that don’t support rgba.

Normally it would look something like this:

background: white; /* < IE9 */
background: rgba(255,255,255,0.6);