Forums

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

Home Forums CSS CSS3 Opacity Right To Left Re: CSS3 Opacity Right To Left

#137746
__
Participant

[MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/opacity) is a great reference.

However, `opacity` is not for backgrounds – it’s for the entire element. And, if you want a gradient (e.g., “from left to right”), you should look at [gradients](https://developer.mozilla.org/en-US/docs/Web/CSS/gradient).