익스플로러8에서는 게시판 글씨가 깨져버리네요. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

익스플로러8에서는 게시판 글씨가 깨져버리네요. 정보

익스플로러8에서는 게시판 글씨가 깨져버리네요.

본문

지금 메인 화면에 최신글 게시판을 달아 놨는데
익스6에서는 문제가 없다가 익스8에서 들어가면 최신글 게시판의 메인 제목이 깨져버리네요;;
이건 무슨 문제인가요? ㅠㅠ
  • 복사

댓글 전체

div가 위치를 못찾는것 같네요.
기본적은 css셋팅을
*{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:'';}
form * {vertical-align:middle;}

이렇게 주고 다시 제작해보세요.
<style>
*{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:'';}
form * {vertical-align:middle;}
</style>
를 title 다음에 주세요
© SIRSOFT
현재 페이지 제일 처음으로