所以我有这个问题。我想将我的弹出窗口居中,但这是关键。我不知道图片的尺寸是多少,因为它是用户上传的图片。如果我把屏幕变小,我也不会让图片消失。我试图将位置设置为相对,但随后它会将我的图像/文本推到弹出窗口后面。
<div id="imageFlyout<?=$step['order']+1?>" class="popUpWrapper" style="display:none;position:absolute;top:100px;left:<script type="text/JavaScript">
int w = screen.width;
<?php $tempSize=getimagesize("guidebook_images/".$step['attachment']); if($tempSize[0] > 935){?>w/2<?php }else{?>w-<?php echo($tempSize[0]/2);}?></script>px;">