출석부 화면 에러관련 몇가지 질문드립니다.
관련링크
본문
안녕하세요.
예전에 백업해둔 출석부 플러그인을 다시 사용중인데요.
에러 1.
< 2024 - 06 좌측에 까만점이 하나 생기는데
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px; border:0px solid #e4e4e4;">
<tr>
<td align="center">
<li class="top"><a href="?d=<?php echo $DateP1?>&mode=<?php echo $mode?>"><strong> < </strong></a><?php echo $DateT1?><a href="?d=<?php echo $DateN3?>&mode=<?php echo $mode?>"><strong> > </strong></a></li>
</td>
</tr>
</table>
attendance.php 의 부근에는 아무런 이상이 없는것 같습니다.
ul, li {list-style:none outside;}
A {text-decoration:none;}
/* date */
#att_layer {text-align:left;}
#att_layer #box {width:120px;}
#att_layer #box .top {font-size:16px; width:20px; float:left;}
#att_layer #box .day {width:80px; float:left;}
#att_layer .w {font-weight:bold; line-height:20px; color:#333333; font-size:20px; font-family:verdana;}
#att_layer .attendance {background:url('./img/attendance.png') no-repeat;}
#att_layer .attendance_off {background:url('./img/attendance_off.png') no-repeat;}
#att_layer .m_attendance {background:url('./img/m_attendance.png') no-repeat;}
#att_layer .m_attendance_off {background:url('./img/m_attendance_off.png') no-repeat;}
#att_layer .title_sun {background-color:#efefef; font-weight:bold; color:#ea3d3e; font-size:14px; font-family:verdana; padding:0 0 0 1px;}
#att_layer .title_day {background-color:#efefef; font-weight:bold; color:#565656; border-left:1px solid #e4e4e4; font-size:14px; font-family:verdana; padding:0 0 0 1px;}
#att_layer .title_sat {background-color:#efefef; font-weight:bold; color:#3d7aea; border-left:1px solid #e4e4e4; font-size:14px; font-family:verdana; padding:0 0 0 1px;}
#att_layer .sun_1 {padding:0 0 0 10px; color:#ea3d3e; font-size:14px; font-family:verdana;}
#att_layer .sat_1 {padding:0 0 0 10px; color:#3d7aea; font-size:14px; font-family:verdana;}
#att_layer .day_1 {padding:0 0 0 10px; color:#333333; font-size:14px; font-family:verdana;}
#att_layer .sun_2 {padding:0 0 0 10px; font-weight:bold; color:#ea3d3e; font-size:18px; font-family:verdana;}
#att_layer .sat_2 {padding:0 0 0 10px; font-weight:bold; color:#3d7aea; font-size:18px; font-family:verdana;}
#att_layer .day_2 {padding:0 0 0 10px; font-weight:bold; color:#ff7700; font-size:18px; font-family:verdana;}
#att_layer .dot {color:#000000; font-size:14px; font-family:verdana;}
#att_layer .check {color:#126420; font-size:14px; font-family:verdana;}
#att_layer .check2 {color:#999999; font-size:14px; font-family:verdana;}
.board_list { clear:both; }
.board_list tr.bg0 { background-color:#fafafa; }
.board_list tr.bg1 { background-color:#ffffff; }
.input {height:22px}
@-webkit-keyframes hue {
from {
-webkit-filter: hue-rotate(0deg);
}
to {
-webkit-filter: hue-rotate(-360deg);
}
}
attendance.css 쪽이 문제인것 같은데요.
출석했을때, 안했을때 표시되어야 할 ./img/attendance.png 도 출력되질 않네요.
해당 출석부는 오래전에 아파치존에서 포인트 열심히 모아가면서 받았던걸로 기억하고 있어요. ㅎ
!-->!-->답변 2
<li class="top"> ==>다음 처럼 직접 스타일을 넣으면 되겠네요
<li class="top" style='list-style:none;'>
테스트 계정이 있어야될것 같아요 아무래도 css 문제 같아요
답변을 작성하시기 전에 로그인 해주세요.