익스플로러8에서는 게시판 글씨가 깨져버리네요.
지금 메인 화면에 최신글 게시판을 달아 놨는데
익스6에서는 문제가 없다가 익스8에서 들어가면 최신글 게시판의 메인 제목이 깨져버리네요;;
이건 무슨 문제인가요? ㅠㅠ
익스6에서는 문제가 없다가 익스8에서 들어가면 최신글 게시판의 메인 제목이 깨져버리네요;;
이건 무슨 문제인가요? ㅠㅠ
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 6개
기본적은 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;}
이렇게 주고 다시 제작해보세요.
*{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 다음에 주세요
둘다 수정하니까 잘 되네요 감사합니다^^