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
scrollWidth
,offsetWidth,clientWidth的本质区别
阅读更多
scrollWidth
是对象的实际内容的宽,不包边线宽度,会随对象中内容的多少改变(内容多了可能会改变对象的实际宽度)。
yunfubaoyang
·
2013-05-03 09:00
html
Flash
Js中 关于top、clientTop、scrollTop、offsetTop的用法
document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight (包括边线的宽);网页正文全文宽:document.body.
scrollWidth
lifan_3a
·
2013-04-26 11:00
用JavaScript获取DOM元素位置和尺寸大小的方法
基础概念为了方便理解,我们需要了解几个基础概念,每个HTML元素都有下列属性offsetWidthclientWidth
scrollWidth
offsetHeightc
·
2013-04-12 10:34
HTML精确定位:
scrollWidth
,clientWidth,offsetWidth等详解
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
wf120355
·
2013-04-08 09:00
clientwidth
js读取屏幕长宽
网页可见区域宽(包括边线的宽)document.body.offsetWidth网页可见区域高(包括边线的宽)document.body.offsetHeight网页正文全文宽document.body.
scrollWidth
imzoer
·
2013-04-02 19:00
scrollLeft、offsetLeft、clientLeft、clientHeight详解
:获取对象的滚动高度,对象的实际高度;scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
weistar
·
2013-03-26 15:00
html5
scrollLeft、offsetLeft、clientLeft、clientHeight详解
:获取对象的滚动高度,对象的实际高度;scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
shao_lixin
·
2013-03-23 11:00
top
offset
offsetWidth、clientWidth、
scrollWidth
、scrollTop
1.基本概念height/widthheight:指元素内容的高度 ,jQuery中的height()方法返回的就是这个高度。offsetWidth/offsetHeight对象的可见宽度,包含滚动条和border。非标准属性,但各浏览器都支持offsetHeight:内容高度+padding高度+边框宽度 ,jQuery中的outerHeight()方法返回的就是这个高度。clientWid
dongdongzzcs
·
2013-03-14 15:00
Js获取浏览器、屏幕、网页高度宽度和定位DIV
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
翻开那一页
·
2013-03-05 18:00
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
tb12315
·
2013-02-20 11:00
ffsetTop、clientTop、scrollTop、offsetTop各属性介绍
html中HHTML精确定位:scrollLeft,
scrollWidth
,clientWidth,offsetWidthscrollHeight:获取对象的滚动高度。
shipeng22022
·
2013-02-18 18:00
IE关闭时判断及AJAX注销案例学习
window.onbeforeunload=function(){varn=window.event.screenX-window.screenLeft;varb=n>document.documentElement.
scrollWidth
·
2013-02-18 17:19
easyui tabs源码阅读(未完待续)
Touseitonothertermspleasecontactus6*7*Copyright(c)2009-2011stworthy[
[email protected]
]8*9*/10(function($){11functiongetMax
ScrollWidth
优秀的男人,不管遇到怎样的挫折,都应该保持平静如水
·
2013-02-17 11:00
Js中 关于top、clientTop、scrollTop、offsetTop的用法
document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight (包括边线的宽);网页正文全文宽:document.body.
scrollWidth
lccone
·
2013-02-04 17:00
js
js
js
JS,Jquery获取各种屏幕的宽度和高度
:document.body.offsetWidth(包括边线的宽) 网页可见区域高:document.body.offsetHeight(包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
yeeonefx
·
2013-02-01 14:00
JavaScript的中offsetWidth,的offsetHeight
最佳答案:是对象的可见宽度,包滚动条等边线,会随窗口的显示大小改变
scrollWidth
,clientWidth与offsetWidth的区别
scrollWidth
是对象的实际内容的宽,不包边线宽度,会随对象中内容的多少改变
limlimlim
·
2013-01-28 16:00
Js获得浏览器的基本信息窗口大小_滚动条高度(document对象)
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
wl110231
·
2013-01-25 16:00
JS获取屏幕、浏览器、网页高度,宽度信息
document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
jsczxy2
·
2013-01-25 11:00
JavaScript
JS获取屏幕宽高
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
heqingsong1
·
2013-01-16 12:00
页面位置
:document.body.offsetWidth(包括边线的宽);网页可见区域高:document.body.offsetHeight(包括边线的宽);网页正文全文宽:document.body.
scrollWidth
utopia1985
·
2013-01-11 19:00
document.body和document.documentElement的区别和用法
对于这两个元素的使用一般是以下两种情况clientWidth和clientHeight
scrollWidth
,scrollHeight,scrollLeft,scrollTop现在假设每个属性的意思你都明白对于
lirongfei123
·
2013-01-05 22:00
document.body
js获取浏览器高度和宽度值
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的高)网页正文全文宽:document.body.
scrollWidth
cangkukuaimanle
·
2012-12-29 10:00
js获取网页高度(详细整理)
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的高)网页正文全文宽:document.body.
scrollWidth
·
2012-12-28 09:37
Javascript获取窗口(容器)的大小及位置参数列举及简要说明
的大小及位置一系列的东西比较多,容易混淆,在这里列举及简要说明下:属性方法说明:clientX相对文档的水平坐标;clientY相对文档的垂直坐标;offsetX相对容器的水平坐标;offsetY相对容器的垂直坐标;
scrollWidth
·
2012-12-09 17:54
clientHeight,clientWidth,
scrollWidth
,scrollHeight,offsetWidth,offsetHeight的说明
实际上每个前缀cient,scroll,offset都有4个后缀,分别是Width,Height,Left,Top;所以一共有12属性,但是并不是每个属性都有意义,比如offsetHeight,offsetWidth,偏移实际上只有2个偏移量,偏移高度和宽度是什么意思呢?而事实上,这两个属性在不同的浏览器中的值是不一样的。所以过多的定义反倒容易混乱,我们应该记住,HTML是一种非常混乱的语言
pgmsoul
·
2012-12-06 12:00
html body height width
在一般普通页面(无DTD格式声明),document.body各个属性说明:scrollHeight: 内容实际高度
scrollWidth
:内容实际宽度clientHeight:可见区域高度clientWidth
rrr4578
·
2012-12-05 18:00
scrollHeight、clientHeight ,offsetHeight 区别
我认为我们想要两个东西: 一是
scrollWidth
(scrollHeight),虽然它用处不大,但应该比 offsetWidth(offsetHeight)有用得多
accpxudajian
·
2012-11-22 10:00
offsetheight
clientheight
scrollHeight
js 获取奎宽度
document.body.offsetWidth(包括边线的宽) 网页可见区域高:document.body.offsetHeight(包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
antlove
·
2012-11-22 07:00
JavaScript
html
js offsetHeight offsetWidth 解说
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离 scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:
business122
·
2012-11-09 08:00
Js中 关于top、clientTop、scrollTop、offsetTop的用法
document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight (包括边线的宽);网页正文全文宽:document.body.
scrollWidth
紫地瓜
·
2012-11-05 10:00
javascript中top、clientTop、scrollTop、offsetTop的讲解
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
孤月蓝风
·
2012-11-04 08:00
JavaScript body height
document.body.clientHeight;网页可见区域高:document.body.offsetWeight;网页可见区域高:document.body.offsetHeight;网页正文全文宽:document.body.
scrollWidth
右子龙
·
2012-10-25 13:35
Web前端
关于定位坐标的一些实用方法
document.body.offsetWidth (包括边线的宽);网页可见区域高:document.body.offsetHeight (包括边线的宽);网页正文全文宽:document.body.
scrollWidth
QianXiang
·
2012-10-23 15:00
Web
定位
页面
javascript获取窗口文档的宽度和高度
获取显示区域尺寸可以用clientHeightclientWidth 获取内容尺寸可以用scrollHeight
scrollWidth
网页可见区域宽:document.body.clientWidth
李雨泽
·
2012-10-12 10:00
JavaScript
javascript获取窗口文档的宽度和高度
获取显示区域尺寸可以用clientHeightclientWidth 获取内容尺寸可以用scrollHeight
scrollWidth
网页可见区域宽:document.body.clientWidth
李雨泽
·
2012-10-12 10:00
JavaScript
JS平滑移动滚动条
. */ var phydgdt = function(){ this.w = document.body.
scrollWidth
; //滚动条的总宽度 this.h = document.body.scrollHeight
yangkai0332
·
2012-10-09 15:00
JS定位滚动条
JS滚动位置
JS平滑移动
JS平滑移动滚动条
document.body.scrollTop
:document.body.offsetWidth(包括边线的宽);网页可见区域高:document.body.offsetHeight(包括边线的宽);网页正文全文宽:document.body.
scrollWidth
檬檬
·
2012-09-29 10:53
网页
宽
document.body.scrollTop
:document.body.offsetWidth(包括边线的宽);网页可见区域高:document.body.offsetHeight(包括边线的宽);网页正文全文宽:document.body.
scrollWidth
·
2012-09-29 10:53
网页
宽
js获取宽度 ,各种高度宽度document.body.clientWidth , document.body.clientHeight,window.screen.width 等等
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的高)网页正文全文宽:document.body.
scrollWidth
gayayzy
·
2012-09-14 16:00
offsetWidth、clientWidth、
scrollWidth
、scrollTop
offsetWidth/clientWidth/scrollTop…题记:offset/client/scroll这几组属性容易搞混,查了些资料,研究了下,写些心得。1.基本概念offsetWidth/offsetHeight对象的可见宽度,包含滚动条和border。非标准属性,但各浏览器都支持clientWidth/clientHeight对象的可见宽度,不包含滚动条和border。scroll
lidiansheng
·
2012-09-06 14:00
浏览器
css
测试
IE
border
scrollWidth
在元素应用样式前后的浏览器不兼容问题
<html> <body> <div id="test"> </div> <div> <input type="button" onclick="test()" value="float"/>
JavaSam
·
2012-09-04 16:00
scrollwidth
html常用属性
scrollTop 代表页面利用滚动条滚动到下方时,隐藏在滚动条上方的页面的高度; scrollLeft 代表页面利用滚动条滚动到右侧时,隐藏在滚动条左侧的页面的宽度;
scrollWidth
evilflower
·
2012-09-03 10:10
html
Javascript:
scrollWidth
,clientWidth,offsetWidth的区别
scrollWidth
是对象的实际内容的宽,不包边线宽度,会随对象中内容的多少改变(内容多了可能会改变对象的实际宽度) offsetWidth是对象的可见宽度,包滚动条等边线,会随窗口的显示大小改变。
·
2012-08-30 15:00
offsetwidth
JS获取浏览器窗口大小 —— dream 参考之一
网页可见区域宽:document.body.offsetWidth(包括边线的宽)网页可见区域高:document.body.offsetHeight(包括边线的宽)网页正文全文宽:document.body.
scrollWidth
wl110231
·
2012-08-29 10:00
页面点击关闭事件
varn=window.event.screenX-window.screenLeft; varb=n>document.documentElement.
scrollWidth
yangyz_love
·
2012-08-22 15:00
iframe元素用法总结
首先我们看看它在各游览器中拥有什么属性——火狐的iframe的所有属性:
scrollWidth
,clientLeft,clientHeight,clientWidth,cli
山哥
·
2012-08-02 19:00
HTML精确定位:scrollLeft,
scrollWidth
,clientWidth,offsetWidth之完全详解
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
interd
·
2012-07-27 10:58
坐标
的
scrollLeft,
scrollWidth
,clientWidth,offsetWidth
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离 scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
pengpd
·
2012-07-25 20:00
offsetwidth
offsetwidth/clientwidth的区别
1.2.clientWidth是对象看到的宽度(不含边线,即border)
scrollWidth
是对象实际内容的宽度(若无padding,那就是边框之间距离,如有padding,就是左padding和右
TechAG
·
2012-07-19 13:52
CSS
【转】JS获取屏幕、网页的高度和宽度
document.body.offsetWidth (包括边线的宽) 网页可见区域高:document.body.offsetHeight (包括边线的宽) 网页正文全文宽:document.body.
scrollWidth
wb1991wb
·
2012-07-17 22:00
js
网页
屏幕
宽度
高度
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他