썸네일 위에 플래쉬 띄우기 정보
썸네일 위에 플래쉬 띄우기첨부파일
본문
http://hanacars.com/ver2/index.php
홈페이지에 썸네일 위로 마우스를 오버 하면 플래쉬가 뜨게 되어있습니다.
그런데 플래쉬가 중앙에 가도록 하고 싶은데 안되더라구요
div 값은 position:absolute 으로 되어 있구요 그걸 left 50% top50% 로 하니깐 썸네일 창이 아니라
전체 홈페페이지 중앙으로 가더라구요..
어떤게 하면 좋을까요? php 파일 같이 올립니다.
<div id="menu<?=$Count1?>" style="position:absolute; display:none;">
<table border=0 onmouseout="javascript:hideLayer('menu<?=$Count?>');" onmouseover="javascript:showLayer('menu<?=$Count?>');">
<tr><td><script>flash_show("/ver2/img/swf/mlink<?=$swf?>.swf", "230", "192", "high", "transparent");</script></td></tr>
</table>
</div>
홈페이지에 썸네일 위로 마우스를 오버 하면 플래쉬가 뜨게 되어있습니다.
그런데 플래쉬가 중앙에 가도록 하고 싶은데 안되더라구요
div 값은 position:absolute 으로 되어 있구요 그걸 left 50% top50% 로 하니깐 썸네일 창이 아니라
전체 홈페페이지 중앙으로 가더라구요..
어떤게 하면 좋을까요? php 파일 같이 올립니다.
<div id="menu<?=$Count1?>" style="position:absolute; display:none;">
<table border=0 onmouseout="javascript:hideLayer('menu<?=$Count?>');" onmouseover="javascript:showLayer('menu<?=$Count?>');">
<tr><td><script>flash_show("/ver2/img/swf/mlink<?=$swf?>.swf", "230", "192", "high", "transparent");</script></td></tr>
</table>
</div>
댓글 전체