网站首页 手机版
 注册 登录
您现在的位置: 畅无忧设计 >> 网站建设 >> Javascript >> 正文
最新文章
· Jquery插件原来就这么简单
· 21个值得收藏的Javascript技巧
· JavaScript中的原型和继承
· JS对select动态添加options操作
· js获取表单值的两种方法
· 关闭网页弹出加入收藏,刷新不弹出加
· 如何判断是关闭还是刷新网页
· 命名JavaSript函数名时注意
· javascript中的setAttribute()浏览器
· JS实现IE6下PNG图片透明且链接正常的
热门文章
 JS实现两个页面传值
 实现对文字自动排版的网页特效
 JS获取指定ID标签之间的内容
 JS实现IE6下PNG图片透明且链接正常
 JS计数器
 通过js改变页面中元素的内容
 js切换文本框的只读与可写的动态切
 JS实现cookie的添加、获取、删除
 js在线编辑器常用函数大全
 javascript中的setAttribute()浏览
相关文章
JavaScript中的其他对象
JavaScript的Cookies
JavaScript框架编程
JavaScript中的对象化编程
JavaScript中的事件处理
JavaScript中的Document文档对象
JavaScript中的Location地址对象
JavaScript中的History历史对象
JavaScript中的Window窗口对象
JavaScript中的Navigator浏览器对象
JavaScipt基本教程之对象的基本知识
JavaScipt基本教程之JavaScript语言的基础
JavaScipt基本教程之前言
JavaScript基本教程专题
JavaScript中的Screen屏幕对象
来源:JavaScript教程网 更新时间:2009/5/1 17:02:22 阅读次数:
字体:[ ] 我要投稿

这是基本JavaScript的屏幕对象

screen 屏幕对象 反映了当前用户的屏幕设置。

width 返回屏幕的宽度(像素数)。

height 返回屏幕的高度。

availWidth 返回屏幕的可用宽度(除去了一些不自动隐藏的类似任务栏的东西所占用的宽度)。

availHeight 返回屏幕的可用高度。

colorDepth 返回当前颜色设置所用的位数 - 1:黑白;8:256色;16:增强色;24/32:真彩色

下面是英文的Navigator浏览器的屏幕对象:

availHeight:minus permanent or semipermanent user interface features displayed by the operating system:such as the Taskbar on Windows.  

availWidth:Specifies the width of the screen, in pixels, minus permanent or semipermanent user interface:features displayed by the operating system, such as the Taskbar on Windows.  

colorDepth:The bit depth of the color palette, if one is in use; otherwise, the value is derived from screen.pixelDepth.  

height:Display screen height.  

pixelDepth:Display screen color resolution (bits per pixel).  

width:Display screen width.

  • 上一篇文章:
  • 下一篇文章:
  • 关于我们 - 联系我们 - 广告服务 - 在线投稿 - 友情链接 - 网站地图 - 版权声明
    CopyRight 2008-2010, CWYDESIGN.COM - 畅无忧设计, Inc. All Rights Reserved
    滇ICP备09005765号