gpt4 book ai didi

javascript - JS 不透明度元素对 Chrome 中的 DIV 框完全没有影响

转载 作者:行者123 更新时间:2023-11-30 23:44:04 25 4
gpt4 key购买 nike

嗨,我下面有一个 js 脚本,我希望我的页面上的不透明度非常小。但无论值(value)如何,它都绝对没有影响。谁能建议我做错了什么?谢谢

    dx = document.getElementById('box').style

dx.backgroundColor= '#fff'
dx.visibility = "visible";
dx.width = 800 + "px" ;
dx.height = 40 + "px" ;
dx.top = 600 + "px" ;
dx.overflow = "hidden" ;
dx.marginLeft = "-400px";

tab = "<table width='800' border='0' cellpadding='1' > <tr> <td width='75' ></td> <td width='200'></td> <td width='75' ></td> <td ></td> </tr> <tr> <td align='left' valign='middle'><div align='right'>Contact</div></td> <td colspan='4' align='left' valign='middle'><input name='Pcontact' type='text' id='Pcontact' size='20' /> Number <input name='Pnumber' type='text' id='Pnumber' size='20' /> Mail <input name='Pmail' type='text' id='Pmail' size='25' /> <input name='addcontact' type='button' id='addcontact' value='Add Contact' /></td> </tr> </table>" ;

document.getElementById('box').innerHTML = tab

dx.opacity = 10 ;

在 CSS 中,我的盒子有以下内容

#box {
position:fixed;
width: 600px;
height: 700px;
top: 40px ;
border: 2px solid black;
background-color:#CCC;
left:50% ;
margin-left:-300px;
visibility:hidden ;
overflow:scroll ;

}

盒子 div 在我的 js 中调整大小,因为它有多种用途

最佳答案

opacity 的范围为 0 到 1,您将其设置为 10。

您可能指的是0.1或者0.9

关于javascript - JS 不透明度元素对 Chrome 中的 DIV 框完全没有影响,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3711579/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com