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

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

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

    JAVA涂鴉
    關于JAVA的點點滴滴
    posts - 50,  comments - 689,  trackbacks - 0
    < html >
    < head >
    < title > 仿QQ導航菜單 </ 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
    正在閱讀:



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

    常用鏈接

    留言簿(35)

    隨筆檔案

    文章分類

    文章檔案

    好友的blog

    我的其他blog

    老婆的Blog

    搜索

    •  

    積分與排名

    • 積分 - 775185
    • 排名 - 56

    最新評論

    閱讀排行榜

    評論排行榜

    主站蜘蛛池模板: 国产在线观看免费完整版中文版| 亚洲一区精品伊人久久伊人| 成人精品国产亚洲欧洲| 亚洲国产成人精品久久久国产成人一区二区三区综 | 久久国产亚洲电影天堂| 日韩精品无码区免费专区| 四虎国产精品成人免费久久| 久久香蕉国产线看观看亚洲片| 免费A级毛片无码免费视| jizz中国免费| 亚洲人成色77777在线观看| 伊人亚洲综合青草青草久热| 国产免费的野战视频| 岛国岛国免费V片在线观看 | 亚洲色欲色欲www| 精品亚洲一区二区三区在线观看 | 久久久综合亚洲色一区二区三区| 97在线观免费视频观看| a级大片免费观看| 亚洲av成人无码网站…| 亚洲精品偷拍无码不卡av| 亚洲色偷偷狠狠综合网| 成年人在线免费观看| 久久九九AV免费精品| 农村寡妇一级毛片免费看视频| 亚洲福利一区二区| 亚洲精品乱码久久久久久中文字幕| 免费无码肉片在线观看| 久久狠狠躁免费观看2020| 黄色大片免费网站| 中文字幕在线日亚洲9| 久久精品九九亚洲精品| 国产亚洲AV手机在线观看| 日本免费网站在线观看| 91成人免费在线视频| 久久精品国产这里是免费| 久久久久免费视频| 免费国产黄网站在线观看动图| 亚洲精品无码mⅴ在线观看| 亚洲熟妇无码久久精品| 亚洲AV无码久久|