CSS Magic
CSS Magic
Apr 23, 2016 · Frontend Development

How to Write Robust CSS Fallback Styles for Inconsistent Browsers

The article explains why CSS fallback styles should be written before ideal styles, shows the pitfalls of using IE‑specific hacks, and demonstrates a forward‑compatible ordering that works across browsers that lack RGBA support while preserving the intended translucent effect.

CSSIEfallback styles
0 likes · 5 min read
How to Write Robust CSS Fallback Styles for Inconsistent Browsers