Jonathan: IE + Firefox --> "fixed" wird anders gezeigt - warum?

Beitrag lesen

<!--[if lt IE 7.0]>
  <style type="text/css">#logo {position:absolut; left:720px; top:0};</style>
<![endif]-->

position:absolut ist ungültig (da fehlt ein "e") und bewirkt anscheinend, dass der IE da ein display:block draus macht.