“Browser Control” can be one of the toughest and most frustrating aspects of building a website with CSS. The good news is it doesn’t have to be. Using the right tools and knowing what to avoid, your life can much easier building cross browser compatible websites.
This will be the first of a two part series about “Browser Control” using CSS. Can every aspect be covered in a two part series? No, but what I will cover in this series are some simple tips and tools that will dramatically reduce your intake of Advil for those brutal headaches that some browsers cause (I won’t name names).
The first part will discuss the universal selector tool. It is simple to use, takes about 10 seconds to implement in your style sheets and creates an even playing field when it comes to elements in your html document.
Here it is:
*{}


