<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>Document</title> <style> .Model{ display:block; position...
{ display:block; position: absolute; /* 使用绝对定位或固定定位 */ left: 0px; top: 0px; width:100%; height:100%; text-align:center; z-index: 1000; background-color: #333; opacity: 0.5; /* 背景半透明 */} </style> </head> <body> <div id="container"> <iframe id="f1" src...
为什么要用iframe。。。不过我有个思路,就是第一个的a.html的容器的z-index在最外层的遮罩之上,然后a.html里面设置覆盖的遮罩,注意和外边的遮罩透明度和颜色一致,然后b.html的容器的z-index更大就好了