JAVA涂鴉
關(guān)于JAVA的點點滴滴
BlogJava
首頁
新文章
新隨筆
聚合
管理
posts - 50, comments - 689, trackbacks - 0
QQ樹形4
<
html
>
<
head
>
<
title
>
仿QQ導(dǎo)航菜單
</
title
>
<
meta?
http-equiv
="Content-Type"
?content
="text/html;?charset=gb2312"
?
/>
<
style?
type
="text/css"
>
body
{
}
{
????text-align
:
center
;
}
.titleStyle
{
}
{
????width
:
190px
;
????line-height
:
26px
;
????background-color
:
#008800
;
????color
:
#ffffff
;
????border-top
:
1px?solid?#FFFFFF
;
????font-size
:
12px
;
}
.contentStyle
{
}
{
????width
:
180px
;
????height
:
340px
;
????background-color
:
#eeffee
;
????color
:
blue
;
????font-size
:
12px
;
}
a
{
}
{
????width
:
178px
;
????height
:
20px
;
????background
:
#F9CDB2
;
????font
:
12px/20px?tahoma
;
????display
:
block
;
????color
:
blue
;
????text-decoration
:
none
;
????border-top
:
1px?solid?#eeffee
;
}
a:hover?
{
}
{
????width
:
158px
;
????border-width
:
1px?10px
;
????border-style
:
solid
;
????border-color
:
#e57939
;
}
</
style
>
<
script?
language
="javascript1.5"
?type
="text/javascript"
>
<!--
var
?stepNo
=
10
;
var
?runtimes
=
0
;
var
?toItemIndex
=
3
;
var
?onItemIndex
=
3
;
function
?changeItem(clickItemIndex)
{
????toItemIndex
=
clickItemIndex;
????
if
(toItemIndex
-
onItemIndex
>
0
)
????????moveUp();
????
else
?
????????moveDown();
????runtimes
++
;
????
if
(runtimes
>=
stepNo)
{
????????onItemIndex
=
toItemIndex;
????????runtimes
=
0
;
????}
????
else
????????setTimeout(
"
changeItem(toItemIndex)
"
,
10
);
}
function
?moveUp()
{
????
for
(i
=
onItemIndex
+
1
;i
<=
toItemIndex;i
++
)
????????document.getElementById(i).style.top
=
parseInt(document.getElementById(i).style.top)
-
34
;
}
function
?moveDown()
{
????
for
(i
=
onItemIndex;i
>
toItemIndex;i
--
)
????????document.getElementById(i).style.top
=
parseInt(document.getElementById(i).style.top)
+
34
;
}
//
-->
</
script
>
</
head
>
<
body?
onload
="changeItem(0)"
>
<
div?
id
=itemsLayer?
style
="?overflow:hidden;position:absolute;border:1px?solid?#008800;left:50px;top:100px;width:180px;height:445px;"
>
<
div?
id
=0?
style
="position:relative;left:0;top:0;width:179px;"
>
????????
<
div?
onclick
=changeItem(0)?
class
="titleStyle"
>
00
</
div
>
????????
<
div?
class
="contentStyle"
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????
</
div
>
</
div
>
<
div?
id
=1?
style
="position:relative;left:0;top:-340px;width:179px;"
>
????????
<
div?
onclick
=changeItem(1)?
class
="titleStyle"
>
01
</
div
>
????????
<
div?
class
="contentStyle"
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????
</
div
>
</
div
>
<
div?
id
=2?
style
="position:relative;left:0;top:-680px;width:179px;"
>
????????
<
div?
onclick
=changeItem(2)?
class
="titleStyle"
>
02
</
div
>
????????
<
div?
class
="contentStyle"
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????
</
div
>
</
div
>
<
div?
id
=3??
style
="position:relative;left:0;top:-1020px;width:179px;"
>
????????
<
div?
onclick
=changeItem(3)?
class
="titleStyle"
>
03
</
div
>
????????
<
div?
class
="contentStyle"
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????????????????
<
a?
href
="#"
>
鏈接
</
a
>
????????
</
div
>
</
div
>
</
div
>
</
body
>
</
html
>
posted on 2007-04-01 16:41
千山鳥飛絕
閱讀(351)
評論(0)
編輯
收藏
所屬分類:
JavaScript
新用戶注冊
刷新評論列表
只有注冊用戶
登錄
后才能發(fā)表評論。
網(wǎng)站導(dǎo)航:
博客園
IT新聞
Chat2DB
C++博客
博問
管理
相關(guān)文章:
QQ樹形8
QQ樹形7
QQ樹形6
QQ樹形5
QQ樹形4
QQ樹形3
QQ樹形2
QQ樹形
類似QQ的樹型菜單
javascript實現(xiàn)二級聯(lián)動下拉框
正在閱讀:
<
2025年5月
>
日
一
二
三
四
五
六
27
28
29
30
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
31
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開發(fā)(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
搜索
積分與排名
積分 - 775144
排名 - 56
最新評論
1.?re: javascript實現(xiàn)二級聯(lián)動下拉框
太棒了 好東西就該這樣
--精神病
2.?re: struts+spring+hibernate的web應(yīng)用 Dao層代碼編寫
又是個只操作單個表的,不要老寫這些toy code!
--我暈
3.?re: 如何使用Log4j?
謝謝樓主,給新手不少的幫助,
--login
4.?re: 如何使用Log4j?
不錯,淺顯易懂,好文章!
--心誠則靈
5.?re: struts+spring+hibernate的web應(yīng)用 Dao層代碼編寫
方法
--方法
閱讀排行榜
1.?Jboss4.0.2的端口的修改(13234)
2.?eclipse3.1.1版本的中文包已經(jīng)出來了。(11764)
3.?struts2.0+spring2.0+hibernate3.1 web應(yīng)用 示例代碼下載(11562)
4.?很奇怪的Struts2中文亂碼問題(9744)
5.?Struts2.0+spring2.0+hibernate3.1 ACEGI應(yīng)用示例(權(quán)限判斷)(9050)
評論排行榜
1.?eclipse3.1.1版本的中文包已經(jīng)出來了。(21)
2.?struts2.0+spring2.0+hibernate3.1 web應(yīng)用 示例代碼下載(20)
3.?我的QQ寵物怎么變得這么大了????(13)
4.?如何下載in action等系列書籍的源代碼(10)
5.?很奇怪的Struts2中文亂碼問題(7)
Copyright ©2025 千山鳥飛絕 Powered By
博客園
模板提供:
滬江博客
主站蜘蛛池模板:
成人精品国产亚洲欧洲
|
免费人妻av无码专区
|
亚洲Av永久无码精品黑人
|
亚洲福利视频网站
|
大学生高清一级毛片免费
|
免费乱理伦在线播放
|
中文字幕乱码系列免费
|
久久久久久夜精品精品免费啦
|
亚洲一区二区三区日本久久九
|
久久亚洲精品中文字幕无码
|
亚洲成av人无码亚洲成av人
|
国产一区二区三区免费观看在线
|
久久国产亚洲精品
|
四虎国产精品免费永久在线
|
日本亚洲精品色婷婷在线影院
|
91短视频在线免费观看
|
亚洲精品成人片在线观看精品字幕
|
亚洲日产2021三区
|
久久久久久AV无码免费网站下载
|
一级午夜a毛片免费视频
|
a级毛片免费全部播放无码
|
亚洲国产精品xo在线观看
|
蜜桃视频在线观看免费网址入口
|
亚洲成人免费在线观看
|
日本黄色免费观看
|
亚洲伊人久久大香线蕉
|
亚洲av福利无码无一区二区
|
亚洲人成网站在线在线观看
|
亚洲不卡1卡2卡三卡2021麻豆
|
MM131亚洲国产美女久久
|
啦啦啦中文在线观看电视剧免费版
|
四虎永久免费影院
|
无码专区永久免费AV网站
|
亚洲免费精彩视频在线观看
|
最近中文字幕mv免费高清视频7
|
国产成人免费手机在线观看视频
|
国产午夜免费高清久久影院
|
毛片a级毛片免费观看免下载
|
免费观看无遮挡www的视频
|
亚洲系列中文字幕
|
亚洲一级二级三级不卡
|