========= CSS ========= @charset "UTF-8" background: #FFDDFF url(../images/xxx.gif) no-repeat center; background-position: 20px 20px; margin: 0px auto; border: solid 1px; border-color: #FF5555; display: block; text-indent: -9999px; margin: 10px 10px 10px 10px; a:hover; float: left; .c-both{ clear: both; }
line-height: 135%; font: 15px/1.6 Arial, Helvetica, sans-serif; color: #FF0000; /* 文字 赤 */ filter: alpha(opacity=15); /* IE */ -moz-opacity:0.15; /* Firefox Netscape */ opacity: 0.15; /* Opera Safari */ background: url(---),url(----); background-repeat: no-repeat; no-repeat; background-position: 10px 30px, 100px 30px; ======== php ============ ======== mysql =========== C:\mysql\bin mysql; showdatabases; ======== javascript ============ textContent innerHTML getElementById(" ") document.getElementById("id名").innerHTML = "xxxxx"; var image=new Array(); action="#" parseFloat() document.getElementById("start").onclick = function(){ .disabled = "true"; /*無効*/ .disabled = ""; /*有効*/ .disabled = true; /*無効*/ .disabled = false; /*有効*/ var timer1=setTimeout("xxx(),300); clearTimeout(timer1); eval() 〜〜 ======== Tom Cat ============= localhost:8080 ======== Canvas ============= get.ConText("2d"); fillRect clearRect beginPath(); moveTo(100,100); lineTo(200,200); stroke(); arc(120,120,100,0,Math.PI*2,true);