리스트 tr에 링크걸기 자세히 알려주세요...^^ 정보
리스트 tr에 링크걸기 자세히 알려주세요...^^본문
board list에 tr전체에 링크를 걸고 싶어요
커서가 제목에 올라가면 그 줄 전체 - 번호, 제목, 이름, 날짜..- 가 한번에 색이 바뀌게 하고 싶은데
어려운 일인가요?
제 나름대로 list.php 화일 상단에 요렇게 썼는데.. 이게 맞는지 모르겠어요
또 적용은 어디어 어떻게 해야 하는지 모르겠어요...
<style>
.board_list tr.bg0 { background-color:#fafafa; }
.board_list tr.bg1 { background-color:#ffffff; }
.board_list tr a:link, a:visited, a:active { text-decoration:none; color:#454545; }
a:hover { text-decoration:bold;
font-weight:normal;
color:fc7905;}
</style>
댓글 전체

<tr onmouseover="this.className='bg0' onmouseout="this.className='bg1'>
감사합니다.
그런데요...
그 tr에 있는 글씨들만 색이 바뀌게 할 수 는 없는 건가요?
그런데요...
그 tr에 있는 글씨들만 색이 바뀌게 할 수 는 없는 건가요?
tr 글자 색은 정해줄 수 없는 건가요?
font-weight는 적용이 되서 커서가 올라가면 tr전체가 bold로 바뀌는데
color는 지정해 줘도 글자색이 바뀌질 않아요.
.board_list tr.bg0 { font-weight:normal; color:#888888; }
.board_list tr.bg1 { font-weight:bold; color:#FC7905; }
요렇게 style을 주고
밑에 tr에
<tr onmouseover="this.className='bg0' onmouseout="this.className='bg1'>말러83님이 알려주신대로
넣었어요. 그런데. 색이 바뀌질 않아요...
font-weight는 적용이 되서 커서가 올라가면 tr전체가 bold로 바뀌는데
color는 지정해 줘도 글자색이 바뀌질 않아요.
.board_list tr.bg0 { font-weight:normal; color:#888888; }
.board_list tr.bg1 { font-weight:bold; color:#FC7905; }
요렇게 style을 주고
밑에 tr에
<tr onmouseover="this.className='bg0' onmouseout="this.className='bg1'>말러83님이 알려주신대로
넣었어요. 그런데. 색이 바뀌질 않아요...