Cross browser UI fixes

Today’s web designers facing the cross browser issues.

I am tired to fix the issues like that. long back i have created 2css style sheets.
1is for normal browsers, and another one like ie.css. its work fine. But some time have to update on the both the page, some style fixes missing (without mistake is not a perfect code right@:) ).



So found the solution like below.

Here some of the fixes:
Normal css class or id declarations goes first (this is for the all modern browser may fix), then can use the below custom codes for the ie6 /ie…

IE 6 and below
* html {}

IE 7 and below
*:first-child+html {} * html {}

IE 7 only
*:first-child+html {}