JAVA涂鸦
关于JAVA的点点滴滴
BlogJava
首页
新文章
新随笔
聚合
管理
posts - 50, comments - 689, trackbacks - 0
QQ树形6
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
>
<
head
>
<
meta
http-equiv
="Content-Type"
content
="text/html; charset=gb2312"
/>
<
title
>
无标题文档
</
title
>
<
style
type
="text/css"
>
<!--
#hor1
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
20px
;
width
:
220px
;
height
:
20px
;
z-index
:
1
;
background-color
:
#999900
;
}
#hor2
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
40px
;
width
:
220px
;
height
:
20px
;
z-index
:
2
;
background-color
:
#FFCC00
;
}
#hor3
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
60px
;
width
:
220px
;
height
:
20px
;
z-index
:
3
;
background-color
:
#99CC00
;
}
#board1
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
40px
;
width
:
220px
;
height
:
120px
;
z-index
:
-100
;
background-color
:
#333333
;
visibility
:
hidden
;
}
body,td,th
{
}
{
font-family
:
Verdana, Arial, Helvetica, sans-serif
;
font-size
:
12px
;
color
:
#FFFFFF
;
font-weight
:
bold
;
}
body
{
}
{
background-color
:
#666666
;
}
#board2
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
60px
;
width
:
220px
;
height
:
120px
;
z-index
:
-90
;
background-color
:
#333333
;
visibility
:
hidden
;
}
#board3
{
}
{
position
:
absolute
;
width
:
220px
;
height
:
120px
;
z-index
:
-80
;
left
:
320px
;
top
:
80px
;
background-color
:
#333333
;
visibility
:
hidden
;
}
#hor4
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
80px
;
width
:
220px
;
height
:
20px
;
z-index
:
4
;
background-color
:
#99CCCC
;
}
#board4
{
}
{
position
:
absolute
;
left
:
320px
;
top
:
100px
;
width
:
220px
;
height
:
120px
;
z-index
:
-70
;
background-color
:
#333333
;
visibility
:
hidden
;
}
-->
</
style
>
<
script
type
="text/javascript"
>
lastNo
=
0
function
re(menu_no)
{
if
(lastNo
!=
menu_no)
{
cur
=
menu_no
+
1
lastNo
=
menu_no
rest()
}
else
{
cur
=
100
}
document.getElementById(
"
board
"
+
menu_no).style.visibility
=
"
visible
"
}
function
rest()
{
for
(i
=
1
;i
<=
4
;i
++
)
{
document.getElementById(
"
hor
"
+
i).style.top
=
20
*
i;
document.getElementById(
"
board
"
+
i).style.visibility
=
"
hidden
"
}
menu_num
=
4
;
act
=
1
height
=
120
+
20
speed
=
0
;
posY
=
0
;
}
function
huke()
{
if
(act
==
1
&&
cur
<
100
)
{
speed
=
(height
-
posY)
*
0.69
+
speed
*
0.6
posY
+=
speed
for
(i
=
cur;i
<=
menu_num;i
++
)
{
document.getElementById(
"
hor
"
+
i).style.top
=
posY
+
(i
-
2
)
*
20
}
if
(Math.abs(height
-
posY)
<
0.5
)
{
for
(i
=
cur;i
<=
menu_num;i
++
)
{
document.getElementById(
"
hor
"
+
i).style.top
=
height
+
(i
-
2
)
*
20
}
act
=
0
}
setTimeout(
"
huke()
"
,
50
)
}
}
</
script
>
</
head
>
<
body
>
<
div
id
="hor1"
onclick
="re(1);huke()"
>
News
</
div
>
<
div
id
="hor2"
onclick
="re(2);huke()"
>
Populor
</
div
>
<
div
id
="hor3"
onclick
="re(3);huke()"
>
Sports
</
div
>
<
div
id
="hor4"
onclick
="re(4);huke()"
>
Woman
</
div
>
<
div
id
="board1"
>
1.由AS而想起Javascript
<
br
/>
2.用Jscript写ASP有没有先天性的不足?
<
br
/>
3.没有了。
</
div
>
<
div
id
="board2"
>
1.xhtml+css真的来了吗?
<
br
/>
2.Flash取代传统网站
<
br
/>
3.Flash何时才能连接数据库?
</
div
>
<
div
id
="board3"
>
1.程序员与小姐的10个相同。
<
br
/>
2.中国的程序员与中国的足球?
</
div
>
<
div
id
="board4"
>
1.男人的一半是女人——张贤亮。
<
br
/>
2.当代女人的男性化与男人的女性化。
</
div
>
</
body
>
</
html
>
posted on 2007-04-01 16:45
千山鸟飞绝
阅读(369)
评论(0)
编辑
收藏
所属分类:
JavaScript
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
相关文章:
QQ树形8
QQ树形7
QQ树形6
QQ树形5
QQ树形4
QQ树形3
QQ树形2
QQ树形
类似QQ的树型菜单
javascript实现二级联动下拉框
正在阅读:
<
2024年11月
>
日
一
二
三
四
五
六
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
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(35)
给我留言
查看公开留言
查看私人留言
随笔档案
2009年9月 (1)
2008年7月 (1)
2008年3月 (3)
2007年11月 (2)
2007年10月 (1)
2007年5月 (3)
2007年4月 (4)
2007年3月 (6)
2007年2月 (1)
2006年12月 (1)
2006年9月 (1)
2006年8月 (3)
2006年7月 (1)
2006年6月 (2)
2006年5月 (3)
2006年3月 (2)
2006年1月 (1)
2005年12月 (3)
2005年11月 (6)
2005年10月 (5)
文章分类
Ajax(7)
CVSNT(1)
eclipse(6)
Hibernate(3)
ibatis
J2SE(8)
Jasperreport (2)
JavaMail(1)
JavaScript(11)
MySQL
Spring(1)
Struts(1)
Web Servers(2)
Web开发(16)
文章档案
2007年6月 (2)
2007年5月 (1)
2007年4月 (12)
2007年3月 (5)
2006年8月 (6)
2006年7月 (1)
2006年6月 (2)
2006年5月 (3)
2006年3月 (2)
2006年1月 (6)
2005年12月 (4)
2005年11月 (1)
2005年10月 (8)
2005年9月 (6)
好友的blog
晚来
祝子
我的其他blog
千山鸟飞绝(天极)
千山鸟飞绝专栏
老婆的Blog
伊斓的BLOG
搜索
积分与排名
积分 - 772956
排名 - 56
最新评论
1. re: javascript实现二级联动下拉框
太棒了 好东西就该这样
--精神病
2. re: struts+spring+hibernate的web应用 Dao层代码编写
又是个只操作单个表的,不要老写这些toy code!
--我晕
3. re: 如何使用Log4j?
谢谢楼主,给新手不少的帮助,
--login
4. re: 如何使用Log4j?
不错,浅显易懂,好文章!
--心诚则灵
5. re: struts+spring+hibernate的web应用 Dao层代码编写
方法
--方法
阅读排行榜
1. Jboss4.0.2的端口的修改(13218)
2. eclipse3.1.1版本的中文包已经出来了。(11725)
3. struts2.0+spring2.0+hibernate3.1 web应用 示例代码下载(11517)
4. 很奇怪的Struts2中文乱码问题(9720)
5. Struts2.0+spring2.0+hibernate3.1 ACEGI应用示例(权限判断)(9026)
评论排行榜
1. eclipse3.1.1版本的中文包已经出来了。(21)
2. struts2.0+spring2.0+hibernate3.1 web应用 示例代码下载(20)
3. 我的QQ宠物怎么变得这么大了????(13)
4. 如何下载in action等系列书籍的源代码(10)
5. 很奇怪的Struts2中文乱码问题(7)