테스트 사이트 - 개발 중인 베타 버전입니다

상품관리 상단내용 소스 적용 문제 채택완료

freen 4년 전 조회 4,517

상품관리에 수정 들어가면 상단내용 입력하는 부분이 있는데요

상품마다 별도의 상단 메뉴를 넣으려고 합니다~

하단 소스를 넣으니 메뉴 롤오버 기능이 적용되지 않는군요
어떤 문제가 있는지 고수님들 검토 부탁드립니다.

 

 

<!-- 메뉴 시작 -->
<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개

채택된 답변
+20 포인트

<TD align="center" width="174" height="50" bgcolor="#4268ae" onMouseOver="this.style.backgroundColor='#4268ae';"

onMouseOut="this.style.backgroundColor='#4268ae';" 

이렇게 해보세요.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

f
4년 전

아무래도 상단내용 입력하는 부분이 style이 안먹히는듯 합니다.
다른 방법을 찾아봐야 겠어요~

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

f
4년 전

관리자 수정페이지 상에서는 롤오버 기능이 잘 되는데 item페이지에 확인하면 작동이 안되네요~

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

엑스엠엘
4년 전
해당 페이지 URL을 보여 주세요.

댓글을 작성하려면 로그인이 필요합니다.

f
4년 전

말씀대로 해도 마찬가지로 변화가 없네요 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

f
4년 전

색상을 다르게 해도 마찬가지 입니다.

<td align="center" width="174" height="50" onmouseover="this.style.backgroundColor='#4268ae'" onmouseout="this.style.backgroundColor='#FFFFFF'" style="cursor:pointer" onclick="location.href=&quot;/shop/list.php?ca_id=20&quot;">
<span style="font-family: 나눔고딕; font-size: 12pt; color: #bfbfbf;"><b>menu2</b></span>
</td>

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

4년 전

<TD align="center" width="174" height="50" bgcolor="#4268ae" onMouseOver="this.style.backgroundColor='#4268ae'" onMouseOut="this.style.backgroundColor='#4268ae'"> 로 해보세요

 

그리고 마우스를 뗐을 때와 가져다 댔을 때 색이 모두 동일한데

 

실제 작동이 되어도 변화가 없을거 같네요

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인