Common CSS hack summary tables in various browsers in Windows
1. the browser version in this summary table is:
Microsoft Systems: IE6, IE7, and IE8
Firefox: Firefox 3.6.6
Safari: safari 5.0
Google Chrome 6.0.458.1 Dev
Operabrowser: Opera 10.60
2. Most CSS hack is modified based on selector {property: value.
Selector represents the CSS selector, property represents the CSS feature, and value represents the feature value.
3. FF stands for Firefox, CH stands for chorme, SA stands for Safari, OP stands for opera
4. Q stands for quirks mode, and S stands for standards mode.
5. the number in the hack type column refers to the list number in the preceding CSS hack implementation method.
1 means "using the same browserCode", 2 refers to the hack implemented in the extended style specific to Firefox or WebKit.
CSS hack compatibility list (IE6-IE8, Google, Firefox browser and other mainstream browser compatibility list)
The three principles of CSS hack must be followed. CSS hack is a trick to solve compatibility problems only when there is no way. It is a way to solve compatibility problems by using compatibility problems. Don't use it whenever there is a compatibility problem. Always remember to get rid of the problem fixed with CSS hack.