파폭문제 ㅠㅠ (급) 정보
파폭문제 ㅠㅠ (급)
본문
IE8 에서 정상로 보이는데요 
파폭에서는 약한 1px 정도 내려가보이네요 ㅠㅠ 
지금 쓰는 CSS 는 
@charset "utf-8";
/* CSS Document */
/* 마진과 패딩의 초기화 */
* {
 margin: 0px;
 padding: 0px;
}
/* 헤더 폰트 사이즈 초기화 */
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
}
/* 리스트의 스타일 제거 */
ol, ul {
 list-style: none;
}
/* 폰트 강조 특성 초기화 */
address, caption, cite, code, dfn, em, strong, th, var {
 font-style: normal;
 font-weight: normal;
}
/* 테이블 스타일 초기화 */
table {
 border-collapse: collapse;
 border-spacing: 0px;
}
/* 이미지 및 필드셋에서 보더 표시 초기화 */
fieldset, img {
 border: none;
}
/* 캡션과 테이블헤더 텍스트 정렬 초기화 */
caption, th {
 text-align: left;
}
/* 인용구 표시 초기화 */
q:before, q:after {
 content:'';
}
#warp {
    margin: 0px auto;
    width: 900px;
    text-align: left;
}
body {
 font-family: verdana, sans-serif;
    font-size: 12px;
    letter-spacing: 0.2pt;
    word-spacing: -1.8pt;
}
a:link, a:active, a:visited {
 color: #03C;
 text-decoration: none;
}
a:hover {
 color: #333;
}
#vaple {
     float: right;
  width: 900px;
     text-align: left;
  }
#header {
 padding: 0px;
 height: 10px;
 position: relative;
}
#header h1 {
}
#header h1 a {
 display: block;
 width:   183px;
 height:  48px;
 text-indent: -1000em;
 background: url(img/logo.png) no-repeat;
}
#topleft {
    float: left;
    margin-top: 0px;
   }
#topright {
    float: right;
    padding-top: 0px;
}
#vapletop {
    display: block;
    width: 183px;
    height: 48px;  
    float: right;
 margin-top: 10px;
 }
#menu {
    padding: 25px 0px 0px 188px;
 height: 0px;
 position: relative;
 }
#search {
    margin: 20px auto;
    display: block;
 width: 900px;
 height: 40px;
 background-color: #1d3548;
 }
#search-button { 
    width:55px; 
    height:36px; 
    border:1px solid #ff3500; 
    background-color:#ff3500; color:#fff; 
    font-weight:bold; 
} 
#searchbar {
    border:5px solid #ff3500;
    height:16px; 
    font-size:15px; 
    font-weight:bold; 
    padding:5px 5px 5px 5px;
}
#banner {
    float: left;
    margin-top: 0px;
 width: 620px;
 height: 77px;
   }
#login {
    float: right;
 margin-top: 0px;
    padding-top: 0px;
 width: 280px;
 height: 77px;
}
이렇게되있구요 ㅠㅠ 도와주세용
댓글 전체