2008年10月27日

请看下面的代码段,在IE7中执行后弹出的代码是什么样的呢?

Code

 

测试结果如下,可以发现窗口大小不能调整,并且没有显示滚动条。

 

记得IE6时,窗口的大小可以改变且滚动条也是默认显示的。看MSDN文档,resizable和scrollbars都是默认为yes的。(难道是未更新到IE7)

resizable = { yes | no | 1 | 0 } Specifies whether to display resize handles at the corners of the window. The default is yes.

 

Internet Explorer 7. resizable = { no | 0 } disables tabs in a new window.
scrollbars = { yes | no | 1 | 0 } Specifies whether to display horizontal and vertical scroll bars. The default is yes.

IE7中要调整窗口大小和显示滚动条,应该增加resizable=yes和scrollbars=yes,如下

Code


结果如下图所示

posted @ 2008-10-27 23:15 客家网络 阅读(2010) 评论(0) 编辑

导航

公告

发布“图片水印工具”beta版本,欢迎使用,并提出意见与建议。
昵称:客家网络
园龄:6年3个月
粉丝:0
关注:0
<2008年10月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

统计

搜索

 
 

常用链接

我的标签

随笔分类(12)

随笔档案(14)

最新评论

阅读排行榜

评论排行榜

推荐排行榜