Gernot Back: Scrollbar fix einblenden

Beitrag lesen

Hallo nochmal

<img src=irgendein.jpg" ID="Bild"
  STYLE="background-color: #CFCFCF; position: absolute;
         left:expression(document.body.offsetWidth/2-oDiv.offsetWidth/2)">

________________________________________________________^^^^

Da muss es natürlich auch "Bild" heißen entsprechend der vergebenen ID
also:       left:expression(document.body.offsetWidth/2-Bild.offsetWidth/2)">

Schlampig kopiert aus:

http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp?frame=true#Implement

Gruß Gernot