익스플로러8에서는 게시판 글씨가 깨져버리네요. 정보
익스플로러8에서는 게시판 글씨가 깨져버리네요.- wintertoto2 자기소개 아이디로 검색 회원게시물
- 1,523
본문
지금 메인 화면에 최신글 게시판을 달아 놨는데
익스6에서는 문제가 없다가 익스8에서 들어가면 최신글 게시판의 메인 제목이 깨져버리네요;;
이건 무슨 문제인가요? ㅠㅠ
익스6에서는 문제가 없다가 익스8에서 들어가면 최신글 게시판의 메인 제목이 깨져버리네요;;
이건 무슨 문제인가요? ㅠㅠ
댓글 전체
링크를 알려주시면 원인파악이 쉽겠지요?
www.ofmconv.or.kr 입니다~~!!
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;}
이렇게 주고 다시 제작해보세요.
기본적은 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;}
이렇게 주고 다시 제작해보세요.
감사합니다!! 그런데 제가 잘 몰라서 그러는데요.. css셋팅은 어느곳에 줘야 하나요??
<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 다음에 주세요
*{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 다음에 주세요
감사합니다~ 이것이 문제였는지 아니면 제가 위치와 크기를 잘못 선정해서인지 잘 모르겠지만
둘다 수정하니까 잘 되네요 감사합니다^^
둘다 수정하니까 잘 되네요 감사합니다^^