묻고답하기

레아아웃을 만들어보려고 세로 드롭다운 형식 자바스크립트를 찾아서 적용해봤는데 ㅜ
ie8에서는 잘되는데 파폭에서는 아에 먹히지가 않네요 ㅜㅜ

경고: 'top'에 오류가 있습니다.  이 스타일 선언이 무시되었습니다.
라는 말이 무한반복 ㅜㅜ으로 웹콘솔창에 뜹니다

var object = new Array();


function Slide(N,oCont)
{
    this.N  = N;
    this.S  = 1.1;
    this.object = new Array();


    this.CObj = function (parent,N)
    {
        this.parent = parent;
        this.N = N;
        this.obj = parent.frm[N];
        this.tit = this.obj.firstChild;


        this.div = this.obj.getElementsByTagName('div')[1];


        this.div.style.visibility = 'hidden';


        this.y0 = N * 18;


        this.Y1 = this.y0;


        this.obj.style.top = this.y0;


        this.obj.style.height = parent.H - (parent.NF-1) * 18 - 3;

        this.obj.style.visibility = 'visible';


        this.obj.parent = this;


        this.run = false;


        this.move = function()
        {
            with(this)
            {

                dy = (y1-y0)/parent.S;


                if(Math.abs(dy)>.1)
                {
                    y0+=dy;
                    obj.style.top = Math.round(y0);


                    setTimeout('object['+parent.N+'].object['+N+'].move();', 16);
                }
                else
                {

                    run = false;

                    if(dy>0)div.style.visibility='hidden';

                    else if(N>0)parent.object[N-1].div.style.visibility='hidden';
                }
            }
        }


        this.obj.onclick = function()
        {
            with(this.parent)
            {
                if(!run)
                {
                    run = true; 
                    div.style.visibility='visible';

                    for(i=0;i<parent.NF;i++)
                        parent.object[i].tit.className = 'manu_title';


                    tit.className = 'manu_title_o';


                    for(i=0;i<=N;i++)
                    {
                        parent.object[i].y1 = i*40;


                        parent.object[i].move();
                    }


                    for(i=N+1;i<parent.NF;i++)
                    {
                      
                        parent.object[i].y1 = parent.H-(parent.NF-i)*38;


                        parent.object[i].move();
                    }
                }
            }
        }
    }


    this.frm = document.getElementById(oCont);


    this.H = parseInt(this.frm.style.height);

 

    this.frm = this.frm.getElementsByTagName('span');


    this.NF = this.frm.length;


   
    for(i=0;i<this.NF;i++) this.object[i] = new this.CObj(this, i);


  
    this.object[0].obj.onclick();


    this.S = 10;
}


window.onload = function()
{
    object[0] = new Slide(0, 'frames');
}



여기까지가 스크립트고 다음은 본문출력

<div id="frames" style="position:relative;width:160px;height:420px;overflow:hidden;">
    <span class="manu_link"><div class="manu_title" style="width:156px;height:39px;">공지</div>
    <div class="manu_text">
   공지사항<br><br>
    </div>
    </span>
    <span class="manu_link"><div class="manu_title" style="width:156px;height:39px;">커뮤니티</div>
    <div class="manu_text">
  <br />
        자유게시판<br><br>
        익명게시판<br>
    </div>
    </span>
</div>

ie8에서만 정상적으로 보이다니.. 미치겠습니다 ㅜ

몇일간 씨름하는데 ㅜ 답이없네요..

파폭에서는 스크립트 top부분에 문제가 있다는데..

얕은 지식으로 너무 거창한걸 하려고 한것같기도 하고 ㅜ

도와주세용

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
윤디 플래시가 왜 안뜨는걸까요? 도와주세요 ㅜㅡ [1] 2009.03.31 by -
CONAN 한RSS 처럼 웹진 형태의 RSS 리더 없을까요? [3] 2009.03.31 by 김창환855
Josephlee 업데이트 후 레이아웃 문제 [1] 2009.03.31 by 비나무
복고열전 도메인 설정은 어떻게 해야 하나요? [1] 2009.03.31 by 블랙카드
안나프르나 수고 하십니다 질문 ~ 있어여 엉~엉 [2] 2009.03.31 by 안나프르나
sakurastorm 한 계정에 2개의 제로보드 세팅이 가능한가요? [3] 2009.03.31 by 비나무
유경섭 홈피 초기접속시 메인페이지가 출력이 않되고 "권한이 없다"는 메세지 출력 [3] file 2009.03.31 by 박상문
korman 첨부파일에 대한 질문입니다. [2] 2009.03.31 by korman
서자경 2차메뉴 좀 도와주세요 ㅠ_ㅠ 클릭하면 안나와요. file  
witchtail XE 1.2.0 업데이트 후 방명록 위지윅타입이 바뀌지 않습니다. [5] 2009.03.31 by CBM
포포부인 최근 게시물 게시판이 안나와요.ㅠ [2] 2009.03.31 by 포포부인
밸런스정 sso 설정 질문!! [1] 2009.03.31 by 백성찬
시즌쨩 도메인설정관련 문의입니다. [3] 2009.03.31 by 백성찬
박종록 익스플로러8 로 바꾼뒤 증상... [9] file 2009.03.31 by miso777
질문 최근 게시물 추축시 위치 말인데요.  
튀긴건빵 추가한 회원가입폼에 내용저장이 안됩니다.  
LunarDream 기본 게시판 스킨 확장변수 잘 되세요? [3] 2009.03.31 by 김태경168
한인물 새창 띄우는 방법 여쭙습니다.  
김태경168 업그레이드후 (확장변수) 값들이 다 없어졌어요. [2] 2009.03.31 by 김태경168
시즌쨩 관리자모드질문있습니다. [2] 2009.03.31 by 시즌쨩
꿍꿍이 제발 알려주세요. ㅜㅜ 회원정보 변경시 게시물 정보 변경 [2] [1] 2009.03.31 by 꿍꿍이
sanguine 설치후 테스트 과정에서 페이지를 표시못합니다.  
코란 레이아웃 설정/편집 불가 [2] file 2009.03.31 by gomunkwan
하태호 기본레이아웃 로고 질문 하나 더... [4] file 2009.03.31 by SOL군
tapaha.myid.net XML 쿼리에 대해 질문이있습니다! [1] 2009.03.31 by SOL군
jyking 로컬드라이브의 파일 ''링크'' 가능하게 하는 방법 문의드립니다. [3] 2009.03.31 by kyking
난장이곰돌이 xe설치 폴더 이동 [5] 2009.03.31 by 난장이곰돌이
migration 마이그레이션시 에러 [2] 2009.03.31 by migration
영구만세 관리자 메뉴에서 첨부파일 목록이 보이지 않습니다. file  
☆혀니☆ 도움부탁드립니다.