Einzelnen Beitrag anzeigen
Alt 07.11.2006, 19:02   #4
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Netter bug.
1. Möglichkeit: Auf IE7 warten (sollte sehr bald kommen) und hoffen das es besser wird.
2. Möglichkeit: Eine style anweisung in einem conditional comment:
Code:
<!--[if gte IE 5.5]>
<![if lt IE 7]>
<style type="text/css">
/*Bugfix fuer IE*/
img.hatbug {
  position: relative;
  left: 1px;
}
</style>
<![endif]>
<![endif]-->
jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten