Tiny JavaScript Solves Cross-Browser Stylesheet Woes
Writing cross-browser CSS is a complicated and difficult process. While modern browsers behave in similar, standards-compliant ways, older browsers don’t. That means, at some point, you’re probably going have to resort to some hacks. We’ve outlines some possible solutions — like using a CSS “reset” file, but there are plenty of cases where that isn’t […]