Forums

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

Home Forums CSS DIV Opacity issue Reply To: DIV Opacity issue

#204152
Shikkediel
Participant

You could use rgba (or hsla) :

#element {
background: rgba(0,0,0,0.6);
}