묻고답하기

1 . ie6버전에서 특정이미지가 보이지 않고 css도 깨지는것 같습니다.

 

ie6버전의 화면

 

ie8버전의 화면

 

 

css내용

 @charset "utf-8";

/*상단박스 디폴트 테스트용*/
.latest_clean_top {height:29px; background:url(../images/top02.gif) repeat left top;}

/*상단박스 색상 선택별 탑이미지 불러오기*/
.latest_clean_top_orange {height:29px; background:url(../images/orange/top02.gif) repeat left top;}
.latest_clean_top_black  {height:29px; background:url(../images/black/top02.gif) repeat left top;}
.latest_clean_top_gray  {height:29px; background:url(../images/gray/top02.gif) repeat left top;}
.latest_clean_top_cyan  {height:29px; background:url(../images/cyan/top02.gif) repeat left top;}
.latest_clean_top_blue  {height:29px; background:url(../images/blue/top02.gif) repeat left top;}
.latest_clean_top_red  {height:29px; background:url(../images/red/top02.gif) repeat left top;}
.latest_clean_top_purple {height:29px; background:url(../images/purple/top02.gif) repeat left top;}
.latest_clean_top_white  {height:29px; background:url(../images/white/top02.gif) repeat left top;}

/*상단타이틀 설정*/
.latest_clean_title {padding-top:12px; background-color:transparent; color:#555555; font:.8em verdana, "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; font-weight:bold;}

/*중단박스 라인박스 설정*/
.latest_clean_body    {padding:0px 10px 0px 0px; background:url(../images/middle02.gif) repeat-y right top;}
.latest_clean_body .bodyl {width:100%; overflow:hidden; padding:0px 0px 8px 0px; background:url(../images/middle01.gif) repeat-y left top;}
.latest_clean_line01    {height:8px; background:url(../images/line.gif) repeat-y left top;}
.latest_clean_line,
.latest_clean_body .bodyr {overflow:hidden; height:8px; background:url(../images/middle02.gif) repeat-y left top; }

/*하단박스설정*/
.latest_clean_bottom {height:7px; background:url(../images/bottom02.gif) repeat left top;}

/*텍스트설정*/
/*리스트*/
.latest_clean_body .items   {overflow:hidden; margin:0px; padding:0px 0px 0px 10px;  font: 11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; list-style:none;}
.latest_clean_body .items li   {height:15px; white-space:nowrap; border-bottom:1px dotted #DEDEDE; background:url(../images/arrow.gif) no-repeat left; padding:3px 0px 2px 8px;}

/*나머지부가요소*/
.latest_clean_body .date    {color:#FF6E6E; font:9px verdana;}
.latest_clean_body .category  {color:#149494; font:9px verdana;}
.latest_clean_body .comment  {color:#FE6700; font:9px verdana;}
.latest_clean_body .comment a {color:#FE6700; font:9px verdana;}
.latest_clean_body .name   {color:#7878E1; font:9px verdana;}

 

 
list 출력html 내용

 <!--%import("css/default.css")-->
<style>
a.latest_clean_title:link { text-decoration:none; }
a.latest_clean_title:visited { text-decoration:none; }
a.latest_clean_title:active { text-decoration:none; }
a.latest_clean_title:hover { text-decoration:underline; color:#FF6E6E; }
</style>

<div class="latest_clean_top_{$colorset}">
 <div style="float:left;"><img src="./images/{$colorset}/top01.gif"></div>
 <div style="float:left;" class="latest_clean_title" zoom:1>< <div style="float:right;" class="latest_clean_title"><!--@if($widget_info->title && $widget_info->module_name)--><a href="{getUrl('','mid',$widget_info->module_name)}" class="more"><img src="./images/more.gif"></a><</div>

<div class="latest_clean_line01"><div style=" float:right;" class="latest_clean_line"><img src="./images/middle02.gif"></div></div>

<div class="latest_clean_body">
 <div class="bodyl">
  <ul class="items">
   <
!--@foreach($widget_info->document_list as $oDocument)-->
    <li>

    <!--@if($widget_info->display_regdate == 'Y')-->
    <span class="date">{$oDocument->getRegdate("m/d")}</span>
    <!--@end-->

    <!--@if($widget_info->display_category == 'Y')-->
    <span class="category">{$oDocument->menuname}</span>
    <!--@end-->
    
    {$oDocument->printExtraImages($widget_info->duration_new)}

    <a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
    
    <!--@if($oDocument->getCommentCount())-->
    <span class="comment"><a href="{$oDocument->getPermanentUrl()}#comment">{$oDocument->getCommentCount()}</a></span>
    <!--@end-->

    <!--@if($widget_info->display_author == 'Y')-->
    <span class="name">- {$oDocument->getNickName()}</span>
    <!--@end-->
    
    </li>
   <!--@end-->
  </ul>
 </div>

</div>

<div class="latest_clean_bottom">
 <div style=" float:left;"><img src="./images/bottom01.gif"></div>
 <div style=" float:center;" ><img src="./images/bottom02.gif"></div>
 <div style=" float:right;"><img src="./images/bottom03.gif"></div><div style="clear:both;"></div>
</div>


 

 

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
요플레:) 최상위 폴더에 XE를 설치할수는 없나요? [2] 2009.11.19 by 비밀입니다
뤼빈 확장변수말고 게시판에 항목추가하는 건 어떻게 하나요?  
박문주415 회원가입배경색변경 [1] file 2009.11.19 by 비밀입니다
bimilk xe 1.2.2=> xe1.3 한번에 바로 업데이트해도되나요? [2] 2009.11.19 by Gekkou
ㄲ ㅏ ㅊ ㅣ 서버 이전후 이미지가 안보입니다. [1] file 2009.11.19 by Gekkou
8chezil_Admin 보드전체가 롤백이 됬습니다. [2] 2009.11.19 by 8chezil_Admin
hillary 제로보드4 최신댓글 출력 가능하나요? [1] 2009.11.19 by 비밀입니다
하루. 글쓰기를 누르면 정해진 형식이 나타나도록 할수 없나요? (사진) [1] file 2009.11.19 by 비밀입니다
개발. 댓글 입력 에디터와 게시판에 글입력하는 에디터를 다르게 할 수 없나요.. [1] 2009.11.19 by 비밀입니다
으아악. xe_official_v2 레이아웃 스킨에서 하위메뉴가 나오도록 못하나요? [1] file 2009.11.19 by 비밀입니다
몽키님 메뉴가 레이아웃에 안뜨네요 ㅠㅠ [1] 2009.11.19 by 비밀입니다
김태욱658 커뮤니케이션 컬러셋 변경이 안되요 ㅠ  
루냐 기본게시판 오류입니다. file  
임한용 http://www.silver114.org/ 메인에 제목 부분하고 날짜 부분간격 조절 어떻게 하나요?  
assime Mysql 질문드립니다 꼭좀..ㅠ.ㅠ  
언노운 카운터가 15일 이후 동작하지 않습니다. 해결방법좀 알려주세요 file  
조진영140 메뉴추가로 질문드립니다.  
생초짜 뒤 주소안보이게 [1] 2009.11.19 by DuRi
개발. 소스보기 안되게 할 수 있는 방법이 있나요..? [1] 2009.11.19 by DuRi
레테123 워터마크 애드온이 적용이 안 되네요^^;;  
zeenz tag 출력에 관해 질문 드립니다  
리브샌드 중복 설치  
개발. 로그아웃안하고 창을 닫은다음에 다시 접속하면 로그인한상태로 보이네요.. [1] 2009.11.19 by Gekkou
sctaix XE에서 자동으로 지정하는 링크 수정법? [1] file 2009.11.19 by DuRi
박성재^~ google analytics 코드는 어디다가 넣나요? [1] 2009.11.19 by 영구만세
LEE명우 제로보드XE 게시판오류 [1] file 2009.11.19 by DuRi
초보탈출염원 홈페이지 뜨는 것처럼 하다가 안뜹니다 [1] 2009.11.19 by DuRi
jo730 2차 레이아웃에서 3차메뉴를 게시판 부분에 넣고 싶어요 [1] 2009.11.19 by DuRi
박석규250 [문의]웹진 글출력방식 ?  
영구만세 XE폴더 안에 있는 XE와는 상관없는 독립적인 웹 프로그램들을 실행할 방법은? [1] 2009.11.19 by DuRi