CSS Tutorials

Browser Issues

Back to Tutorial Categories

Master Stylesheet: The Most Useful CSS Technique

One 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.
By:

Introduction to Browser-Specific CSS Hacks

A list of a few of the most common browser hacks, and how to properly apply them.
By: Trenton Moss

CSS Hacks and Issues

This article includes 8 helpful solutions which we find essential when designing with CSS
By: Solid State Group

List of CSS changes for IE7

We 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.
By: Markus Mielke

CSS Crib Sheet

You 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.
By: Dave Shea

Using Dreamweaver to check for browser CSS rendering issues

Frustrated 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.
By: Jon Varese

Beyond DOCTYPE: Web Standards, Forward Compatibility, and IE8

Two 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.
By: Aaron Gustafson

Stylize Web 10 Best Cross Browser CSS Hacks

Here is the list of 10 hand picked CSS hacks and tricks which can help you in your CSS code and also save some time.
By: Dejan Cancarevic