网页中浮动窗口代码?

来源:百度知道 编辑:UC知道 时间:2024/05/30 23:50:13
我在网页上面的边加一个浮动窗口,就像http://www.knowsky.com/asp.asp左右的浮动广告一样,我要就在上面,而且里面是显示其它网页的,不是显示图片或文字。
或帮我解决
http://zhidao.baidu.com/question/93538069.html的问题,

浮动窗口:

<div id="FloatDiv" style="position:fixed; width:100px; height:100px; visibility:visible; right: 10px; bottom: 10px; border: 0px; background-color: blue"><iframe width=100% height=400 src="其它网页" frameborder=auto scrolling="yes"></iframe></div>

播放音乐:
<iframe width=100% height=400 src="http://www.hcdj.com/bjs0und.htm" frameborder=auto scrolling="yes"></iframe>

= =这个是联盟提供的代码啦!

上面的这些能用吗?