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

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

· 12년 전 · 5203 · 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이용해서 레이아웃 맞추는건 너무 어렵네요

게시글 목록

번호 제목
1362
1350
1342
1340
1335
1332
1330
1322
1317
1315
1312
1305
1300
1298
1293
1287
1286
1267
1262
1259
1255
1252
1245
1244
1240
1238
1235
1229
1224
1220