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
HTML精确定位:scrollLeft,
scrollWidth
,clientWidth,offsetWidth之完全详解
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离之完全详解scrollHeight:获取对象的滚动高度。
fanxiaogang
·
2007-11-21 17:00
scrollLeft,
scrollWidth
,clientWidth,offsetWidth到底指的哪到哪的距离
1. offsetTop、offsetLeft、offsetWidth、offsetHeight假设obj为某个HTML控件。obj.offsetTop指obj距离上方或上层控件的位置,整型,单位像素。obj.offsetLeft指obj距离左方或上层控件的位置,整型,单位像素。obj.offsetWidth指obj控件自身的宽度,整型,单位像素。obj.offsetHeight指obj控件自身
yanricheng
·
2007-10-25 12:00
JavaScript
浏览器
IE
Opera
firefox
JavaScript 获取浏览器的显示区域大小信息
网页可见区域宽(包括边线的宽)document.body.offsetWidth网页可见区域高(包括边线的宽)document.body.offsetHeight网页正文全文宽document.body.
scrollWidth
joliny
·
2007-09-19 16:00
scrollWidth
,clientWidth与offsetWidth的区别
scrollWidth
是对象的实际内容的宽,不包边线宽度,会随对象中内容的多少改变(内容多了可能会改变对象的实际宽度)。
·
2007-08-22 20:50
HTML:scrollLeft,
scrollWidth
,clientWidth,offsetWidth完全详解
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
·
2007-08-22 20:31
网页中嵌入网页的几种用法
quot; onload="this.height=iframe1.document.body.scrollHeight+20;this.width=iframe1.document.body.
scrollWidth
javababy1
·
2007-07-31 11:00
html
IE
让iframe自适应高度(支持XHTML,支持FF)
functiongetSize(){varxScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=document.body.
scrollWidth
·
2007-07-24 00:00
doctype后如何获得body.clientHeight的方法
在ie6中很多js脚本执行就会出现问题,一般是在获取clientWidth,clientHeight,offsetWidth,offsetHeight,
scrollWidth
,scrollHeight,
·
2007-07-11 00:00
注册表应用100例―注册表使用全攻略之十一
(3)右边窗口中的ScrollHeight和
ScrollWidth
是窗口滚动条的高和宽,默认值为-270(均以Windows 9x为例,Windows 2000/XP的默认值与其相差不大
nvhai
·
2007-06-16 10:05
职场
注册表
休闲
注册表应用100例―注册表使用全攻略之十一
(3)右边窗口中的ScrollHeight和
ScrollWidth
是窗口滚动条的高和宽,默认值为-270(均以Windows 9x为例,Windows 2000/XP的默认值与其相差不大
nvhai
·
2007-06-16 10:05
职场
注册表
休闲
网页元素位置(scroll、client、offsetWidth等)获取、设置详解
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离
scrollWidth
:获取对象的滚动宽度
izuoyan
·
2007-06-13 14:00
offsetwidth
让iframe自适应高度(支持xhtml)IE firefox兼容
获取页面高度,窗口高度,滚动条高度等参数值document.body.offsetHeight){//allbutExplorerMacxScroll=document.body.
scrollWidth
·
2007-04-09 00:00
意外关闭浏览器时弹出提示
window.onbeforeunload=function(){ varn=window.event.screenX-window.screenLeft; varb=n>document.documentElement.
scrollWidth
godson_h
·
2007-02-10 14:00
转:clientWidth、offsetWidth和
scrollWidth
< meta http-equiv="Content-Type" Content="text/html; charset=utf-8"> < textarea wrap="off" onmouseover= "alert(' clientWidth:'+this.clientWidth+ '\n offsetW
莫生气
·
2006-12-30 13:00
html
转:clientWidth、offsetWidth和
scrollWidth
< meta http-equiv="Content-Type" Content="text/html; charset=utf-8"> < textarea wrap="off" onmouseover= "alert(' clientWidth:'+this.clientWidth+ '\n offsetW
莫生气
·
2006-12-28 13:00
html
准确获得页面、窗口高度及宽度的JS
functiongetPageSize(){varxScroll,yScroll;if(window.innerHeight&&window.scrollMaxY){xScroll=document.body.
scrollWidth
·
2006-11-26 00:00
注册表应用100例―注册表使用全攻略之十一
(3)右边窗口中的ScrollHeight和
ScrollWidth
是窗口滚动条的高和宽,默认值为-270(均以Windows9x为例,Windows20
·
2006-10-23 00:00
调整窗口大小
center:yes; help:no; resizable:no; status:no; { var w,h; var agent = navigator.userAgent; w = Form1.
scrollWidth
isiqi
·
2006-10-17 13:00
windows
调整窗口大小
center:yes; help:no; resizable:no; status:no; { var w,h; var agent = navigator.userAgent; w = Form1.
scrollWidth
isiqi
·
2006-10-17 13:00
windows
IFrame自动调整大小
i.height = 10; i.width = 10; var b = i.contentWindow.document.body; myI = i; myW = b.
scrollWidth
shunzi110
·
2006-09-23 14:00
IFrame自动调整大小
myW,myHfunctionResizeIframe(i){i.height=10;i.width=10;varb=i.contentWindow.document.body;myI=i;myW=b.
scrollWidth
guoyiqi
·
2006-09-23 14:00
iframe
一端时间轮换的广告
vardde_url=document.location.href;vardde_pp=dde_url.split("#")[1];varjspfile=1;varpara=null;//滚动页面的宽var
scrollwidth
·
2006-06-26 00:00
上一页
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
其他