상품관리 상단내용 소스 적용 문제 채택완료
상품관리에 수정 들어가면 상단내용 입력하는 부분이 있는데요
상품마다 별도의 상단 메뉴를 넣으려고 합니다~
하단 소스를 넣으니 메뉴 롤오버 기능이 적용되지 않는군요
어떤 문제가 있는지 고수님들 검토 부탁드립니다.
<!-- 메뉴 시작 -->
<table border="0" width="1531" cellpadding="0" cellspacing="0" align="center">
<tbody><tr>
<td width="1" height="50" align="center" bgcolor="#aaaaaa"></td>
<TD align="center" width="174" height="50" bgcolor="#4268ae" onMouseOver=this.style.backgroundColor='#4268ae' onMouseOut=this.style.backgroundColor='#4268ae'>
<span style="font-family: 나눔고딕; font-size: 12pt; color: #ffffff;"><b>메뉴1</b></span>
</TD>
<td width="1" height="50" align="center" bgcolor="#aaaaaa"></td>
</tr>
</table>
답변 6개
<TD align="center" width="174" height="50" bgcolor="#4268ae" onMouseOver="this.style.backgroundColor='#4268ae';"
onMouseOut="this.style.backgroundColor='#4268ae';"
이렇게 해보세요.
댓글을 작성하려면 로그인이 필요합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
색상을 다르게 해도 마찬가지 입니다.
<td align="center" width="174" height="50" onmouseover="this.style.backgroundColor='#4268ae'" onmouseout="this.style.backgroundColor='#FFFFFF'" style="cursor:pointer" onclick="location.href="/shop/list.php?ca_id=20"">
<span style="font-family: 나눔고딕; font-size: 12pt; color: #bfbfbf;"><b>menu2</b></span>
</td>
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인