팝업레이어 실행 코드 및 위치 변경

This commit is contained in:
chicpro
2013-04-12 10:55:41 +09:00
parent 649da98726
commit 67741b429b
3 changed files with 6 additions and 3 deletions

View File

@ -14,7 +14,7 @@ for ($i=0; $row_nw=sql_fetch_array($result); $i++)
$sql = " select * from {$g4['shop_new_win_table']} where nw_id = '{$row_nw['nw_id']}' ";
$nw = sql_fetch($sql);
?>
<div id="div_popup_<? echo $nw['nw_id'] ?>" style="position:absolute;left:<?=$nw['nw_left']?>px;top:<?=$nw['nw_top']?>px;background-color:#eee;z-index:100">
<div id="div_popup_<? echo $nw['nw_id'] ?>" style="position:absolute;left:<?=$nw['nw_left']?>px;top:<?=$nw['nw_top']?>px;background-color:#eee">
<table width="<? echo $nw['nw_width'] ?>" height="<? echo $nw['nw_height'] ?>" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><?=conv_content($nw['nw_content'], 1);?></td>