묻고답하기

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>기담 : 한국의 괴물들</title>

<style type="text/css">
body {
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

#메뉴바 {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 60em;
 height: 35px;
 z-index: 100;
 visibility: visible;
}
#메뉴바 #MenuBar1 li a {
 font-family: "궁서";
 color: #FFF;
 background-color: #000;
 outline-color: #000;
 font-size: 117%;
}
</style>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function flevDivPositionValue(sDiv, sProperty) { // v2.1, Marja Ribbers-de Vroed, FlevOOware
 this.opera = (window.opera); // Opera 5+
 this.ns4 = (document.layers); // Netscape 4.x
 this.ns6 = (document.getElementById && !document.all && !this.opera); // Netscape 6+
 this.ie = (document.all);  // Internet Explorer 4+
    var sValue = ""; docObj = eval("MM_findObj('" + sDiv + "')"); if (docObj == null) {return 0;}
 if ((sProperty == "left") || (sProperty == "top")) {
  if (!this.ns4) {docObj = docObj.style;}
  sValue = eval("docObj." + sProperty);
  if ((this.ie) && (sValue == "")) { // IE (on PC) bug with nested layers
   if (sProperty == "top") { sValue = eval(sDiv + ".offsetTop"); }
   else { sValue = eval(sDiv + ".offsetLeft"); }
  };
 }
 else {
  if (this.opera) {
   docObj = docObj.style;
   if (sProperty == "height") { sValue = docObj.pixelHeight; }
   else if (sProperty == "width") { sValue = docObj.pixelWidth; }
  }
  else if (this.ns4) {sValue = eval("docObj.clip." + sProperty);}
  else if (this.ns6) {sValue = document.defaultView.getComputedStyle(docObj, "").getPropertyValue(sProperty); }
     else if (this.ie) {
   if (sProperty == "width") { sValue = eval(sDiv + ".offsetWidth"); }
   else if (sProperty == "height") { sValue = eval(sDiv + ".offsetHeight"); }
  }
    }
 sValue = (sValue == "") ? 0 : sValue;
 if (isNaN(sValue)) { if (sValue.indexOf('px') > 0) { sValue = sValue.substring(0,sValue.indexOf('px')); } }
 return parseInt(sValue);
}

function flevPersistentLayer() { // v3.3, Marja Ribbers-de Vroed, FlevOOware
 var sD = arguments[0], oD = eval("MM_findObj('" + sD + "')"), iWW, iWH, iSX, iSY, iT = 10, sS = "";
 if (!document.layers) {oD = oD.style;}
 if (oD.tmpTimeout != null) {clearTimeout(oD.tmpTimeout);}
 var sXL = arguments[1], sXC = arguments[2], sXR = arguments[3], sYT = arguments[4], sYC = arguments[5], sYB = arguments[6];
 var iS = (arguments.length > 7) ? parseInt(arguments[7]) : 0, iPx = (arguments.length > 8) ? parseInt(arguments[8]) : 0;
 if (window.innerWidth) { // NS4, NS6 and Opera
  var oW = window; iWW = oW.innerWidth; iWH = oW.innerHeight; iSX = oW.pageXOffset; iSY = oW.pageYOffset; }
 else if (document.documentElement && document.documentElement.clientWidth) { // IE6 in standards compliant mode
  var oDE = document.documentElement; iWW = oDE.clientWidth; iWH = oDE.clientHeight; iSX = oDE.scrollLeft; iSY = oDE.scrollTop; }
 else if (document.body) { // IE4+
  var oDB = document.body; iWW = oDB.clientWidth; iWH = oDB.clientHeight; iSX = oDB.scrollLeft; iSY = oDB.scrollTop; }
 else {return;}
 var iCX = iNX = flevDivPositionValue(sD, 'left'), iCY = iNY = flevDivPositionValue(sD, 'top');
 if (sXL != "") {iNX = iSX + parseInt(sXL);}
 else if (sXC != "") {iNX = Math.round(iSX + (iWW/2) - (flevDivPositionValue(sD, 'width')/2));}
 else if (sXR != "") {iNX = iSX + iWW - (flevDivPositionValue(sD, 'width') + parseInt(sXR));}
 if (sYT != "") {iNY = iSY + parseInt(sYT);}
 else if (sYC != "") {iNY = Math.round(iSY + (iWH/2) - (flevDivPositionValue(sD, 'height')/2));}
 else if (sYB != "") {iNY = iSY + (iWH - flevDivPositionValue(sD, 'height') - parseInt(sYB));}
 if ((iCX != iNX) || (iCY != iNY)) {
  if (iS > 0) {
   if (iPx > 0) { iT = iS;
    var iPxX = iPx, iPxY = iPx, iMX = Math.abs(iCX - iNX), iMY = Math.abs(iCY - iNY);
    // take care of diagonal movement
    if (iMX < iMY) {iPxY = (iMX != 0) ? ((iMY/iMX)*iPx) : iPx;}
    else {iPxX = (iMY != 0) ? ((iMX/iMY)*iPx) : iPx;}
    if (iPxX >= iMX) {iPxX = Math.min(Math.ceil(iPxX), iPx);}
    if (iPxY >= iMY) {iPxY = Math.min(Math.ceil(iPxY), iPx);}
    // temporary X/Y coordinates
    if ((iCX < iNX) && (iCX + iPxX < iNX)) {iNX = iCX + iPxX;}
    if ((iCX > iNX) && (iCX - iPxX > iNX)) {iNX = iCX - iPxX;}
    if ((iCY < iNY) && (iCY + iPxY < iNY)) {iNY = iCY + iPxY;}
    if ((iCY > iNY) && (iCY - iPxY > iNY)) {iNY = iCY - iPxY;} }
   else {
    var iMX = ((iNX - iCX) / iS), iMY = ((iNY - iCY) / iS);
    iMX = (iMX > 0) ? Math.ceil(iMX) : Math.floor(iMX); iNX = iCX + iMX;
    iMY = (iMY > 0) ? Math.ceil(iMY) : Math.floor(iMY); iNY = iCY + iMY; } }
  if ((parseInt(navigator.appVersion)>4 || navigator.userAgent.indexOf("MSIE")>-1) && (!window.opera)) {sS="px";}
  if (iMX != 0) {eval("oD.left = '" + iNX + sS + "'");}
  if (iMY != 0) {eval("oD.top = '" + iNY + sS + "'");} }
 var sF = "flevPersistentLayer('" + sD + "','" + sXL + "','" + sXC + "','" + sXR + "','" + sYT + "','" + sYC + "','" + sYB + "'," + iS + "," + iPx + ")";
 oD.tmpTimeout = setTimeout(sF,10);
}

function flevInitPersistentLayer() { // v3.3, Marja Ribbers-de Vroed, FlevOOware
 if (arguments.length < 8) {return;}
 var sD = arguments[0]; if (sD == "") {return;}
 var oD = eval("MM_findObj('" + sD + "')"); if (!oD) {return;}
 var iCSS = parseInt(arguments[1]);
 var sXL = arguments[2], sXC = arguments[3], sXR = arguments[4], sYT = arguments[5], sYC = arguments[6], sYB = arguments[7];
 var iS = (arguments.length > 8) ? parseInt(arguments[8]) : 0, iPx = (arguments.length > 9) ? parseInt(arguments[9]) : 0;
 if (iCSS != 0) { if (!document.layers) {oD = oD.style;} sXL = parseInt(oD.left), sYT = parseInt(oD.top);}
 var sF = "flevPersistentLayer('" + sD + "','" + sXL + "','" + sXC + "','" + sXR + "','" + sYT + "','" + sYC + "','" + sYB + "'," + iS + "," + iPx + ")";
 eval(sF);
}
</script>
</head>

<body onload="flevInitPersistentLayer('메뉴바',0,'','1','','','','',10)">
<div id="메뉴바">
  <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="#">처음으로</a>    </li>
    <li><a href="maker1.html">만든이</a></li>
    <li><a href="manumonsterlist.html">괴물들</a>    </li>
    <li><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Adobe Flash Player 내려받기" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
  </object>
  <!--<![endif]-->
</object>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
swfobject.registerObject("FlashID");
</script>
</body>
</html>

<html>
 <head>
 <script type="text/javascript">
 <!--
function ScrollControl() {
 xpos = event.wheelDelta; //이놈이 휠의 위아래로 돌릴때 발생되는 좌표입니다.
window.scrollBy(-xpos, 0);//그리고 그 값을 이용해서 상대적으로 가로축으로 이동될수 있게 합니다.
 }
-->
 </script>
 </head>
 <body onmousewheel="ScrollControl()">
 </body>
 </html>
 <body scroll=no>


 



비헤이비어 메뉴바가 있고
그아래 배경이되는 플래쉬가 있는데
플래쉬가 아래에있고, 메뉴가 위에 보였으면 좋겟습니다
도와주세요

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
SUHONE pmyadmin 다수의 회원 일괄 삽입방법 새글 [1] file 2014.08.29 by 똑디
dal 모바일 홈 화면 추가 아이콘 등록 문제 [2] 2014.08.29 by dal
sam95 이러한 위젯 있나요? [7] file 2014.08.29 by sam95
공수래 랭귀지 파일 셀렉트 박스 문제 [2] 2014.08.29 by 공수래
레몬바나나 게시판 글쓰기 확장 컴포넌트 이미지 추가에서 정렬하기 [3] 2014.08.28 by 레몬바나나
내아내그리움 게시판자료를 xla파일로 백업받았는데 [1] 2014.08.28 by pezex
양파F 특정 게시판만 검색창 기본선택값 변경하기 [1] 2014.08.28 by pezex
joo0602 메뉴부분 추가하다가.. 자꾸 에러가.. ㅠㅠ [1] 2014.08.28 by pezex
xe마스터하는그날까지 게시판질문이요 [1] file 2014.08.28 by pezex
롸이언리 에디터 직접입력에 자바스크립트 넣을 수 있나요? [2] 2014.08.28 by YJSoft
불독돼지 플래쉬 와 비헤이비어.. [1] 2014.08.28 by pezex
psmy 약관동의후 사용자정의된 양식으로 작성된 게시판을 만들고 싶습니다. [4] file 2014.08.28 by psmy
세븐랜드 [사례합니다]사용자정의항목 출력시 값수정 [3] 2014.08.28 by psmy
모몽 글양식 애드온에 html코드를 입력했는데 따로 해줘야 할게있나요?? [2] file 2014.08.28 by 모몽
xe마스터하는그날까지 xe질문이요~~~ [6] 2014.08.28 by Happyphp
xe마스터하는그날까지 스케치북게시판질문이요  
씨디맨 레이아웃 수정한것은 어디에 저장되나요? [3] 2014.08.28 by YJSoft
juve283859 가장 최신 글 view 화면으로 이동  
디기리 관리화면 이리 나옵니다 [3] file 2014.08.28 by Happyphp
지룡자 칼라 말머리 넣는 법 알고 싶습니다 [1] file 2014.08.28 by 앙띠2
김기태155 XE업데이트 후 회원목록이 뜨지 않습니다. [9] file 2014.08.28 by 김기태155
rtyyhh db퀘리 슬립현상 어찌해결 하나요?ㅠ  
사랑해요XE 과도한 새로고침을 방화벽 단에서 차단하는 방법좀 알고싶습니다.  
디기리 ftp설정 [1] 2014.08.28 by lililiillililiil
TOSOUN XE1.7.5.7설치하는데... [1] 2014.08.28 by lililiillililiil
남윰 회원관리-수정에서 생일이 모두 공통적인 날짜로 나옵니다. [1] file 2014.08.28 by 남윰
김기태155 옛날버전에 설치된 게시판EX를 일반 게시판으로 이전하려는데 [2] 2014.08.28 by 김기태155
그시간이후 코어 업데이트 이후에 되는 팝업 모듈내지 애드온이 없는거 같아요. [8] 2014.08.28 by 그시간이후
뽀미왕 게시글 제목을 없애고 싶어요 ㅜㅜ(스케치북5 게시판 사용중) [1] file 2014.08.28 by 앙띠2
모몽 글쓰기 자동양식 애드온을 받았는데 html태그가 들어가질않네요