테스트 사이트 - 개발 중인 베타 버전입니다

4.0b26 | ie8 에서 legend 스타일 깨지는 경우 (검색창/로그인 폼 등)

· 12년 전 · 5204 · 1

4.0b26 버전의 css/default.css 를 기준으로 설명드리겠습니다.

default.css 31라인

#sch_all legend {position:absolute;text-indent:-9999em;overflow:hidden}

#sch_all legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

으로 수정해주세요.

마찬가지로 스타일시트 내 legend 포함된 부분이 있으면,
margin:0;padding:0;font-size:0;line-height:0 을 넣어주시면 됩니다.

4.0b26 버전 기준 legend style 을 포함한 CSS 파일 목록

  • skin/search/basic/style.css
  • skin/member/basic/style.css
  • skin/board/basic/style.css
  • skin/board/gallery/style.css
  • skin/new/basic/style.css

만약

E {width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}

와 같이 되어 있다면

E {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

와 같이 바꿔주시면 됩니다.

이 내용은 차후 업데이트 시 일괄 적용하겠습니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

좋은 정보 감사합니다 css이용해서 레이아웃 맞추는건 너무 어렵네요

게시글 목록

번호 제목
772
768
765
755
748
747
744
733
732
728
725
713
708
705
704
700
697
673
671
667
657
651
4
3
1