몇가지 섞어봤습니다.
"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년 전 | 3974 | ||
| 129 | 20년 전 | 2916 | ||
| 128 | 20년 전 | 3652 | ||
| 127 | 20년 전 | 3467 | ||
| 126 | 20년 전 | 3733 | ||
| 125 | 20년 전 | 8568 | ||
| 124 | 20년 전 | 2592 | ||
| 123 | 20년 전 | 3735 | ||
| 122 | 20년 전 | 3195 | ||
| 121 | 20년 전 | 2599 | ||
| 120 | 20년 전 | 2653 | ||
| 119 | 20년 전 | 2570 | ||
| 118 | 20년 전 | 2856 | ||
| 117 |
|
20년 전 | 3044 | |
| 116 | 20년 전 | 5293 | ||
| 115 | 20년 전 | 3901 | ||
| 114 | 20년 전 | 4952 | ||
| 113 | 20년 전 | 6199 | ||
| 112 | 20년 전 | 7317 | ||
| 111 | 20년 전 | 18424 | ||
| 110 | 20년 전 | 6868 | ||
| 109 | 20년 전 | 2869 | ||
| 108 | 20년 전 | 4128 | ||
| 107 |
prosper
|
20년 전 | 2481 | |
| 106 |
prosper
|
20년 전 | 4303 | |
| 105 |
아우겐나이스
|
20년 전 | 2899 | |
| 104 | 20년 전 | 2250 | ||
| 103 | 20년 전 | 2468 | ||
| 102 | 20년 전 | 2231 | ||
| 101 | 20년 전 | 2557 | ||
| 100 | 20년 전 | 1737 | ||
| 99 | 20년 전 | 1560 | ||
| 98 | 20년 전 | 1610 | ||
| 97 | 20년 전 | 2115 | ||
| 96 | 20년 전 | 1864 | ||
| 95 | 20년 전 | 2362 | ||
| 94 | 20년 전 | 3549 | ||
| 93 | 20년 전 | 1549 | ||
| 92 | 20년 전 | 1746 | ||
| 91 | 20년 전 | 3164 | ||
| 90 | 20년 전 | 2335 | ||
| 89 | 20년 전 | 3158 | ||
| 88 | 20년 전 | 2859 | ||
| 87 | 20년 전 | 3286 | ||
| 86 | 20년 전 | 5110 | ||
| 85 | 20년 전 | 2509 | ||
| 84 | 20년 전 | 4817 | ||
| 83 | 20년 전 | 2493 | ||
| 82 | 20년 전 | 3108 | ||
| 81 | 20년 전 | 7614 | ||
| 80 | 20년 전 | 3810 | ||
| 79 | 20년 전 | 3200 | ||
| 78 | 20년 전 | 4681 | ||
| 77 | 20년 전 | 2886 | ||
| 76 | 20년 전 | 6206 | ||
| 75 | 20년 전 | 4463 | ||
| 74 | 20년 전 | 5772 | ||
| 73 | 20년 전 | 3617 | ||
| 72 | 20년 전 | 5959 | ||
| 71 | 20년 전 | 3100 | ||
| 70 | 20년 전 | 2828 | ||
| 69 | 20년 전 | 2625 | ||
| 68 | 20년 전 | 2435 | ||
| 67 | 20년 전 | 2642 | ||
| 66 | 20년 전 | 2660 | ||
| 65 | 20년 전 | 3780 | ||
| 64 | 20년 전 | 2815 | ||
| 63 | 20년 전 | 2449 | ||
| 62 | 20년 전 | 2252 | ||
| 61 | 20년 전 | 3057 | ||
| 60 | 20년 전 | 3124 | ||
| 59 | 20년 전 | 2502 | ||
| 58 | 20년 전 | 2585 | ||
| 57 | 20년 전 | 2956 | ||
| 56 | 20년 전 | 2304 | ||
| 55 | 20년 전 | 2746 | ||
| 54 | 20년 전 | 2114 | ||
| 53 | 20년 전 | 2340 | ||
| 52 | 20년 전 | 2686 | ||
| 51 |
prosper
|
20년 전 | 2339 | |
| 50 |
prosper
|
20년 전 | 2157 | |
| 49 | 21년 전 | 2169 | ||
| 48 | 21년 전 | 2319 | ||
| 47 | 21년 전 | 1918 | ||
| 46 | 21년 전 | 1918 | ||
| 45 | 21년 전 | 2124 | ||
| 44 | 21년 전 | 2350 | ||
| 43 | 21년 전 | 4565 | ||
| 42 |
prosper
|
21년 전 | 2704 | |
| 41 |
prosper
|
21년 전 | 2107 | |
| 40 | 21년 전 | 2172 | ||
| 39 | 21년 전 | 2138 | ||
| 38 | 21년 전 | 2406 | ||
| 37 | 21년 전 | 2553 | ||
| 36 | 21년 전 | 1766 | ||
| 35 | 21년 전 | 4063 | ||
| 34 | 21년 전 | 3841 | ||
| 33 | 21년 전 | 2983 | ||
| 32 |
prosper
|
21년 전 | 2894 | |
| 31 | 21년 전 | 5264 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기