Making your website compatible with a wide range of browsers is probably the hardest task of a front-end developer. To make your coder life easier, here is 15+ tools and techniques for crossbrowser CSS development. Part 1 – Techniques Of course, efficient crossbrowser CSS development starts with techniques and good practices. In the first part [...]
Archive for the ‘Cross-browser’ Category
19 Apr
Cross-browser JavaScript
Actually it’s not usually the JavaScript itself that causes the problem (though there are different versions, which we’ll mention later), it’s references within the code to elements and properties of the Document Object Model (DOM) that cause everything to go wrong. These references come into play when JavaScript is used for DHTML. You’ll find a [...]
19 Apr
10 Tips for Building Cross-browser Websites
10 useful tips to ensure your Web pages look good across all browsers and attract more visitors. In theory, building a Web page is simple: Throw together some HTML, test it in your browser, and upload. HTML and CSS are standards, so a page tested in one browser should look the same in all other [...]