몇가지 섞어봤습니다.
"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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 55 | ||
| 8229 | 9년 전 | 53 | ||
| 8228 |
커네드커네드
|
9년 전 | 100 | |
| 8227 | 9년 전 | 110 | ||
| 8226 | 9년 전 | 145 | ||
| 8225 | 9년 전 | 134 | ||
| 8224 | 9년 전 | 133 | ||
| 8223 | 9년 전 | 92 | ||
| 8222 |
|
9년 전 | 162 | |
| 8221 | 9년 전 | 77 | ||
| 8220 | 9년 전 | 78 | ||
| 8219 | 9년 전 | 85 | ||
| 8218 | 9년 전 | 113 | ||
| 8217 |
star3840
|
9년 전 | 99 | |
| 8216 | 9년 전 | 138 | ||
| 8215 | 9년 전 | 90 | ||
| 8214 | 9년 전 | 209 | ||
| 8213 | 9년 전 | 142 | ||
| 8212 | 9년 전 | 58 | ||
| 8211 | 9년 전 | 223 | ||
| 8210 | 9년 전 | 221 | ||
| 8209 | 9년 전 | 320 | ||
| 8208 | 9년 전 | 190 | ||
| 8207 | 9년 전 | 202 | ||
| 8206 |
|
9년 전 | 169 | |
| 8205 | 9년 전 | 150 | ||
| 8204 | 9년 전 | 111 | ||
| 8203 | 9년 전 | 206 | ||
| 8202 | 9년 전 | 128 | ||
| 8201 | 9년 전 | 166 | ||
| 8200 | 9년 전 | 137 | ||
| 8199 | 9년 전 | 188 | ||
| 8198 | 9년 전 | 158 | ||
| 8197 | 9년 전 | 138 | ||
| 8196 | 9년 전 | 523 | ||
| 8195 | 9년 전 | 136 | ||
| 8194 | 9년 전 | 270 | ||
| 8193 | 9년 전 | 137 | ||
| 8192 | 9년 전 | 166 | ||
| 8191 | 9년 전 | 119 | ||
| 8190 | 9년 전 | 114 | ||
| 8189 | 9년 전 | 168 | ||
| 8188 | 9년 전 | 116 | ||
| 8187 | 9년 전 | 121 | ||
| 8186 | 9년 전 | 133 | ||
| 8185 | 9년 전 | 293 | ||
| 8184 | 9년 전 | 87 | ||
| 8183 | 9년 전 | 309 | ||
| 8182 | 9년 전 | 142 | ||
| 8181 | 9년 전 | 114 | ||
| 8180 | 9년 전 | 678 | ||
| 8179 | 9년 전 | 475 | ||
| 8178 | 9년 전 | 278 | ||
| 8177 |
kiplayer
|
9년 전 | 288 | |
| 8176 | 9년 전 | 332 | ||
| 8175 | 9년 전 | 204 | ||
| 8174 | 9년 전 | 211 | ||
| 8173 | 9년 전 | 324 | ||
| 8172 | 9년 전 | 172 | ||
| 8171 | 9년 전 | 162 | ||
| 8170 | 9년 전 | 282 | ||
| 8169 |
커네드커네드
|
9년 전 | 246 | |
| 8168 | 9년 전 | 300 | ||
| 8167 | 9년 전 | 306 | ||
| 8166 | 9년 전 | 219 | ||
| 8165 | 9년 전 | 148 | ||
| 8164 | 9년 전 | 281 | ||
| 8163 | 9년 전 | 266 | ||
| 8162 | 9년 전 | 274 | ||
| 8161 | 9년 전 | 273 | ||
| 8160 |
|
9년 전 | 469 | |
| 8159 | 9년 전 | 392 | ||
| 8158 | 9년 전 | 210 | ||
| 8157 | 9년 전 | 346 | ||
| 8156 | 9년 전 | 257 | ||
| 8155 | 9년 전 | 233 | ||
| 8154 |
00년생용띠
|
9년 전 | 578 | |
| 8153 | 9년 전 | 211 | ||
| 8152 |
|
9년 전 | 387 | |
| 8151 | 9년 전 | 387 | ||
| 8150 | 9년 전 | 480 | ||
| 8149 |
Jangfolk
|
9년 전 | 316 | |
| 8148 | 9년 전 | 150 | ||
| 8147 | 9년 전 | 358 | ||
| 8146 | 9년 전 | 413 | ||
| 8145 | 9년 전 | 344 | ||
| 8144 | 9년 전 | 312 | ||
| 8143 | 9년 전 | 167 | ||
| 8142 | 9년 전 | 413 | ||
| 8141 | 9년 전 | 361 | ||
| 8140 | 9년 전 | 908 | ||
| 8139 | 9년 전 | 234 | ||
| 8138 |
전갈자리남자
|
9년 전 | 377 | |
| 8137 | 9년 전 | 359 | ||
| 8136 | 9년 전 | 719 | ||
| 8135 |
|
9년 전 | 771 | |
| 8134 |
PlayPixel
|
9년 전 | 482 | |
| 8133 |
|
9년 전 | 421 | |
| 8132 | 9년 전 | 432 | ||
| 8131 | 9년 전 | 788 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기