팝업창에 플래시가 있고 최근글에 플래시가 있을때... 정보
팝업창에 플래시가 있고 최근글에 플래시가 있을때...본문
제목그대로 팝업창에 플래시가 있으며 최신글에도 플래시가 있는데 둘이 겹칩니다.
근데 최신글에 있는 플래시가 팝업창에 있는 플래시위에 나타납니다. 최신글에 그림이 있을때는 팝업창에 있는 플래시가 먼저보입니다.
최신글에 플래시가 있더라도 팝업창에 있는 플래시가 먼저 보이게 하고자 합니다. 몇가지 팁이나 질문답 찾아서 해 보아도 되지 않는데 어케 할지요....휴~~`
근데 최신글에 있는 플래시가 팝업창에 있는 플래시위에 나타납니다. 최신글에 그림이 있을때는 팝업창에 있는 플래시가 먼저보입니다.
최신글에 플래시가 있더라도 팝업창에 있는 플래시가 먼저 보이게 하고자 합니다. 몇가지 팁이나 질문답 찾아서 해 보아도 되지 않는데 어케 할지요....휴~~`
댓글 전체
팝업창보다 부모창에 있는내용이 위에 보인다는건 있을수 없는듯 한데요..
팝업창이 아닌 레이어 아닌지..
오류페이지를 알려주셔야 정확한 답변이 가능하겠네요.
팝업창이 아닌 레이어 아닌지..
오류페이지를 알려주셔야 정확한 답변이 가능하겠네요.
아래는 팝업소스 중 일부
gnuboard4/skin/latest/←폴더
<div id="<?=$wr_id?>" style="position:absolute; left:<?=$ileft?>px; top:<?=$ileft?>; z-index:3; visibility:visible; display:table; cursor:move" onmousedown="startDrag<?=$wr_id?>(event.clientX,event.clientY)" onmouseup="stopDrag<?=$wr_id?>()">
<table border='0' cellspacing='0' cellpadding='0' bgcolor="#FFFFFF">
<tr>
<td width='7'><img src='<?=$latest_skin_path?>/img/bg_01.gif' width='7' height='31'></td>
<td background='<?=$latest_skin_path?>/img/bg_04.gif'><img src='<?=$latest_skin_path?>/img/bg_02.gif' width='97' height='31'></td>
<td background='<?=$latest_skin_path?>/img/bg_04.gif'><div align='right'><img src='<?=$latest_skin_path?>/img/bg_06.gif' width='114' height='31'></div></td>
<td width='7'><img src='<?=$latest_skin_path?>/img/bg_07.gif' width='7' height='31'></td>
</tr>
<tr>
<td background='<?=$latest_skin_path?>/img/bg_22.gif'><img src='<?=$latest_skin_path?>/img/bg_22.gif' width='7' height='1'></td>
<td colspan='2' valign='top'>
<?
echo "<a href='{$list[$i][wr_link1]}' target='{$list[$i][wr_2]}'>";
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) { ?>
<img src='<?=$g4[path]?>/data/file/pop/<?=$image?>' border='0'></a>
<?}
else if(preg_match("/\.(swf|wmv|asf)$/i", $image))
{ echo"<script>doc_write(flash_movie('$g4[path]/data/file/$bo_table/$image', 'flash$i', '350', '350', 'transparent'));</script>";}
아래는 같은 폴더에 최신글 소스일부
<div stype='position;absolute;scrolling;yes;overflow-x;auto;z-index:1;' style="left: 0px; width: 100%; position: relative; top: 0px; height: <?=$box_height*$tr_mod?>px; overflow:hidden;" onMouseover="bMouseOver_<?=$uni?>=0" onMouseout="bMouseOver_<?=$uni?>=1" id="latest_scroll_<?=$uni?>">
<script type='text/javascript'>
var no_script_flag_<?=$uni?> = false ;
if ( navigator.appName == "Microsoft Internet Explorer" ) {
if ( navigator.appVersion.indexOf ( "MSIE 4" ) > -1 ) {
document.write ( roll_text_<?=$uni?>[0] ) ;
no_script_flag_<?=$uni?> = true ;
}
}
if ( no_script_flag_<?=$uni?> == false )
start_roll_<?=$uni?>();
</script>
</div>
위 소스가지고 부족할런지요
gnuboard4/skin/latest/←폴더
<div id="<?=$wr_id?>" style="position:absolute; left:<?=$ileft?>px; top:<?=$ileft?>; z-index:3; visibility:visible; display:table; cursor:move" onmousedown="startDrag<?=$wr_id?>(event.clientX,event.clientY)" onmouseup="stopDrag<?=$wr_id?>()">
<table border='0' cellspacing='0' cellpadding='0' bgcolor="#FFFFFF">
<tr>
<td width='7'><img src='<?=$latest_skin_path?>/img/bg_01.gif' width='7' height='31'></td>
<td background='<?=$latest_skin_path?>/img/bg_04.gif'><img src='<?=$latest_skin_path?>/img/bg_02.gif' width='97' height='31'></td>
<td background='<?=$latest_skin_path?>/img/bg_04.gif'><div align='right'><img src='<?=$latest_skin_path?>/img/bg_06.gif' width='114' height='31'></div></td>
<td width='7'><img src='<?=$latest_skin_path?>/img/bg_07.gif' width='7' height='31'></td>
</tr>
<tr>
<td background='<?=$latest_skin_path?>/img/bg_22.gif'><img src='<?=$latest_skin_path?>/img/bg_22.gif' width='7' height='1'></td>
<td colspan='2' valign='top'>
<?
echo "<a href='{$list[$i][wr_link1]}' target='{$list[$i][wr_2]}'>";
$image = urlencode($list[$i][file][0][file]); // 첫번째 파일이 이미지라면
if (preg_match("/\.(gif|jpg|png)$/i", $image)) { ?>
<img src='<?=$g4[path]?>/data/file/pop/<?=$image?>' border='0'></a>
<?}
else if(preg_match("/\.(swf|wmv|asf)$/i", $image))
{ echo"<script>doc_write(flash_movie('$g4[path]/data/file/$bo_table/$image', 'flash$i', '350', '350', 'transparent'));</script>";}
아래는 같은 폴더에 최신글 소스일부
<div stype='position;absolute;scrolling;yes;overflow-x;auto;z-index:1;' style="left: 0px; width: 100%; position: relative; top: 0px; height: <?=$box_height*$tr_mod?>px; overflow:hidden;" onMouseover="bMouseOver_<?=$uni?>=0" onMouseout="bMouseOver_<?=$uni?>=1" id="latest_scroll_<?=$uni?>">
<script type='text/javascript'>
var no_script_flag_<?=$uni?> = false ;
if ( navigator.appName == "Microsoft Internet Explorer" ) {
if ( navigator.appVersion.indexOf ( "MSIE 4" ) > -1 ) {
document.write ( roll_text_<?=$uni?>[0] ) ;
no_script_flag_<?=$uni?> = true ;
}
}
if ( no_script_flag_<?=$uni?> == false )
start_roll_<?=$uni?>();
</script>
</div>
위 소스가지고 부족할런지요