non so,
ho trovato questo

ie CSS-Eigenschaft position:fixed hat normalerweise beim Internet Explorer keine Auswirkung.
Mit CSS wie¶

position:absolute;
left:10px;
top:expression(body.scrollTop + 50 + “px");


kriegt man den IE aber doch dazu sich fast so zu verhalten wie anständige Browser.¶


Gefunden auf svendtofte.com.¶

ma non ho capito che è top: expression etc etc