묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판 css 수정해서 제목 색 변경하고 싶은데
2012.01.27 03:24
웹진 형식입니다. xe_official 게시판인데요
.boardList.webZine tr.bg1 td, .boardList.webZine tr.bg2 td{padding:22px 6px 22px 6px; *padding:22px 6px 21px 6px;} .boardList.webZine td.title p.title{ margin-bottom:9px;} .boardList.webZine td.title p.title .category{ font-size:12px;} .boardList.webZine td.title p.title a.title{ font-weight:bold;} .boardList.webZine td.title p.summary{ line-height:18px; margin-bottom:8px;} .boardList.webZine td.title p.summary a{ text-decoration:none;} .boardList.webZine td.title .thumb{ float:right; clear:right; border:1px solid; padding:8px; margin-left:50px;} .boardList.webZine td.title .by{ font:9px Tahoma;}
여기에서
.boardList.webZine td.title p.title a:hover { color:#ff0000; text-decoration:underline; }
추가했습니다. 마우스를 올리는 게시물을 빨간색으로 표시해주는 부분인데요
클릭했을때 클릭한 게시물만 빨간색으로 유지할 수 없나요?
.boardList.webZine td.title p.title a:visited { color:#ff0000; text-decoration:underline; }
이거인줄 알았는데 이건 한번 클릭했던 링크 제목을 빨간색으로 유지하더라고요.
클릭하고 있는 현 게시물 제목만 빨간색으로 제목을 보여주게 하고 싶습니다.
댓글 2
-
송동우
2012.01.27 05:12
-
쿵푸팬더
2012.01.27 05:15
웹진형식으로 리스트가 쭉있을경우 제가 3번째 게시물을 클릭할때 그 하단에 나오는 리스트에서 제가 누른 게시물의 제목만 빨간색 즉 읽고 있는 게시물이다~ 라고 알려주려고 합니다. a:active 값이 맞는거 같은데 적용이 제대로 안되서요 아니면 제가 이걸 값을 잘못 준건지 햇갈립니다.;; -
쿵푸팬더
2012.01.27 05:16
.boardList.webZine td.title p.title a:active { color:#ff0000;} 추가했지만 전혀 변화가 나타나지 않았습니다. -
송동우
2012.01.27 06:08
제목이 출력되는 a 태그 속에
style="color:red"|cond="$document_srl == $document->document_srl"
이것을 입력해 보세요
-
쿵푸팬더
2012.01.27 06:35
완벽하게 작동합니다!! 감사합니다.
클릭했을때 클릭한 게시물만 빨간색으로 유지할 수 없나요?
이거인줄 알았는데 이건 한번 클릭했던 링크 제목을 빨간색으로 유지하더라고요.
이 두 줄이 같은 얘기 아닌가요?
빨간색으로 할 수 없나요? 빨간색이더라구요....빨간색으로 할 수 없나요?
이 말로 보이는데요......
a:active 를 얘기하는 것인지요?