Kopieren Sie den Code -Code wie folgt:
<!
<html xmlns = "http://www.w3.org/1999/xhtml">
<kopf>
<meta http-äquiv = "content-type" content = "text /html; charset = utf-8" /> />
<title> Seitenvertreter Werbung </title>
<Style type = "text/css">
#Show {Breite: 100px;
</style>
<script type = "text/javaScript">
Window.onscroll = window.onResize = window.onload = function () {{)
var odiv = document.getElementById ("show");
var stop = document.documentElement.scrolltop || document
v
Varm Mid = (Chight -odiv.offseteight) / 2;
// Odiv.Style.top = ParseInt (Stop + Mid) + "PX";
// Tatsächlich kennen die Hauptbrowser nur das Folgende, wenn das Urteilsvermögen
if (if (navigator.appversion.indexof ("msie 6")> -1) {
odiv.style.top = parseInt (stop + mid) + "px";
} Anders {
odiv.style.top = Mid + "px";
}
}