ice world
There is nothing too difficult if you put your heart into it.
posts - 104, comments - 103, trackbacks - 0, articles - 0
导航
BlogJava
首页
新随笔
联系
聚合
管理
<
2011年4月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(8)
给我留言
查看公开留言
查看私人留言
随笔分类
ArcGIS(2)
CSS(4)
Database(14)
eclipse(10)
Hibernate(1)
Java(30)
Javascript(6)
Others(15)
Strut1(3)
Tomcat(7)
Weblogic(1)
Windows(13)
加解密(5)
随笔档案
2016年8月 (1)
2016年1月 (1)
2014年3月 (1)
2014年1月 (3)
2013年11月 (1)
2013年9月 (1)
2013年8月 (1)
2013年7月 (2)
2013年6月 (1)
2013年3月 (1)
2013年2月 (4)
2013年1月 (1)
2012年9月 (1)
2012年7月 (2)
2012年6月 (3)
2012年5月 (8)
2012年4月 (1)
2011年11月 (1)
2011年10月 (1)
2011年9月 (1)
2011年8月 (1)
2011年6月 (2)
2011年5月 (3)
2011年4月 (61)
2007年12月 (1)
搜索
最新评论
1. re: Failed to load JavaHL Library解决方法
啧啧,一语中的。
--Jerry Zhang
2. re: Error 1935的解决方法
我安装上面的方法成功了,各位同学们,千万别忘记修改注册表后重启电脑:)
--mentoruser
3. re: CXF+Spring+Tomcat简明示例
评论内容较长,点击标题查看
--无异
4. re: CXF+Spring+Tomcat简明示例
评论内容较长,点击标题查看
--chiangpan
5. re: Failed to load JavaHL Library解决方法[未登录]
顶顶顶
--小明
阅读排行榜
1. Failed to load JavaHL Library解决方法(78891)
2. CXF+Spring+Tomcat简明示例(51129)
3. java RSA加密解密(42667)
4. Java Tomcat SSL 服务端/客户端双向认证(一)(32880)
5. Java DES文件加密解密 javax.crypto.BadPaddingException: Given final block not properly padded(30878)
评论排行榜
1. CXF+Spring+Tomcat简明示例(27)
2. Java Tomcat SSL 服务端/客户端双向认证(一)(22)
3. Java数字证书对文件/加密/解密/签名/校验签名(8)
4. java RSA加密解密(7)
5. Failed to load JavaHL Library解决方法(6)
解决document.body.clientHeight没给你你想要的现象
Posted on 2011-04-16 02:32
IceWee
阅读(3274)
评论(1)
编辑
收藏
所属分类:
CSS
HTML文档中使用了脚本控制内容的高度,所以要用到 document.body.clientHeight,但是发现结果却不是想象的那样,请教高手得来真经,是需要设置html,body样式。试试去掉红色的样式设置。脚本的功能是解决窗口进入后最大化不能自适应的问题。
demo.html
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"
>
<
html
xmlns
=" http://www.w3.org/1999/xhtml"
>
<
head
>
<
meta
http-equiv
="Content-Type"
content
="text/html; charset=gb2312"
/>
<
title
>
Eletric Power Integrative System
</
title
>
<
style
type
="text/css"
>
html, body
{
width
:
100%
;
height
:
100%
;
margin
:
0px
;
padding
:
0px
;
}
</
style
>
<
script
type
="text/javascript"
>
function
$(id)
{
return
document.getElementById(id);
}
window.onload
=
window.onresize
=
function
()
{
$('cententMain').style.height
=
(document.body.clientHeight
-
100
)
+
'px';
//
alert($('cententMain').style.height);
}
</
script
>
</
head
>
<
body
>
<
table
width
="100%"
border
="0"
cellspacing
="0"
cellpadding
="0"
>
<
tr
>
<
td
>
<
div
id
="header"
style
="height:75px; background:#006F68; left:0px; top:0px; width:100%; z-index:1000"
></
div
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
div
id
="cententMain"
style
="background-color:#fff; position:absolute; left:0px; top:75px; bottom:25px; width:100%; z-index:100"
>
<
iframe
id
="indexFrame"
name
="indexFrame"
src
="http://www.xjgc.com"
width
="100%"
height
="100%"
frameborder
="1"
></
iframe
>
</
div
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
div
id
="footer"
style
="background:#006F68; border-top:1px solid #1291a9; height:25px; position:absolute; left:0px; bottom:0px; width:100%; z-index:1000"
align
="center"
valign
="bottom"
>
<
span
style
="font-size:11px;color:#fff;font-family:Verdana, Arial, Helvetica, sans-serif;"
>
©
2008 - 2012 Icesoft
</
span
>
</
div
>
</
td
>
</
tr
>
</
table
>
</
body
>
</
html
>
Feedback
#
re: 解决document.body.clientHeight没给你你想要的现象[未登录]
回复
更多评论
2013-09-13 16:49 by
1
1
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
解决表单 form 撑大表格 table 的方法
IE6在打开窗口中提交表单无返回的解决方法
解决document.body.clientHeight没给你你想要的现象
按钮设置背景图在IE6和IE7中的不同显示
Powered by:
BlogJava
Copyright © IceWee