搜索
首页 电脑/网络

弹出居中iframe窗口,点击其它位置消失_html/css_WEB-ITnose

全部回答

2023-03-28

0 0

    1。html弹出详情2。css#myFrameId{width:800px;height:600px;position: absolute;display:none;}3。
  jsfunction detail(id){ $('#myFrameId')。attr('src','https://www。  baidu。com'); $('#myFrameId')。
  show(); iframe_height = $(window)。height()-600; iframe_width = $(document)。width()-800; iframe_height>0?iframe_height=(iframe_height/2):iframe_height=0; iframe_width>0?iframe_width=(iframe_width/2):iframe_width=0; $('#myFrameId')。
    css('top',iframe_height); $('#myFrameId')。css('left',iframe_width);}$(document)。on("click", function(e){ console。
  log('123'); $('#myFrameId')。  hide();});$("。myFrameId,info_show")。on("click", function(e){ console。
  log('456'); e。stopPropagation();});。

类似问题换一批

热点推荐

热度TOP

相关推荐
加载中...

热点搜索 换一换

电脑/网络
电脑/网络
程序设计
电脑装机
操作系统/系统故障
硬件
笔记本电脑
百度
互联网
反病毒
软件
举报
举报原因(必选):
取消确定举报