div.transbox { width:970px; height:570px; overflow: auto; margin:50px auto; background-color:#ffffff; border:2px #FFA500; opacity:0.9; filter:alpha(opacity=80); }
时间: 2024-04-08 09:36:34 浏览: 114
这段代码定义了一个名为"transbox"的div元素的样式。它具有以下属性:
- 宽度为970像素
- 高度为570像素
- 溢出内容时显示滚动条
- 上下左右居中对齐(外边距设置为50像素)
- 背景颜色为白色
- 边框为2像素的橙色
- 不透明度为0.9
- 兼容IE浏览器的透明度设置为80%
如果你有关于这段代码的更多问题,请继续提问。
阅读全文