Master Stylesheet: The Most Useful CSS TechniqueOne of the most common mistakes I see beginners and intermediates fall victim to when it comes to CSS is not removing the default browser styling. This leads to inconsistencies in the appearance of your design across browsers, and ultimately leaves a lot of designers blaming the browser. It is a misplaced blame, of course. Before you do anything else when coding a website, you should reset the styling. |
Introduction to Browser-Specific CSS HacksA list of a few of the most common browser hacks, and how to properly apply them. |
CSS Hacks and IssuesThis article includes 8 helpful solutions which we find essential when designing with CSS |
List of CSS changes for IE7We are currently locking down IE7 for shipping and I wanted to give an update on the CSS work that went into IE7.In all, we made over 200 behavior changes (bug fixes or new features) under strict mode to improve CSS2.1 compliance. |
CSS Crib SheetYou will no doubt come across many quirky layout issues when building a site with CSS. You'll end up banging your head against a wall time and again. This is an attempt to make the design process easier, and provide a quick reference to check when you run into trouble. |
Using Dreamweaver to check for browser CSS rendering issuesFrustrated with pesky browser rendering bugs related to your CSS? This little article shows you how Dreamweaver can help you solve your problems quickly and efficiently. Using the new Browser Compatibility Check (BCC) feature in Dreamweaver. |
Beyond DOCTYPE: Web Standards, Forward Compatibility, and IE8Two key factors, working in concert, have made the DOCTYPE unsustainable as a switch for standards mode. This article talks about a new way, being implemented in IE8. |
Stylize Web 10 Best Cross Browser CSS HacksHere is the list of 10 hand picked CSS hacks and tricks which can help you in your CSS code and also save some time. |