또..질문해요.. table이 IE와 그 외의 브라우저랑 달라요..
티나
IE는 css 정렬이 되는데..firefox, chrome, safari 에서는가운데 정렬 안되고.. 왼쪽으로 다 붙네요...
그리고 thead는 IE만 배경이 적용이 안되네요..제가 잘못한게 있다면 그게 뭔가요...?
** htmldiv class=board_lst table caption class=ioshideIOISYS의 다양한 소식/caption colgroup col class=no col class=title col class=date /colgroup thead tr th class=cpt_no전체/th th class=cpt_title제목/th th class=cpt_date등록일/th /tr /thead tbody tr td104/td td[공지사항] 서울시 교육청 스마트러닝 구축 사업 진행/td td2011. 11. 13/td /tr ... /tbody /table/div
** css.board_lst {width:740px;}.board_lst table {width:740px; margin-top:20px; color:#858585; border-collapse:collapse; border-spacing:0;}.board_lst table thead {background:url(layout/common/board_h_bg.gif) repeat-x !important;}.board_lst table th {height:26px; text-align:center; text-indent:-9999px; border-top:solid 1px #009acd; border-bottom:solid 1px #009acd; background:url(layout/text/tx_borad_caption.png) no-repeat;}.board_lst .cpt_no {width:68px; text-align:center; border-left:solid 1px #009acd; background-position:26px 7px;}.board_lst .cpt_title {width:564px; text-align:left; background-position:272px -32px;}.board_lst .cpt_date {width:108px; border-right:solid 1px #009acd; background-position:40px -72px;}.board_lst .no {width:68px; text-align:center;}.board_lst .title {width:564px;}.board_lst .date {width:108px; text-align:center; background-color:}.board_lst td {height:29px; padding:0 5px; line-height:29px; border-bottom:solid 1px #e2e2e2;}
-
슬아라 2023-09-14
제가 소스 올렸는데..... 그렇게 했는데 안됬었거든요~
그런데 위에 분들 말씀대로 했더니 됬어요~
답변 감사드려요~ㅎㅎ -
PinkPearl 2023-09-14
td 에 text-align :center 주고 가운데 제목은 클래스 따로줘서 left 주면 될 듯요 ㅎㅎ
-
호시 2023-09-14
그랬었군요.....
네.. 결국 각각의 td에 class 넣어줬어요~
친절한 답변 감사드려요~ㅎㅎ -
도1도캣 2023-09-14
크로스브라우징을 원하신다면 col로 class를 주시지 마시고, 각 테그에 지정해주세요.
지금은 모르겠으나, 파폭에선 col에서 인식하는건 width 뿐이었습니다. -
큰아 2023-09-14
네.. 다시 순서 고치고 수다님 말씀대로 하니까 잘 되네요~
답변 달아주셔서 감사드려요~ -
두메꽃 2023-09-14
우선 순위를 잘생각하셧서 css를 작성하면... 서녕님 말씀대로하되 left 쓴걸 나중에 쓴다든지... !important 속성을 이용한다든지...
-
덕이 2023-09-14
해밨는데.....안되요..... 그럼 다 center되고 left가 또 안되요.....ㅠㅠ
-
Judicious 2023-09-14
일단 td에 전부 text-align:center; 로 정렬하고 title부분만 text-align:left;로 주면 안될려나요~_~a