몇가지 섞어봤습니다.
"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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 1430 | 18년 전 | 2979 | ||
| 1429 | 18년 전 | 2923 | ||
| 1428 | 18년 전 | 2818 | ||
| 1427 | 18년 전 | 2130 | ||
| 1426 |
|
18년 전 | 2310 | |
| 1425 |
|
18년 전 | 2865 | |
| 1424 |
|
18년 전 | 2957 | |
| 1423 |
frotone
|
18년 전 | 4124 | |
| 1422 | 18년 전 | 6115 | ||
| 1421 | 18년 전 | 2049 | ||
| 1420 | 18년 전 | 2178 | ||
| 1419 | 18년 전 | 1887 | ||
| 1418 | 18년 전 | 1651 | ||
| 1417 | 18년 전 | 2632 | ||
| 1416 | 18년 전 | 1694 | ||
| 1415 | 18년 전 | 1560 | ||
| 1414 | 18년 전 | 4737 | ||
| 1413 | 18년 전 | 1788 | ||
| 1412 | 18년 전 | 1835 | ||
| 1411 | 18년 전 | 1844 | ||
| 1410 | 18년 전 | 1968 | ||
| 1409 | 18년 전 | 3626 | ||
| 1408 | 18년 전 | 1649 | ||
| 1407 | 18년 전 | 1519 | ||
| 1406 | 18년 전 | 1350 | ||
| 1405 | 18년 전 | 1853 | ||
| 1404 | 18년 전 | 1900 | ||
| 1403 |
frotone
|
18년 전 | 3645 | |
| 1402 | 18년 전 | 1975 | ||
| 1401 | 18년 전 | 3108 | ||
| 1400 | 18년 전 | 4727 | ||
| 1399 | 18년 전 | 2860 | ||
| 1398 | 18년 전 | 8045 | ||
| 1397 | 18년 전 | 4055 | ||
| 1396 |
|
18년 전 | 2738 | |
| 1395 | 18년 전 | 1521 | ||
| 1394 | 18년 전 | 2621 | ||
| 1393 | 18년 전 | 5036 | ||
| 1392 | 18년 전 | 5218 | ||
| 1391 |
cncafe
|
18년 전 | 2090 | |
| 1390 |
mixdesign
|
18년 전 | 4349 | |
| 1389 | 18년 전 | 4091 | ||
| 1388 |
mixdesign
|
18년 전 | 4141 | |
| 1387 | 18년 전 | 2261 | ||
| 1386 | 18년 전 | 4183 | ||
| 1385 |
mixdesign
|
18년 전 | 2170 | |
| 1384 | 18년 전 | 3277 | ||
| 1383 | 18년 전 | 4911 | ||
| 1382 | 18년 전 | 1946 | ||
| 1381 |
오디세우스
|
18년 전 | 3404 | |
| 1380 |
mixdesign
|
18년 전 | 1635 | |
| 1379 | 18년 전 | 2732 | ||
| 1378 |
mixdesign
|
18년 전 | 1661 | |
| 1377 | 18년 전 | 2708 | ||
| 1376 |
|
18년 전 | 2550 | |
| 1375 |
|
18년 전 | 1552 | |
| 1374 |
|
18년 전 | 1490 | |
| 1373 |
|
18년 전 | 1734 | |
| 1372 | 18년 전 | 2237 | ||
| 1371 | 18년 전 | 2014 | ||
| 1370 | 18년 전 | 2377 | ||
| 1369 | 18년 전 | 4913 | ||
| 1368 |
mixdesign
|
18년 전 | 1815 | |
| 1367 | 18년 전 | 1257 | ||
| 1366 | 18년 전 | 1376 | ||
| 1365 | 18년 전 | 1335 | ||
| 1364 | 18년 전 | 1078 | ||
| 1363 | 18년 전 | 1075 | ||
| 1362 | 18년 전 | 1406 | ||
| 1361 | 18년 전 | 1358 | ||
| 1360 | 18년 전 | 2346 | ||
| 1359 | 18년 전 | 1224 | ||
| 1358 | 18년 전 | 1607 | ||
| 1357 | 18년 전 | 2093 | ||
| 1356 | 18년 전 | 1274 | ||
| 1355 | 18년 전 | 2828 | ||
| 1354 | 18년 전 | 1270 | ||
| 1353 | 18년 전 | 1646 | ||
| 1352 | 18년 전 | 1498 | ||
| 1351 | 18년 전 | 1448 | ||
| 1350 | 18년 전 | 1235 | ||
| 1349 | 18년 전 | 1076 | ||
| 1348 | 18년 전 | 1665 | ||
| 1347 | 18년 전 | 1102 | ||
| 1346 | 18년 전 | 3614 | ||
| 1345 | 18년 전 | 1710 | ||
| 1344 |
mixdesign
|
18년 전 | 1789 | |
| 1343 | 18년 전 | 1115 | ||
| 1342 | 18년 전 | 1849 | ||
| 1341 | 18년 전 | 1094 | ||
| 1340 | 18년 전 | 1163 | ||
| 1339 | 18년 전 | 1015 | ||
| 1338 | 18년 전 | 1003 | ||
| 1337 | 18년 전 | 1095 | ||
| 1336 |
|
18년 전 | 2575 | |
| 1335 | 18년 전 | 1544 | ||
| 1334 | 18년 전 | 1636 | ||
| 1333 | 18년 전 | 1203 | ||
| 1332 | 18년 전 | 1872 | ||
| 1331 | 18년 전 | 1517 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기