플래쉬메뉴 투명스크립트 처리좀 알려주세요~~ 정보
플래쉬메뉴 투명스크립트 처리좀 알려주세요~~본문
http://surijum.com
좌측 카테고리메뉴 플래쉬로 만든건데요..
PC화면에서는 정상적으로 출력이 되는데 휴대폰으로 보면 메뉴주위에 회색블럭이 생겨있네요.
투명스크립트 처리하면 된다는데 방법좀 알려주세요... 제가 찾아서 해보려는데 힘드네여...
<!--카테고리시작-->
<td>
<table cellpadding="0" cellspacing="0" height="270px" width="217px" border="0">
<tr>
<td width="217px" height="270px" valign="top">
<table>
<tr>
<!--레이어 띄우기 시작-->
<div id="box" style="position:relative;">
<div id="menuArea" style="position:absolute; width:307px; height:397px; left: 0px; top: 0px; z-index:100;">
<script type="text/javascript">activeswf('../html/flash/leftmenu.swf',307,397);</script>
</div>
</div>
<!--레이어 띄우기 끝-->
</tr>
</table>
</td>
</tr>
</table>
<!--카테고리끝-->
좌측 카테고리메뉴 플래쉬로 만든건데요..
PC화면에서는 정상적으로 출력이 되는데 휴대폰으로 보면 메뉴주위에 회색블럭이 생겨있네요.
투명스크립트 처리하면 된다는데 방법좀 알려주세요... 제가 찾아서 해보려는데 힘드네여...
<!--카테고리시작-->
<td>
<table cellpadding="0" cellspacing="0" height="270px" width="217px" border="0">
<tr>
<td width="217px" height="270px" valign="top">
<table>
<tr>
<!--레이어 띄우기 시작-->
<div id="box" style="position:relative;">
<div id="menuArea" style="position:absolute; width:307px; height:397px; left: 0px; top: 0px; z-index:100;">
<script type="text/javascript">activeswf('../html/flash/leftmenu.swf',307,397);</script>
</div>
</div>
<!--레이어 띄우기 끝-->
</tr>
</table>
</td>
</tr>
</table>
<!--카테고리끝-->
댓글 전체
<SCRIPT LANGUAGE="JavaScript">FlashMainbody("flash_swf/xml_menu_main.swf?encode=euckr","600","36",'Transparent');</SCRIPT>
이거 대로 하시면 됩니다. Transparent
스크립트가 플래쉬마다 처리가 되었는데
메뉴만 처리가 안되어 있네요
이거 대로 하시면 됩니다. Transparent
스크립트가 플래쉬마다 처리가 되었는데
메뉴만 처리가 안되어 있네요
웹프리존님 존경합니다 -0-
아래처럼 수정했는데 혹시 더 보완, 변경해야할 부분 있나 봐주세요..
<!--카테고리시작-->
<td>
<table cellpadding="0" cellspacing="0" height="270px" width="217px" border="0">
<tr>
<td width="217px" height="270px" valign="top">
<!--레이어 띄우기 시작-->
<div id="box" style="position:relative;">
<div id="menuArea" style="position:absolute; width:217px; height:270px; left: 0px; top: 0px; z-index:100;">
<SCRIPT LANGUAGE="JavaScript">FlashMainbody("../html/flash/leftmenu.swf?encode=euckr","307","397",'Transparent');</SCRIPT>
</div>
</div>
<!--레이어 띄우기 끝-->
</td>
</tr>
</table>
<!--카테고리끝-->
아래처럼 수정했는데 혹시 더 보완, 변경해야할 부분 있나 봐주세요..
<!--카테고리시작-->
<td>
<table cellpadding="0" cellspacing="0" height="270px" width="217px" border="0">
<tr>
<td width="217px" height="270px" valign="top">
<!--레이어 띄우기 시작-->
<div id="box" style="position:relative;">
<div id="menuArea" style="position:absolute; width:217px; height:270px; left: 0px; top: 0px; z-index:100;">
<SCRIPT LANGUAGE="JavaScript">FlashMainbody("../html/flash/leftmenu.swf?encode=euckr","307","397",'Transparent');</SCRIPT>
</div>
</div>
<!--레이어 띄우기 끝-->
</td>
</tr>
</table>
<!--카테고리끝-->
없네요~
하앗 진심으로 감사드립니다...