몇가지 섞어봤습니다.
"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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 430 | 19년 전 | 4134 | ||
| 429 | 19년 전 | 3325 | ||
| 428 | 19년 전 | 4148 | ||
| 427 | 19년 전 | 3494 | ||
| 426 | 19년 전 | 3125 | ||
| 425 | 19년 전 | 3432 | ||
| 424 | 19년 전 | 2458 | ||
| 423 | 19년 전 | 2882 | ||
| 422 | 19년 전 | 2376 | ||
| 421 | 19년 전 | 3731 | ||
| 420 | 19년 전 | 4760 | ||
| 419 | 19년 전 | 3835 | ||
| 418 |
|
19년 전 | 1770 | |
| 417 | 19년 전 | 2770 | ||
| 416 | 19년 전 | 2416 | ||
| 415 | 19년 전 | 2621 | ||
| 414 | 19년 전 | 4434 | ||
| 413 |
|
19년 전 | 2627 | |
| 412 | 19년 전 | 3071 | ||
| 411 |
|
19년 전 | 3010 | |
| 410 |
|
19년 전 | 3715 | |
| 409 |
|
19년 전 | 3656 | |
| 408 |
|
19년 전 | 1878 | |
| 407 | 19년 전 | 2249 | ||
| 406 | 19년 전 | 2813 | ||
| 405 | 19년 전 | 2479 | ||
| 404 | 19년 전 | 4331 | ||
| 403 | 19년 전 | 3322 | ||
| 402 |
NeoGenesis
|
19년 전 | 4114 | |
| 401 | 19년 전 | 2629 | ||
| 400 |
|
19년 전 | 2529 | |
| 399 | 19년 전 | 2982 | ||
| 398 | 19년 전 | 2518 | ||
| 397 | 19년 전 | 2811 | ||
| 396 | 19년 전 | 2516 | ||
| 395 | 19년 전 | 3222 | ||
| 394 | 19년 전 | 1762 | ||
| 393 | 19년 전 | 3022 | ||
| 392 | 19년 전 | 2291 | ||
| 391 | 19년 전 | 2196 | ||
| 390 | 19년 전 | 2307 | ||
| 389 | 19년 전 | 2667 | ||
| 388 | 19년 전 | 2212 | ||
| 387 | 19년 전 | 4501 | ||
| 386 |
|
19년 전 | 2707 | |
| 385 |
|
19년 전 | 2518 | |
| 384 | 19년 전 | 3053 | ||
| 383 | 19년 전 | 3083 | ||
| 382 | 19년 전 | 3129 | ||
| 381 |
|
19년 전 | 2654 | |
| 380 |
|
19년 전 | 3038 | |
| 379 | 19년 전 | 2565 | ||
| 378 | 19년 전 | 2235 | ||
| 377 | 19년 전 | 2801 | ||
| 376 | 19년 전 | 2486 | ||
| 375 |
|
19년 전 | 2582 | |
| 374 | 19년 전 | 3838 | ||
| 373 | 19년 전 | 3291 | ||
| 372 | 19년 전 | 5014 | ||
| 371 |
세은아빠2
|
19년 전 | 2437 | |
| 370 | 19년 전 | 4517 | ||
| 369 | 19년 전 | 3124 | ||
| 368 | 19년 전 | 2920 | ||
| 367 | 19년 전 | 3748 | ||
| 366 | 19년 전 | 2674 | ||
| 365 | 19년 전 | 3764 | ||
| 364 | 19년 전 | 4038 | ||
| 363 | 19년 전 | 3473 | ||
| 362 | 20년 전 | 3506 | ||
| 361 | 20년 전 | 4130 | ||
| 360 |
hwatta
|
20년 전 | 2388 | |
| 359 | 20년 전 | 5130 | ||
| 358 | 20년 전 | 3677 | ||
| 357 | 20년 전 | 2623 | ||
| 356 |
sdesign1s
|
20년 전 | 2302 | |
| 355 | 20년 전 | 2779 | ||
| 354 | 20년 전 | 3043 | ||
| 353 | 20년 전 | 2813 | ||
| 352 |
|
20년 전 | 5795 | |
| 351 |
|
20년 전 | 2732 | |
| 350 |
|
20년 전 | 4319 | |
| 349 |
hwatta
|
20년 전 | 2216 | |
| 348 | 20년 전 | 7328 | ||
| 347 | 20년 전 | 2433 | ||
| 346 | 20년 전 | 3531 | ||
| 345 | 20년 전 | 4333 | ||
| 344 | 20년 전 | 2676 | ||
| 343 | 20년 전 | 3940 | ||
| 342 | 20년 전 | 3088 | ||
| 341 | 20년 전 | 4121 | ||
| 340 |
|
20년 전 | 5181 | |
| 339 |
|
20년 전 | 4258 | |
| 338 | 20년 전 | 5899 | ||
| 337 | 20년 전 | 2065 | ||
| 336 |
|
20년 전 | 3357 | |
| 335 |
|
20년 전 | 3571 | |
| 334 |
|
20년 전 | 2966 | |
| 333 |
hwatta
|
20년 전 | 2470 | |
| 332 | 20년 전 | 4674 | ||
| 331 | 20년 전 | 2299 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기