원소스는

        <table cellspacing="0" summary="" class="boardList iePngFix">
                                    :
                                 중  략
                                    :

        <thead>
            {@ $no_line_class = " no_line" }
            <tr>
                <!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->

                <!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->

                                    :
                                 중  략
                                    :

                <!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->

                <!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->

                                    :
                                 중  략
                                    :

            </tr>
        </thead>
        <!--@end-->


위와 같은 구조를 가지고 있으므로
table에 해당하는 css에 배경이미지를 left, top으로 no-repeat로 아래와 같이 깔고

.boardList { width:100%; margin:0px; padding:0px; background:url(../images/common/title_bar_left.png) no-repeat left top; table-layout:fixed;}

줄에 해당하는 tr 부분에 아래와 같이 오른쪽에서 아래의 테이블 배경이미지를 덮어씌우도록 했습니다.

.boardList tr { background:url(../images/common/title_bar_right.png) no-repeat right top; }

그런데 결과는 아래와 같습니다.

아래는 파폭3에서의 출력입니다.

question01.png



아래는 IE6에서의 출력입니다.

question02.png


한 줄 전체에 해당하는 'tr'에 반복없이 오른쪽, 위 기준으로 배경이미지를 깔도록 해 둔 녀석이 왜 IE6에서는 마치 td에 깐 것처럼 나타날까요?
이것을 해결하는 방법은 무엇인가요?
zbXE의 기본 스킨 외에 다른 게시판 스킨이 하도 안 나와서 게시판 스킨을 만들어 배포를 하려고 하는데 이 녀석이 애를 먹이네요.. ㅡ,.ㅡ;;;;
해결할 수 있는 방법을 아시는 분 댓글로 좀 달아주세요!!!!
profile
비나무는?
언제부터인가 비를 참 좋아하게 되었습니다.
피부에 톡톡 떨어지면서 마음 속에 응어리진 것들을 씻어주는 비가 너무도 좋았습니다.
비오는 날이면 우산을 들고 가라는 부모님의 성화에 못 이겨 우산을 들고 갔다가,
학교 마치고 나서 집으로 올 때 일부러 우산을 쓰지 않고 비를 맞으며 돌아오는 날이 참 많았었습니다.
그래서 이렇게 생각한 적이 있었죠...
사과나무에 사과가 열리 듯, 비가 열리는 나무가 있었으면 좋겠다고요.
비를 맞고 싶을 땐 언제든 비를 맞을 수 있게요.
그래서 나의 닉네임은 언제부터인가 비나무랍니다.
 

바른생활 NZEO
 
  글은 인터넷에서 자신을 나타내는 유일한 모습입니다.
 상대에게 상처를 주기보다 같이 즐거워 할 수 있는 코멘트 부탁드려요.