레이어팝업 제어 질문좀드려도 될까요??

· 2012-01-12 (목) 23:02:30 · 3925 · 6
파폭과 익스가 "이창을하루동안보이지 않습니다 & 닫기가 벌어져있더라고요??
보시는바와같이 파폭이 원래 상태구요..
<tr>
<td height=60>
</td>
</tr>
편법으로되나했더니.. 익스만 원하는대로 되더군요..
또 파폭이나 크롬에서 왜닫기버튼이 먹통인지.
뭐가 문제인지 어디서 뭐가 잘못사용된건지 자문을 좀 구하고 싶네요.
될수있으면 div 으로 교체하고 싶은데 다교체하면 아예깨져서..
휴..여러분의 고수분의 구제의손길을 기다립니다...
 
 링크보시면 왜 질문했는지 아실겁니다@
---------------------------------------------------------------------------------------------------
 
?>
<div id="layer_<?=$no?>" style="position:absolute;border:2px solid #9A9A9A; left:<?=$layer[popup_left]?>px; top:<?=$layer[popup_top]?>px; width:<?=$width?>px; height:<?=$height?>px; z-index:<?=1000 +$no?>;filter:revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5);cursor:hand;background-color:#FFFFFF"
onmouseover="dragObj=layer_<?=$no?>; drag=1;move=0" onmouseout="drag=0">
<table border=0 cellpadding=0 cellspacing=0>
<tr height=20 bgcolor=#ffffff>
<td style="text-align:left;border-bottom:2px solid #9A9A9A;"colspan=2> </FONT> <font color=#000;>
<?=$title?></FONT></td>
</tr>
<tr valign=top >
 <td colspan=2>
<!--------------본문---------------->
<?if($check_input=="TEXT") { 
 ?>
<table border=0 style="text-align:left;" cellpadding=0 cellspacing=0 width=<?=$width?> height=<?=$height?> >
<tr>
<td valign=top><?=$content?></td>
</tr>
<tr>
<td height=60>
</td>
</tr>

 <td>  
 <font color=#000 style='margin-top:70px;font-size:11px;font-family:돋움'><?=$gigan_text?></FONT> 
 <input type=checkbox name="gigan" value="<?=$gigan?>"
 onclick="set_cookie('cookie_<?=$no?>','Y', <?=$gigan_hour?>,'/');layer_<?=$no?>.style.display='none';" align=absmiddle>
   
 </td>
 <td style="text-align:right;"><span OnClick="layer_<?=$no?>.style.display='none';" style='cursor:hand; '><img src='<?=$g4[path]?>/img/img_close_x.gif' border=0 align='absmiddle'></span>
  
 </td>
 </table>
<? }//컨텐츠 끝?>
<?if($check_input=="IMG") { 
 ?>
<table border=0 cellpadding=0 cellspacing=0 width=<?=$width?> height=<?=$height?> >
<tr>
 <td align=center valign=top><?=$a_img_start?><img src="<?=$g4[path]?>/popup_img/<?=$img_file?>" border=0><?=$a_img_end?></td>
</tr>
</table>
<? }//이미지 끝?>
 
 
</table>
</div>
<?
}//view_layer의 끝  
?>
 
 
-------------------------------------------------------------------------------------------------------
 
 
 
 
|

댓글 6개

요런 레거시 DOM은 파폭에서 안되용... layer_<?=$no?>.style.display='none'; 를 document.getElementById(' layer_<?=$no?>').style.display='none' 식으로 고쳐야 되용...

cursor:hand -> cursor:pointer
감사합니다.. 남의거 수정해쓰는지라 잘몰랐다능 ㅎㅎ

근데 파폭에서 아예 착붙게 만들순없을까요??

익스는 </tr>
<tr>
<td height=60>
</td>
</tr>
이런편법써서잘만되는데.. 이것만고치면될것가튼데....


ps. 파폭에서느 레이어이동이 불가능한가요??
잘못된 곳이 너무 많아용... 우쩌지. ㅎ.ㅎ
어쩌겠어요.. 2년전꺼라 많이 잘못되도 어쩌겠어요..

밀고 들어가야죠..

음.. 최근에 나온 탑님의 팝업관리 쓰기는...

제가 이걸빌더에 장착할거라서 ㄷㄷ..

만드어서 배포하는게 꿈이라 ㅎㅎ

쩝.. 님께 가르쳐달라고할수도없고.. 아..
?>

<div id="layer_<?=$no?>" style="position:absolute;border:2px solid #9A9A9A; left:<?=$layer[popup_left]?>px;width:<?=$width?>px;height:<?=$height?>px; top:<?=$layer[popup_top]?>px; z-index:<?=1000 +$no?>;filter:revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5);cursor:pointer;background-color:#FFFFFF;"
onmouseover="dragObj=layer_<?=$no?>; drag=1;move=0" onmouseout="drag=0">
<div style="text-align:left;border-bottom:2px solid #9A9A9A;"><font color=#000;><?=$title?></FONT></div>
<!--------------본문---------------->
<?if($check_input=="TEXT") {?>
<div style="">
<?=$content?>
</div>
<div style="position:absolute;bottom:0;padding:10px 0 3px;width:100%;">
<div style="padding:3px 5px;">
<font color=#000 style='font-size:11px;font-family:돋움'><?=$gigan_text?></FONT> 
<input type=checkbox name="gigan" value="<?=$gigan?>" onclick="set_cookie('cookie_<?=$no?>','Y', <?=$gigan_hour?>,'/'); document.getElementById('layer_<?=$no?>').style.display='none';" align="absmiddle">
<span onClick="document.getElementById('layer_<?=$no?>').style.display='none';" style='position:absolute;cursor:pointer; right: 5px; bottom:5px;'><img src='<?=$g4[path]?>/img/img_close_x.gif' border=0 align='absmiddle'></span>
</div>
</div>
<? }//컨텐츠 끝?>
<?if($check_input=="IMG") {?>
<table border=0 cellpadding=0 cellspacing=0 width=<?=$width?> height=<?=$height?> >
<tr>
<td align=center valign=top><?=$a_img_start?><img src="<?=$g4[path]?>/popup_img/<?=$img_file?>" border=0><?=$a_img_end?></td>
</tr>
</table>
<? }//이미지 끝?>
</div>
<?
}//view_layer의 끝
?>
---
아.. 테이블 흐흐 떼어버렸음... 복잡하기만하고 ...
냉큼 고쳐봤음요.. ㅎ
잔 버그까지 해결완료!

감사드려요.. 정말 쉽지않은거였는데 이렇게 고쳐주시다니..

이걸어떻게 감사드려야할지.. 지금으로선 보답할 길이 안보이지만..

나중에 꼭갚을게요 ㅎㅎ

빌더 도움주신분에 님이름이라도 꼭넣어드려야겠어요 ㅎㅎ
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

8,188건
+
제목 글쓴이 날짜 조회
12-08-29 조회 5,447
12-08-21 조회 3,437
12-08-21 조회 3,527
12-08-05 조회 3,340
12-08-04 조회 4,298
12-07-31 조회 9,194
12-07-26 조회 3,856
12-07-24 조회 3,488
12-07-20 조회 3,387
12-07-15 조회 3,279
12-07-09 조회 4,657
12-07-09 조회 3,363
12-07-09 조회 3,273
12-07-06 조회 4,097
12-07-05 조회 3,198
12-07-05 조회 3,271
12-06-30 조회 3,399
12-06-29 조회 3,198
12-06-26 조회 3,375
12-06-18 조회 3,257
12-06-18 조회 3,359
12-05-31 조회 3,587
12-05-29 조회 4,333
12-05-23 조회 3,362
12-05-22 조회 3,609
12-05-17 조회 4,435
12-05-10 조회 3,465
12-05-06 조회 3,328
12-05-04 조회 3,019
12-04-25 조회 3,456
12-04-21 조회 2,981
12-04-21 조회 4,367
12-04-20 조회 3,535
12-04-10 조회 2,949
12-04-06 조회 2,823
12-04-05 조회 3,169
12-04-05 조회 3,841
12-03-31 조회 2,936
12-03-30 조회 3,055
12-03-29 조회 2,967
12-03-28 조회 2,992
12-03-27 조회 3,307
12-03-26 조회 3,700
12-03-23 조회 2,890
12-03-20 조회 2,952
12-03-12 조회 2,880
12-03-12 조회 3,224
12-03-12 조회 3,133
12-03-12 조회 4,089
12-03-12 조회 5,582
12-03-12 조회 3,680
12-03-12 조회 5,487
12-03-12 조회 3,671
12-03-12 조회 6,036
12-03-06 조회 3,008
12-03-04 조회 4,140
12-03-02 조회 3,973
12-02-16 조회 5,120
12-02-15 조회 4,450
12-02-11 조회 2,969
12-02-08 조회 2,819
12-02-08 조회 3,829
12-02-07 조회 3,235
12-01-30 조회 2,931
12-01-29 조회 3,358
12-01-25 조회 3,348
12-01-19 조회 2,872
12-01-12 조회 3,018
11-12-30 조회 3,661
11-12-29 조회 3,006
11-12-26 조회 3,046
11-12-26 조회 2,932
11-12-17 조회 4,054
11-12-17 조회 3,261
11-12-01 조회 3,038
11-11-19 조회 4,211
11-11-14 조회 4,097
11-11-14 조회 2,721
11-11-10 조회 2,954
11-11-10 조회 3,623
11-10-27 조회 2,448
11-10-26 조회 2,581
11-10-25 조회 2,442
11-10-17 조회 3,601
11-10-10 조회 2,530
11-10-03 조회 2,586
11-09-28 조회 2,465
11-09-28 조회 3,966
11-09-26 조회 2,449
11-09-26 조회 2,565
11-09-25 조회 2,829
11-09-19 조회 6,012
11-09-09 조회 2,913
11-09-08 조회 3,294
11-08-31 조회 3,095
11-08-29 조회 5,086
11-08-25 조회 2,765
11-08-23 조회 2,444
11-08-21 조회 2,455
11-08-19 조회 2,376