Copier le code du code comme suit:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<adal>
<meta http-equiv = "content-type" content = "text / html; charset = utf-8" /> />
<Title> Publicité de la carte latérale </TITAL>
<Style type = "text / css">
#Show {largeur: 100px;
</ style>
<script type = "text / javascript">
Window.onscroll = window.onresize = window.onload = function () {{)
var odiv = document.getElementById ("show");
var stop = document.DocumentElement.ScrollTop ||
V
varm mid = (cheight -odiv.offsetheight) / 2;
// odiv.style.top = parseInt (stop + mid) + "px";
// En fait, les principaux navigateurs ne connaissent que ce qui suit si le jugement
if (if (navigator.appversion.indexof ("msie 6")> -1) {
odiv.style.top = parseInt (stop + mid) + "px";
} Autre {
odiv.style.top = mid + "px";
}
}