如何在 html 页面上放置一个具有黑色背景且略微透明的 iFrame,因此它会使页面变暗。
到目前为止,我有这个,但它不起作用。
<iframe id="fade" src="fade.html" frameborder="No" style="FILTER: chroma(color=#000000)" allowtransparency="true">
<p>Your browser does not support iframes.</p>
</iframe>
淡出.html
<html>
<body style="background:transparent">
</html>