묻고답하기

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

 

ie6버전의 화면

ie6.jpg

 ie8버전의 화면

ie8.jpg

 

 

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 남기남
로진 폴더명 zbxe를 xe로 바꾸고 싶어요 [2] 2010.01.24 by Gekkou
가오머신 링크오류  
엄지공쥬 xe 홈페이지 밑에 메뉴 부분 제 홈피에 적용하고싶은데요.. [1] file 2010.01.24 by 젠이
Eris 네이버처럼 주소이동 시키려고 합니다 [1] 2010.01.24 by philos
정시연 모듈 삭제는 어떻게 하나요? [1] 2010.01.24 by Gekkou
마로. [API] XE 에서 XE로 원격발행 가능한가요?  
yohan666 위젯중에 게시판 카테고리의 최근 게시물 출력 위젯이 있나요? [1] 2010.01.24 by 제이디600
띵띵콩 도메인 연결이 안됩니다. 도와주세요 [2] 2010.01.24 by 공듀
월드이동국 아이프레임 질문입니다.  
saiph XE1.4.0.2를 putty로 압축 해제 시 [1] file 2010.01.23 by Gekkou
Dizany 위젯스타일스킨 제목(폰트) 사이즈  
龍군 ie6버전에서 특정이미지가 보이지 않습니다. [1] file 2010.01.23 by klaist
yohan666 브라우저 IE6 이신분 도와주세요... [1] 2010.01.23 by klaist
June Oh 회원 layer에서 ''메일 보내기'' 항목 제거 [1] file 2010.01.23 by 오델라가루
......욤 페이지 에서 만든 직접 만든 테이블에는 코드입력이 안되군요..  
강지아714 XE Default Skin 다운 [1] 2010.01.23 by iceman237
okok xp제어판에서 셋팅할 때 zb4메인페이지가 열립니다. [4] 2010.01.23 by okok
eltu 최근 댓글 목록 클릭시 링크를 바꾸고 싶은데  
젠이 XE 새 버젼 설치가 안 됩니다 [1] file 2010.01.23 by 휘즈
Rate 확장변수 외 기타등등.. 질문 [1] file 2010.01.23 by 러키군