묻고답하기

div 로 홈페이지 만들기 공부중입니다

http://cru.zc.bz/xe/?mid=humor

 

여기보시면 ie에서는 정상적으로 뜨는걸 볼수있습니다

 

하지만  파폭에서는 이상하게뜨는데요....

 

ie와같이 정상적으로 뜨게하려면 어떻게해야할까요 ㅠ

 

그리고 div 완전 첨 공부하는 생초보라 태그가 좀 조잡한면이 있을거같은데 ㅠ 깔끔하게 필요없는거 빼고 수정도해주심 더 감사하구요

 

<!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>
    <title>div 태그로 레이아웃 설정</title>
    <script language="JavaScript">
function height(){
 var kkk = document.getElementById("content").offsetHeight;
 document.getElementById("left").style.height = kkk;
 document.getElementById("left1").style.height = kkk;
 document.getElementById("right").style.height = kkk;
}
</script>
    <style type="text/css">
    body { text-align:center; width:100%; height:100%;}
    #header {
        width:840px;
        height:148px; overflow:hidden;


        }
    #menu {
        width:840px;
        height:28px; overflow:hidden;
        }
  
  
    #left {
        width:36px; background-color:white; overflow:hidden; float:left;
       

        }
  
    #left1 {
        width:180px; background-color:white; overflow:hidden; float:left;
       
        }
    .login {
        width:156px; height:100%; overflow:hidden; position:relative; float:left;
 }

 

    #content {
        width:590px; background-color:#fff; overflow:hidden; float:left;
       
        }
    #right {
        width:34px; overflow:hidden;
        float:left;
        }
    #footer {
       
        width:840px; height:40px; background-color:#452123; overflow:hidden;
        clear:both;  
        }
    #logo {
        width:158px; height:148px; overflow:hidden;
        float:left;

        }
    #main {
        width:117px; height:126px; overflow:hidden;
        float:left;

        }
    #lapis {
        width:97px; height:126px; overflow:hidden;
        float:left;

        }
    #cru {
        width:89px; height:126px; overflow:hidden;
        float:left;

        }
    #board {
        width:90px; height:126px; overflow:hidden;
        float:left;

        }
    #guild {
        width:90px; height:126px; overflow:hidden;
        float:left;

        }
    #screen {
        width:82px; height:126px; overflow:hidden;
        float:left;

        }
    #guide {
        width:117px; height:126px; overflow:hidden;
        float:left;

        }
    #layer {
        width:682px; height:22px; overflow:hidden;
        float:left;
        }

    </style>
</head>

<body bgcolor="white" text="black" style="background-image:url(/images/back.jpg'); background-repeat:repeat-x; background-attachment:fixed; background-position:0 0;" leftmargin="0" marginwidth="0" topmargin="0" onload="javascript:height()"   marginheight="0">
    <center>
<div id="header">
 <div id="logo"><img src="/images/index_02.jpg" width="158" height="148" border="0" /></div>
 <div id="main"><img src="/images/index_03.jpg" width="117" height="126" border="0" /></div>
 <div id="lapis"><img src="/images/index_04.jpg" width="97" height="126" border="0" /></div>
 <div id="cru"><img src="/images/index_05.jpg" width="89" height="126" border="0" /></div>
 <div id="board"><img src="/images/index_06.jpg" width="90" height="126" border="0" /></div>
 <div id="guild"><img src="images/index_07.jpg" width="90" height="126" border="0" /></div>
 <div id="screen"><img src="/images/index_08.jpg" width="82" height="126" border="0" /></div>
 <div id="guide"><img src="/images/index_09.jpg" width="117" height="126" border="0" /></div>
    <div id="layer"></div>
</div>
    <div style="text-align:left; width:840px;">
<div id="menu"><img src="/images/index_18.jpg" width="840" height="28" border="0" /></div>
<div id="left" style="background-image:url(/images/index_19.jpg)undefined;"></div>
<div id="left1">
<div class="login" style="margin-top:-15px;"><img class="zbxe_widget_output" widget="login_info" skin="login" colorset="default" /><img class="zbxe_widget_output" widget="logged_members" skin="logged" colorset="bachi" list_count="3" use_mid="total" /></div>
</div>
        <div id="content" style='height:;'>{$content}</div>
<div id="right" style="background-image:url('/images/index_22.jpg');"></div>
</div>
   
    <div id="footer"><img src=".//images/index_40.jpg" width="840" height="40" border="0" /></div>
    </center>
</body>
</html>

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
유서영895 cafe24 호스팅 쓸만한가요? XE 랑 궁합이 어떤지요? [1] 2009.12.19 by 채연파파
매콤한라면 cafeXE등에서 도메인 접속 설정?  
채연파파 layout.html를 수정하면 레이아웃이 변경되나요? [1] 2009.12.19 by DuRi
마로. 본문 이미지 리사이즈 문제 [1] 2009.12.19 by DuRi
bonui faceoff 사용시 메뉴바가 보이지 않아요  
dusskapark 썸네일을 클릭 안되게 하고 싶어요.  
김찬회425 확장변수 라디오 버튼에 이미지 달을려면요? file  
검은고양이- 게시판 글자크기 [1] 2009.12.19 by 윤지아빠
마가린ㅋ 닷홈에 개인홈페이지를만들엇는뎅 게시글을쓰면 글내용이안보여요  
주알리기 관리자 모드에 들어가서 세팅을 클릭하면 이런 메세지가 뜹니다. file  
omni 제어판-관리자 초기 페이지가 빈화면으로 나옵니다.  
kokmjn 쉬운설치 FTP 절대경로 설정이 안됩니다 [1] 2009.12.20 by demun
구름공자 확장변수 권한 file  
덕본1 자주 싸이트가 백지화면이 됩니다.  
saiph 글쓰기 할때  
대야야 XE Official Ver2 질문합니다. [1] 2009.12.20 by ememo
엄지공쥬 도대체 왜 ㅠㅠ 가운데 정렬이 안되는건가요 도와주세요 [2] file 2009.12.20 by 파파민
xe좋아염 ㅋ 아이피주소가 바뀌었는데도.. 기존아이피로 연결.. [1] 2009.12.20 by cndl
으렁청청 {$lang_supported[$lang_type]}에서 쓰이는 {} 이 표시는 무엇을 의미 하는 지요. [1] 2009.12.20 by 金东峰
이유없는밤샘 mysql 연결 문제  
마로. 에디터 글자색 변경방법은? [1] file 2009.12.20 by 백성찬
현규웅 모바일 버전 XE 접속주소? [1] 2009.12.20 by 백성찬
파란불꽃 xe에서 세이라디오 위젯 사용중 페이지이동시 자꾸 끊기는 문제 해결은?  
검은고양이- 게시판 목록 글자크기 [1] 2009.12.20 by 윤지아빠
촏촏 게시판 글 잘림 현상..  
마로. 본문의 "이 게시물을..."을 삭제하고 싶을때는?  
special-m 갑자기 백지가 되고... 완전초기화되고..엉망진창 도와주세요 ㅜㅜ [1] 2009.12.20 by 태림씨야!
dusskapark Contents 위젯: ''페이지''에서는 섬네일을 읽을 수 없나요? file  
윤지아빠 텍스타일를 생성 백지 화면  
무키~ XE Official_v2 로 홈페이지를 만들구요~~