Hack IE 7

Hack IE7 : Beautiful design and doesn't look different in different browser is important for all professional web developer. The new popular browser from Microsoft is well known and many people use it. But sometime you might see the different design in IE7 that can be the effect to your professional website. This tip from thecsstip is Hack IE 7. I hope it can help you to make your site perfect! Let's start.

See in IE6 and below.
* html {}

See only in IE7
*:first-child+html {}

See only in modern browser but not IE7
html>/**/body {}

See the example



Click to see html file