몇가지 섞어봤습니다.
"M$", "불여우.." 모두 잘 되구요. Mac에서는 "Mac용 M$ El(5.2)"에서는 죽어도 안되는군요. "Mac 사파리"는 잘됩니다.
============================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Top으로 </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script language="JavaScript">
<!--
function back_top() {
x = document.body.scrollLeft;
y = document.body.scrollTop;
step = 2;
while ((x != 0) || (y != 0)) {
scroll (x, y);
step += (step * step / 100);
x -= step;
y -= step;
if (x < 0) x = 0;
if (y < 0) y = 0;
}
scroll (0, 0);
}
//top 버튼 용 레이어 생성
var verticalpos="frombottom";
document.write('<div style="z-index:0; width:100%; height:0px; position:absolute; display:block;">');
document.write(' <table width="900" height="0" border="0" align="center">'); // FIXED시킬 내용의 가로폭
document.write(' <tr>');
document.write(' <td>');
document.write(' <div id="divStayTopLeft" style="z-index:0; width:55px; height:13px; position:relative; display:none;">');
document.write(' <layer id="divStayTopLeft">');
document.write(' <img src="btn_top_001.gif" width="42" height="18" border="0" onClick="javascript:back_top();" onFocus="this.blur()" style="cursor:pointer;">');
document.write(' </layer>');
document.write(' </div>');
document.write(' </td>');
document.write(' </tr>');
document.write(' </table>');
document.write('</div>');
function TopDiv(path) {
var objTop = document.getElementById("divStayTopLeft");
objTop.style.display = "block";
var startX = 860; //X축 위치
startY = 100; //브라우저 하단에서의 위치
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id) {
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x;this.style.top=y;};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function() {
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : document.body.scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("divStayTopLeft");
stayTopLeft();
}
//-->
</script>
</head>
<body onload="TopDiv();">
<table width="900" height="0" border="1" align="center">
<tr>
<td>
내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>
</td>
</tr>
</table>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
"M$", "불여우.." 모두 잘 되구요. Mac에서는 "Mac용 M$ El(5.2)"에서는 죽어도 안되는군요. "Mac 사파리"는 잘됩니다.
============================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> Top으로 </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<script language="JavaScript">
<!--
function back_top() {
x = document.body.scrollLeft;
y = document.body.scrollTop;
step = 2;
while ((x != 0) || (y != 0)) {
scroll (x, y);
step += (step * step / 100);
x -= step;
y -= step;
if (x < 0) x = 0;
if (y < 0) y = 0;
}
scroll (0, 0);
}
//top 버튼 용 레이어 생성
var verticalpos="frombottom";
document.write('<div style="z-index:0; width:100%; height:0px; position:absolute; display:block;">');
document.write(' <table width="900" height="0" border="0" align="center">'); // FIXED시킬 내용의 가로폭
document.write(' <tr>');
document.write(' <td>');
document.write(' <div id="divStayTopLeft" style="z-index:0; width:55px; height:13px; position:relative; display:none;">');
document.write(' <layer id="divStayTopLeft">');
document.write(' <img src="btn_top_001.gif" width="42" height="18" border="0" onClick="javascript:back_top();" onFocus="this.blur()" style="cursor:pointer;">');
document.write(' </layer>');
document.write(' </div>');
document.write(' </td>');
document.write(' </tr>');
document.write(' </table>');
document.write('</div>');
function TopDiv(path) {
var objTop = document.getElementById("divStayTopLeft");
objTop.style.display = "block";
var startX = 860; //X축 위치
startY = 100; //브라우저 하단에서의 위치
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id) {
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x;this.style.top=y;};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function() {
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : document.body.scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("divStayTopLeft");
stayTopLeft();
}
//-->
</script>
</head>
<body onload="TopDiv();">
<table width="900" height="0" border="1" align="center">
<tr>
<td>
내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>내용<br>
</td>
</tr>
</table>
</body>
</html><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 130 | 20년 전 | 4013 | ||
| 129 | 20년 전 | 2952 | ||
| 128 | 20년 전 | 3692 | ||
| 127 | 20년 전 | 3533 | ||
| 126 | 20년 전 | 3784 | ||
| 125 | 20년 전 | 8603 | ||
| 124 | 20년 전 | 2607 | ||
| 123 | 20년 전 | 3759 | ||
| 122 | 20년 전 | 3218 | ||
| 121 | 20년 전 | 2620 | ||
| 120 | 20년 전 | 2679 | ||
| 119 | 20년 전 | 2594 | ||
| 118 | 20년 전 | 2868 | ||
| 117 |
|
20년 전 | 3070 | |
| 116 | 20년 전 | 5329 | ||
| 115 | 20년 전 | 3935 | ||
| 114 | 20년 전 | 4984 | ||
| 113 | 20년 전 | 6226 | ||
| 112 | 20년 전 | 7331 | ||
| 111 | 20년 전 | 18444 | ||
| 110 | 21년 전 | 6883 | ||
| 109 | 21년 전 | 2893 | ||
| 108 | 21년 전 | 4148 | ||
| 107 |
prosper
|
21년 전 | 2511 | |
| 106 |
prosper
|
21년 전 | 4328 | |
| 105 |
아우겐나이스
|
21년 전 | 2925 | |
| 104 | 21년 전 | 2273 | ||
| 103 | 21년 전 | 2485 | ||
| 102 | 21년 전 | 2270 | ||
| 101 | 21년 전 | 2588 | ||
| 100 | 21년 전 | 1765 | ||
| 99 | 21년 전 | 1579 | ||
| 98 | 21년 전 | 1626 | ||
| 97 | 21년 전 | 2144 | ||
| 96 | 21년 전 | 1894 | ||
| 95 | 21년 전 | 2390 | ||
| 94 | 21년 전 | 3574 | ||
| 93 | 21년 전 | 1572 | ||
| 92 | 21년 전 | 1767 | ||
| 91 | 21년 전 | 3190 | ||
| 90 | 21년 전 | 2350 | ||
| 89 | 21년 전 | 3186 | ||
| 88 | 21년 전 | 2877 | ||
| 87 | 21년 전 | 3303 | ||
| 86 | 21년 전 | 5150 | ||
| 85 | 21년 전 | 2534 | ||
| 84 | 21년 전 | 4835 | ||
| 83 | 21년 전 | 2515 | ||
| 82 | 21년 전 | 3129 | ||
| 81 | 21년 전 | 7642 | ||
| 80 | 21년 전 | 3840 | ||
| 79 | 21년 전 | 3218 | ||
| 78 | 21년 전 | 4703 | ||
| 77 | 21년 전 | 2912 | ||
| 76 | 21년 전 | 6229 | ||
| 75 | 21년 전 | 4478 | ||
| 74 | 21년 전 | 5796 | ||
| 73 | 21년 전 | 3636 | ||
| 72 | 21년 전 | 5978 | ||
| 71 | 21년 전 | 3129 | ||
| 70 | 21년 전 | 2858 | ||
| 69 | 21년 전 | 2648 | ||
| 68 | 21년 전 | 2454 | ||
| 67 | 21년 전 | 2663 | ||
| 66 | 21년 전 | 2684 | ||
| 65 | 21년 전 | 3794 | ||
| 64 | 21년 전 | 2836 | ||
| 63 | 21년 전 | 2466 | ||
| 62 | 21년 전 | 2275 | ||
| 61 | 21년 전 | 3092 | ||
| 60 | 21년 전 | 3142 | ||
| 59 | 21년 전 | 2527 | ||
| 58 | 21년 전 | 2600 | ||
| 57 | 21년 전 | 2983 | ||
| 56 | 21년 전 | 2342 | ||
| 55 | 21년 전 | 2772 | ||
| 54 | 21년 전 | 2140 | ||
| 53 | 21년 전 | 2368 | ||
| 52 | 21년 전 | 2713 | ||
| 51 |
prosper
|
21년 전 | 2361 | |
| 50 |
prosper
|
21년 전 | 2182 | |
| 49 | 21년 전 | 2195 | ||
| 48 | 21년 전 | 2351 | ||
| 47 | 21년 전 | 1947 | ||
| 46 | 21년 전 | 1936 | ||
| 45 | 21년 전 | 2140 | ||
| 44 | 21년 전 | 2375 | ||
| 43 | 21년 전 | 4588 | ||
| 42 |
prosper
|
21년 전 | 2720 | |
| 41 |
prosper
|
21년 전 | 2122 | |
| 40 | 21년 전 | 2187 | ||
| 39 | 21년 전 | 2158 | ||
| 38 | 21년 전 | 2432 | ||
| 37 | 21년 전 | 2578 | ||
| 36 | 21년 전 | 1785 | ||
| 35 | 21년 전 | 4087 | ||
| 34 | 21년 전 | 3861 | ||
| 33 | 21년 전 | 3001 | ||
| 32 |
prosper
|
21년 전 | 2914 | |
| 31 | 21년 전 | 5299 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기