묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
onmouseover 이벤트가 왜 안먹죠... 좀 봐주세요..
2004.12.31 12:47
<table>
<tr height="20" bgcolor="F0F3F9" align="center" onMouseOver="this.style.background='F99F3F'; this.style.color='ffffff';" onMouseOut="this.style.background='F0F3F9'; this.style.color='666666';">
<td>asdf</td>
</tr>
</table>
위에서 onmousover 이벤트가 배경색은 바뀌는데 tr의 글자색은 안 바뀌네요..글자색은 td에만 적용이 되는건가요? tr에서는 적용이 불가능한건가요?
꼭 좀 알려주세요...
<tr height="20" bgcolor="F0F3F9" align="center" onMouseOver="this.style.background='F99F3F'; this.style.color='ffffff';" onMouseOut="this.style.background='F0F3F9'; this.style.color='666666';">
<td>asdf</td>
</tr>
</table>
위에서 onmousover 이벤트가 배경색은 바뀌는데 tr의 글자색은 안 바뀌네요..글자색은 td에만 적용이 되는건가요? tr에서는 적용이 불가능한건가요?
꼭 좀 알려주세요...