好的,我在网站中有一个网站页面,网站运作完美。当页面中的页面加载时,我会在页面中向下滚动条页面。如何在没有滚动条的情况下在页面加载中创建页面并自行调整以适应页面?混淆我知道,但这是一个简单的代码即时通讯使用。
[dciframe] http://yahoo.com/,100%,1500px,0,auto,border:1px纯蓝色;对齐方式:左侧; [/ dciframe]
答案 0 :(得分:1)
将第5个参数从auto
更改为no
:
[dciframe]http://yahoo.com/,100%,1500px,0,auto,border:1px solid blue;align:left;[/dciframe]
为:
[dciframe]http://yahoo.com/,100%,1500px,0,no,border:1px solid blue;align:left;[/dciframe]
见第一段here
中的解释