<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    JAVA涂鴉
    關(guān)于JAVA的點點滴滴
    posts - 50,  comments - 689,  trackbacks - 0
    < 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)航:
     
    正在閱讀:



    <2025年5月>
    27282930123
    45678910
    11121314151617
    18192021222324
    25262728293031
    1234567

    常用鏈接

    留言簿(35)

    隨筆檔案

    文章分類

    文章檔案

    好友的blog

    我的其他blog

    老婆的Blog

    搜索

    •  

    積分與排名

    • 積分 - 775144
    • 排名 - 56

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 成人精品国产亚洲欧洲| 免费人妻av无码专区| 亚洲Av永久无码精品黑人 | 亚洲福利视频网站| 大学生高清一级毛片免费| 免费乱理伦在线播放| 中文字幕乱码系列免费| 久久久久久夜精品精品免费啦| 亚洲一区二区三区日本久久九| 久久亚洲精品中文字幕无码| 亚洲成av人无码亚洲成av人| 国产一区二区三区免费观看在线 | 久久国产亚洲精品| 四虎国产精品免费永久在线| 日本亚洲精品色婷婷在线影院| 91短视频在线免费观看| 亚洲精品成人片在线观看精品字幕| 亚洲日产2021三区| 久久久久久AV无码免费网站下载| 一级午夜a毛片免费视频| a级毛片免费全部播放无码| 亚洲国产精品xo在线观看| 蜜桃视频在线观看免费网址入口| 亚洲成人免费在线观看| 日本黄色免费观看| 亚洲伊人久久大香线蕉| 亚洲av福利无码无一区二区| 亚洲人成网站在线在线观看| 亚洲不卡1卡2卡三卡2021麻豆| MM131亚洲国产美女久久| 啦啦啦中文在线观看电视剧免费版| 四虎永久免费影院| 无码专区永久免费AV网站| 亚洲免费精彩视频在线观看| 最近中文字幕mv免费高清视频7| 国产成人免费手机在线观看视频 | 国产午夜免费高清久久影院| 毛片a级毛片免费观看免下载| 免费观看无遮挡www的视频| 亚洲系列中文字幕| 亚洲一级二级三级不卡|