E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
scrollwidth
JavaScript 获取对象的高度和宽度详细说明
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
carzyer
·
2009-10-21 09:00
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
:document.body.offsetWidth (包括边线的宽)网页可见区域高:document.body.offsetHeight (包括边线的宽)网页正文全文宽:document.body.
scrollWidth
·
2009-10-20 15:00
浏览器
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
JSfunctiongetPageSize(){ varxScroll,yScroll; if(window.innerHeight&&window.scrollMaxY){ xScroll=document.body.
scrollWidth
huanyq2008
·
2009-10-15 17:00
JavaScript
html
浏览器
IE
Safari
百度留言本js 大家可以参考下
px":0;var
scrollwidth
=navigator.userAgent
·
2009-10-13 20:38
js窗体大小
document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
jackeysion
·
2009-09-28 14:00
JavaScript
html
浏览器
IE
firefox
js中获取各种窗口的大小和鼠标坐标
document.body.offsetWidth(包括边线的宽) 网页可见区域高:document.body.offsetHeight(包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
baiseda
·
2009-09-22 10:00
工作
offsetWidth
最佳答案:是对象的可见宽度,包滚动条等边线,会随窗口的显示大小改变
scrollWidth
,clientWidth与offsetWidth的区别
handawei
·
2009-09-08 14:00
css
offsetWidth
最佳答案:是对象的可见宽度,包滚动条等边线,会随窗口的显示大小改变
scrollWidth
,clientWidth与offsetWidth的区别
handawei
·
2009-09-08 14:00
css
javascript获得元素的尺寸和位置二 : clientWidth/Height、
scrollWidth
/Height、scrollTop/Left
1、clientWidthclientHeight元素的可视部分的宽度和高度(也就是CSS的width加padding)。它们不把边框和滚动条计算在内,也不包括任何可能的滚动。若CSS中没有指定元素的高度和宽度(即自适应),则IE中显示0,而非IE浏览器则显示实际的值 2、offsetWidthoffsetHeight元素在页面中占据的宽度和高度的总计。它们和前一对属性的区别在于它们把
燮羽天翔
·
2009-09-02 21:00
JavaScript
css
浏览器
IE
chrome
层的各种尺寸的图解
:document.body.offsetWidth(包括边线的宽);网页可见区域高:document.body.offsetHeight(包括边线的宽);网页正文全文宽:document.body.
scrollWidth
fantaxy025025
·
2009-08-24 13:00
.net
工作
Blog
层的各种尺寸的图解
:document.body.offsetWidth(包括边线的宽);网页可见区域高:document.body.offsetHeight(包括边线的宽);网页正文全文宽:document.body.
scrollWidth
fantaxy025025
·
2009-08-24 13:00
工作
.net
Blog
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
baiseda
·
2009-08-17 17:00
JavaScript
html
浏览器
IE
firefox
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
chengxuetao
·
2009-08-17 17:00
浏览器
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidt
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
txf2004
·
2009-08-16 09:00
JavaScript
html
css
IE
firefox
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidt
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
webcode
·
2009-08-16 09:00
JavaScript
html
css
IE
firefox
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidt
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
txf2004
·
2009-08-16 09:00
scrollwidth
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidt
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
txf2004
·
2009-08-16 09:00
JavaScript
html
css
IE
firefox
js 网页各种定位
document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
pipi709
·
2009-08-15 08:00
html
工作
IE
firefox
marquee实现连续不间断滚动图片效果
scrollLeft: 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop: 设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:
rainday0310
·
2009-08-07 22:00
JS实现图片无缝滚动的完美解决 无间隙滚动
scrollLeft: 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop: 设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的
shuilv2000
·
2009-07-28 16:00
function
div
float
border
JS判断IE是刷新还是关闭
var n = window.event.screenX - window.screenLeft; var b = n > document.documentElement.
scrollWidth
mybluesky99
·
2009-07-24 11:00
IE
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
li277680701
·
2009-07-09 09:00
JavaScript
html
工作
浏览器
XHTML
文档
javascript scrollLeft,
scrollWidth
,clientWidth,offsetWidth 完全详解
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
·
2009-07-09 00:17
scrollLeft,
scrollWidth
,clientWidth,offsetWidth之完全详解
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
sunxing007
·
2009-07-08 10:00
JavaScript 获取网页宽高和屏幕宽高
scrollLeft: 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop: 设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
hemingwang0902
·
2009-07-03 23:00
JavaScript
css
IE
文档
firefox
border
JavaScript 获取网页宽高和屏幕宽高
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
yanghuidang
·
2009-07-03 23:00
JavaScript
scrollLeft,
scrollWidth
,clientWidth,offsetWidth之完全详解
转自:http://www.ntsky.com/tech/web/javascript/2007-05-28/d8e5204123167f2f.html scrollLeft,
scrollWidth
,clientWidth
wiflish
·
2009-07-02 16:00
JavaScript
css
XHTML
IE
firefox
JS获取浏览器窗口大小 获取屏幕,浏览器,网页高度宽度
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
mecho
·
2009-07-02 10:00
JavaScript获取屏幕、浏览器、网页高度宽度
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
BiologyPianoProgram
·
2009-06-24 17:00
JavaScript
工作
浏览器
文档
firefox
border
Ext。widow与屏幕大小
document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
jaky821
·
2009-06-24 14:00
css
IE
ext
360
firefox
Iframe自适应大小
style.height=document.body.scrollHeight; parent.document.all("框架ID名").style.width=document.body.
scrollWidth
xieronghua246
·
2009-06-08 17:00
框架
asp
DIV的图片无缝滚动
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
GenRong
·
2009-06-08 09:00
HTML精确定位:scrollLeft,
scrollWidth
,clientWidth,offset
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
sollion
·
2009-06-03 15:00
html
css
IE
文档
firefox
border
关于top、clientTop、scrollTop、offsetTop
document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight (包括边线的宽);网页正文全文宽:document.body.
scrollWidth
tekkenvs11
·
2009-05-30 21:00
工作
关于top、clientTop、scrollTop、offsetTop
document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight (包括边线的宽);网页正文全文宽:document.body.
scrollWidth
tekkenvs11
·
2009-05-30 21:00
工作
scrollWidth
,clientWidth, offsetWidth, 等
scrollWidth
是对象的实际内容的宽,不包边线宽度,会随对象中内容的多少改变(内容多了可能会改变对象的实际宽度) clientWidth是对象可见的宽度,不包滚动条等边线,会随窗口的显示大小改变
HeroXuan
·
2009-05-22 09:00
IE
firefox
html 定位
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解 scrollHeight: 获取对象的滚动高度。
hje
·
2009-05-15 10:00
html
浏览器
IE
Opera
firefox
窗体大小
document.body.offsetWidth(包括边线的宽) 网页可见区域高:document.body.offsetHeight(包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
wfdoublext
·
2009-05-12 09:00
JavaScript
html
浏览器
IE
firefox
Ext window的大小与屏幕匹配
document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
寒星2009
·
2009-05-08 10:00
css
ext
IE
360
firefox
HTML精确定位:scrollLeft,
scrollWidth
,clientWidth,offset
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解 scrollHeight: 获取对象的滚动高度。
java_frog
·
2009-05-04 17:00
JavaScript
html
css
XHTML
IE
用javascript获取屏幕高度和宽度等信息
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的高)网页正文全文宽:document.body.
scrollWidth
xu20cn
·
2009-04-27 16:50
JavaScript
职场
休闲
offsetwidth offsetheight offsettop
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
makemyownlife
·
2009-04-25 11:00
JavaScript
浏览器
IE
Opera
firefox
scrollLeft,
scrollWidth
,clientWidth,offsetWidth之完全详
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离 scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
yanMouse
·
2009-04-22 17:00
css
IE
firefox
Javascript获得屏幕长度宽度
网页可见区域宽(包括边线的宽)document.body.offsetWidth网页可见区域高(包括边线的宽)document.body.offsetHeight网页正文全文宽document.body.
scrollWidth
qinglangee
·
2009-04-20 22:00
JavaScript
工作
window.onload and showModalDialog根据内容自动调整窗口大小
showModalDialog根据内容自动调整窗口大小 :在对话框的页面中加入如下代码: window.onload = function() { if( document.body.
scrollWidth
alert_mm
·
2009-04-15 11:00
JavaScript
html
浏览器
css
脚本
window.onload and showModalDialog根据内容自动调整窗口大小
showModalDialog根据内容自动调整窗口大小 :在对话框的页面中加入如下代码: window.onload = function() { if( document.body.
scrollWidth
alert_mm
·
2009-04-15 11:00
JavaScript
html
浏览器
css
脚本
扑捉浏览器关闭事件
varn=window.event.screenX-window.screenLeft; varb=n>document.documentElement.
scrollWidth
-20; /
zhangjunfangkaixin
·
2009-04-13 17:00
浏览器
js下的clientHeight/offsetHeight/scrollHeight
不包括滚动条) offsetHeight:可见高度(包括边框,包括滚动条) scrollHeight:实际高度(不包括边框,包括滚动条) clientWidth/offsetWidth/
scrollWidth
ljzforever
·
2009-04-06 11:00
html
工作
css
IE
firefox
js下的clientHeight/offsetHeight/scrollHeight
不包括滚动条) offsetHeight:可见高度(包括边框,包括滚动条) scrollHeight:实际高度(不包括边框,包括滚动条) clientWidth/offsetWidth/
scrollWidth
ljzforever
·
2009-04-06 11:00
html
工作
css
IE
firefox
HTML精确定位:scrollLeft,
scrollWidth
,clientWidth,offset
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解 scrollHeight: 获取对象的滚动高度。
diqigan
·
2009-04-02 11:00
JavaScript
html
css
XHTML
IE
上一页
14
15
16
17
18
19
20
21
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他