【英文】HTML的IE优化

Preface

Simulate the rendering method of specifying the IE kernel version using IE8 dedicated tags.

Use the highest version of the IE kernel

1
<meta http-equiv="X-UA-Compatible" content="ie=edge">

Use the IE7 kernel

1
<meta http-equiv="X-UA-Compatible" content="EmulateIE7">

Complete

References

博客园——一直在飞 (Cnblogs - Always Fly)