묻고답하기
(수정) 일정 조회수가 넘으면 색깔이 바뀌게끔 하고 싶습니다
2011.09.28 16:23
조회수 목록에
조회수가 많으면 색깔이 변하게 하고 싶은데 어떻게 해야할까요?
100이상 조회시 빨간색
200이상 조회시 파란색 ... 이런식이로요
------------ 송동우님 답변
소스를 열어서
조회수를 출력하는 곳을 감싸고 있는 태그속에
아래 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray'+ ')}"
댓글 7
-
송동우
2011.09.28 17:47
-
김일광186
2011.09.29 09:15
송동우님 정말 님 xe지식인!! 멋지네요.. 제 질문답변 다시좀 답변부탁드릴게요ㅠㅠ -
송동우
2011.09.28 17:48
소스를 열어서
조회수를 감싸고 있는 태그속에
아래의 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray')}"
-
송동우
2011.09.28 17:49
소스를 열어서
조회수를 감싸고 있는 태그속에
아래의 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray')}"
-
송동우
2011.09.28 17:50
소스를 열어서
조회수를 감싸고 있는 태그속에
아래의 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray')}" -
송동우
2011.09.28 17:50
z
-
송동우
2011.09.28 17:51
소스를 열어서
조회수를 감싸고 있는 태그속에
아래의 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray')}"
-
송동우
2011.09.28 17:51
소스를 열어서
조회수를 감싸고 있는 태그속에
아래의 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray')}"
소스를 열어서
조회수를 출력하는 곳을 감싸고 있는 태그속에
아래 속성을 추가해 보세요
style="color:{$document->variables[readed_count]>200?'blue':($document->variables[readed_count]>100?'red':'gray')}"