The CSS Opacity is the property for transparency in CSS3. Cross Browser Opacity in modern browsers it’s isn’t a problem at all. .Just use as below
.yourclass{
opacity: 0.7; //range varies from 0 to 1
}
0 is fully transparent and 1 will be not visible at all, and any values in between would be partially transparent.
But for the old browsers, we have to target each and every browser
Did this post help you?
Tutsplanet brings in-depth and easy tutorials to understand even for beginners. This takes a considerable amount of work. If this post helps you, please consider supporting us as a token of appreciation:
- Just want to thank us? Buy us a Coffee
- May be another day? Shop on Amazon using our links.
Your prices won't change but we get a small commission.
Leave a Reply