我似乎无法设置具有这两个要求的IFrame的背景图像。
IFrame不应该是透明的,而背景图片的不透明度应该是0.1
背景必须重复,因为有一个很长的<p>
标签
这里的代码是背景图像没有重新出现的问题,关于如何实现这两个要求的任何想法:)?
<body style="background-color:white;font-family: arial;">
<div style="
background-image: url(backgroundchat.png);
background-repeat: repeat;
opacity: 0.1;
top:0;
bottom:0;
left: 0;
right: 0;
position: absolute;">
</div>
IFrame基本上调用了这个页面,但是在另一个页面上,但对于那些感兴趣的人:
<iframe id="ifrim" frameborder="0" src="/chathistory.php"></iframe>