(function(){
var el=document.getElementById("img");
var doc=document.documentElement,docBody=document.body;
var oldY=(doc.scrollTop || docBody.scrollTop) (doc.clientHeight) /2 || docBody.clientHeight/2);
(function(){
var nowY=(doc.scrollTop || docBody.scrollTop) (doc.clientHeight/2 || docBody.clientHeight/2);
oldY =(nowY-oldY)/10;
el.style.top=Math.ceil(oldY-el.offsetHeight/2) "px";
setTimeout(arguments.callee,25);
})();
})()
CSS 構文の強調表示
.hello{margin:0;padding:0;}
div{width:980px;}
PHP構文の強調表示
$tomorrow = mktime(0, 0,0,date( "m"),date("d") 1,date("Y"));
echo "明日は ".date("Y/m/d", $tomorrow);
他の言語。 。 。