日期:2014-05-16  浏览次数:20363 次

请看这个属性意思是啥?
1、window.screen.availWidth这样的属性,在何种参考可以查到。我在下载的javascript中找不到。
2、是不是在DOM参考中可以查到,在javascript中找不到的属性和方法。

------解决方案--------------------
availWidth属性可返回客户显示屏幕的宽度 - 不包括windows的任务条

http://c.lstc.edu.cn:8090/kj/Manfeel/w3pop/prop_screen_availwidth.asp.htm
------解决方案--------------------
availWidth Property Internet Development Index

--------------------------------------------

Retrieves the width of the working area of the system 's screen, excluding the Microsoft® Windows® taskbar.

Syntax

[ iWidth = ] screen.availWidth
Possible Values

iWidth Integer that receives the available screen width, in pixels.

The property is read-only. The property has no default value.

Standards Information

There is no public standard that applies to this property.


------解决方案--------------------
嗯 属于window下的属性
------解决方案--------------------
说得明了点就是可用宽度