Is it possible to change an element’s background RGBA’s alpha without actually changing the color?
Or setting the color without overriding the alpha?
Prefferably cross-browser and without Javascript.
I can do it obviously by specifying the rgba color but I’d like to do classes for each %10 of transparency, and be able to set any color.
Thanks 🙂
In your CSS stylesheet:
And so on…