CSS IE - Internet Explorer 6, 7, 8 und 9 Hack
Mit folgendem CSS Hack spricht man NUR den IE 8 an:
- margin-top: 90px \9
Hier also die “\9″.
Noch mal alle IE Hacks:
- Normal (FF): margin-top: 90px;
- IE 6: _margin-top: 90px;
- IE 7: *margin-top: 90px;
- IE 8: margin-top: 90px \9; oder \0/
- IE 9: margin-top: 90px \9; oder \0/
In wie weit das nun sauber ist, ist jedem selbst überlassen