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 千山鳥飛絕 閱讀(358) 評論(0)  編輯  收藏 所屬分類: JavaScript
          正在閱讀:



          <2025年6月>
          25262728293031
          1234567
          891011121314
          15161718192021
          22232425262728
          293012345

          常用鏈接

          留言簿(35)

          隨筆檔案

          文章分類

          文章檔案

          好友的blog

          我的其他blog

          老婆的Blog

          搜索

          •  

          積分與排名

          • 積分 - 776098
          • 排名 - 56

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 静宁县| 历史| 辽阳市| 哈尔滨市| 奉贤区| 上栗县| 内江市| 阿尔山市| 韶山市| 江华| 云梦县| 革吉县| 拉孜县| 蓬溪县| 杨浦区| 城市| 喀什市| 石泉县| 兴仁县| 玉山县| 固始县| 杭锦旗| 专栏| 娱乐| 衡阳县| 永康市| 九龙城区| 焦作市| 武川县| 汉寿县| 和顺县| 罗田县| 盈江县| 扎鲁特旗| 嘉禾县| 富源县| 浪卡子县| 邢台县| 静乐县| 逊克县| 晋江市|