当前位置: 电脑软硬件应用网 > 设计学院 > 网页特效 > 正文
[组图]网页制作中常用的几个简单的选项卡特效代码
网页制作中常用的几个简单的选项卡特效代码
2009-5-31 11:29:17  文/佚名   出处:网络收集   

<!-- 把如下代码加入<body>区域中 -->

<!-- http://www.knowsky.com -->

<!-- bbs http://www.knowsky.com/bbs-->

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

var arrItems1 = new Array();

var arrItemsGrp1 = new Array();

 

arrItems1[3] = "Truck";

arrItemsGrp1[3] = 1;

arrItems1[4] = "Train";

arrItemsGrp1[4] = 1;

arrItems1[5] = "Car";

arrItemsGrp1[5] = 1;

 

arrItems1[6] = "Boat";

arrItemsGrp1[6] = 2;

arrItems1[7] = "Submarine";

arrItemsGrp1[7] = 2;

 

arrItems1[0] = "Planes";

arrItemsGrp1[0] = 3;

arrItems1[1] = "Ultralight";

arrItemsGrp1[1] = 3;

arrItems1[2] = "Glider";

arrItemsGrp1[2] = 3;

 

var arrItems2 = new Array();

var arrItemsGrp2 = new Array();

 

arrItems2[21] = "747";

arrItemsGrp2[21] = 0

arrItems2[22] = "Cessna";

arrItemsGrp2[22] = 0

 

arrItems2[31] = "Kolb Flyer";

arrItemsGrp2[31] = 1

arrItems2[34] = "Kitfox";

arrItemsGrp2[34] = 1

 

arrItems2[35] = "Schwietzer Glider";

arrItemsGrp2[35] = 2

 

arrItems2[99] = "Chevy Malibu";

arrItemsGrp2[99] = 5

arrItems2[100] = "Lincoln LS";

arrItemsGrp2[100] = 5

arrItems2[57] = "BMW Z3";

arrItemsGrp2[57] = 5

 

arrItems2[101] = "F-150";

arrItemsGrp2[101] = 3

arrItems2[102] = "Tahoe";

arrItemsGrp2[102] = 3

 

arrItems2[103] = "Freight Train";

arrItemsGrp2[103] = 4

arrItems2[104] = "Passenger Train";

arrItemsGrp2[104] = 4

 

arrItems2[105] = "Oil Tanker";

arrItemsGrp2[105] = 6

arrItems2[106] = "Fishing Boat";

arrItemsGrp2[106] = 6

 

arrItems2[200] = "Los Angelas Class";

arrItemsGrp2[200] = 7

arrItems2[201] = "Kilo Class";

arrItemsGrp2[201] = 7

arrItems2[203] = "Seawolf Class";

arrItemsGrp2[203] = 7

 

function selectChange(control, controlToPopulate, ItemArray, GroupArray)

{

  var myEle ;

  var x ;

  // Empty the second drop down box of any choices

  for (var q=controlToPopulate.options.length;q>=0;q--) controlToPopulate.options[q]=null;

  if (control.name == "firstChoice") {

    // Empty the third drop down box of any choices

    for (var q=myChoices.thirdChoice.options.length;q>=0;q--) myChoices.thirdChoice.options[q] = null;

 }

  // ADD Default Choice - in case there are no values

  myEle = document.createElement("option") ;

  myEle.value = 0 ;

  myEle.text = "[SELECT]" ;

  controlToPopulate.add(myEle) ;

for ( x = 0 ; x < ItemArray.length  ; x++ )

    {

      if ( GroupArray[x] == control.value )

        {

          myEle = document.createElement("option") ;

          myEle.value = x ;

          myEle.text = ItemArray[x] ;

          controlToPopulate.add(myEle) ;

        }

    }

}

//  End -->

</script>

<form name=myChoices>

<table align="center">

<tr>

<td>

<SELECT id=firstChoice name=firstChoice </p><div align='left'><b><div id=pages style='float:left;border:1px solid #39f;text-align:center;WIDTH: 30px;HEIGHT: 20px;background-color:#eee;padding:2px;margin:5px;margin-right:0;'><font color='red'>1</font></div><div id=pages style='float:left;border:1px solid #39f;text-align:center;WIDTH: 30px;HEIGHT: 20px;background-color:#eee;padding:2px;margin:5px;margin-right:0;' ><a href='http://www.xue5.com/itedu/200801/46777_2.html'>2</a></div><div id=nextpage style='float:left;border:1px solid #39f;text-align:center;WIDTH: 55px;HEIGHT: 20px;background-color:#eee;padding:2px;margin:5px;'><a href='http://www.xue5.com/itedu/200801/46777_2.html'>下一页</a></div> </b></div>
</DIV>
<DIV class="mycontent3"><IFRAME src="http://www.xue5.com/ding.asp?articleid=46777" frameBorder=0 width=55 scrolling=no height=65></IFRAME><script language='javascript' src='/AD/200504/16.js'></script></DIV>
<DIV class="mycontent2">
<INPUT title='点击复制标题和地址到剪贴版,直接在MSN/QQ上粘贴即可.' type=button value='将这篇文章地址告诉QQ/MSN上的好友' onclick='copyToClipBoard()'>
</DIV>
<DIV class="mycontent2">
<a href="http://www.baidu.com/s?tn=xue5&wd=网页制作中常用的几个简单的选项卡特效代码" target="_blank"><span style="font-size:18px:line-height:20px;letter-sapcing:10px"><u><font color="#0033CC">点此进一步了解“</font><b><font color="#800000">网页制作中常用的几个简单的选项卡特效代码</font></b><font color="#0033CC">”相关的更多内容</font></u></span></a>
</DIV>
<DIV class="wenbj hui">转载请注明<a href=http://www.xue5.com/ target=_blank title="学网">[学网]:<u>http://www.xue5.com</u></A>  </DIV>

<DIV class=wenpre>
<UL>
  <LI><li>上一篇文章: <a class='LinkPrevArticle' href='http://www.xue5.com/itedu/200801/46776.html' title='文章标题:在网页中弹出一个小的警告小窗口
作    者:css
更新时间:2008-1-12 19:34:03'>在网页中弹出一个小的警告小窗口</a></li></LI>
  <LI><li>下一篇文章: <a class='LinkNextArticle' href='http://www.xue5.com/itedu/200801/46778.html' title='文章标题:旋转变换文字(3D效果有点酷)
作    者:css
更新时间:2008-1-12 19:34:03'>旋转变换文字(3D效果有点酷)</a></li></LI>
 </UL>
</DIV>

<DIV class=soft_intro><script language='javascript' src='/AD/200504/13.js'></script></DIV>
<DIV class=soft_introPIC><table width='100%' cellpadding='0' cellspacing='5' border='0' align='center'><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/22124.html" title="PS打造Sinsuo非主流效果+颓废美化照片" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200707/20070725234400425_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/22124.html" title="PS打造Sinsuo非主流效果+颓废美化照片" target="_blank">PS打造Sinsuo非主流效果+颓废美化照片</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21637.html" title="非主流照片制作教程之大眼睛MM" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618171925542_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21637.html" title="非主流照片制作教程之大眼睛MM" target="_blank">非主流照片制作教程之大眼睛MM</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21635.html" title="非主流的黑白色彩" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618170543947_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21635.html" title="非主流的黑白色彩" target="_blank">非主流的黑白色彩</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21633.html" title="非主流3HAN风格照片的制作方法" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618165900610_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21633.html" title="非主流3HAN风格照片的制作方法" target="_blank">非主流3HAN风格照片的制作方法</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21630.html" title="非主流PS教程-简单的瘦脸方法" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618163714772_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21630.html" title="非主流PS教程-简单的瘦脸方法" target="_blank">非主流PS教程-简单的瘦脸方法</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21629.html" title="梦幻非主流照片效果![PS图效]" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618163221680_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21629.html" title="梦幻非主流照片效果![PS图效]" target="_blank">梦幻非主流照片效果![PS图效]</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21628.html" title="一种非主流照片处理.方法" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618162850887_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21628.html" title="一种非主流照片处理.方法" target="_blank">一种非主流照片处理.方法</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21627.html" title="5步教会你非主流RAY风格的照片制作" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200706/20070618162607627_S.jpg'  width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21627.html" title="5步教会你非主流RAY风格的照片制作" target="_blank">5步教会你非主流RAY风格的照片制作</a></td></tr></table></DIV>
<DIV id=toptj2><DIV class=toptjl2><A href="http://www.xue5.com/" title="网页制作中常用的几个简单的选项卡特效代码,css" target="_blank">以下文章可能更适合您</A></DIV></DIV>
<DIV id=down>
<DIV class="left">· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200504/2428.html' title='文章标题:简明 HTML CSS 开发规范
作    者:学网
更新时间:2005-4-6 17:48:03' target="_blank">简明 HTML CSS 开发规范</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40499.html' title='文章标题:CSS制作的导航菜单代码
作    者:css
更新时间:2007-12-20 13:03:45' target="_blank">CSS制作的导航菜单代码</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200801/44717.html' title='文章标题:不间断连续滚动的图片效果(向下滚动)
作    者:css
更新时间:2008-1-7 22:52:46' target="_blank">不间断连续滚动的图片效果(向下滚动)</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40496.html' title='文章标题:特效代码:CSS实现光滑圆角效果
作    者:css
更新时间:2007-12-20 13:03:35' target="_blank">特效代码:CSS实现光滑圆角效果</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40451.html' title='文章标题:背景图片居中显示(HTML,CSS技巧)
作    者:css
更新时间:2007-12-20 13:03:01' target="_blank">背景图片居中显示(HTML,CSS技巧)</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200801/44691.html' title='文章标题:Window Media Player 播放器
作    者:css
更新时间:2008-1-7 22:52:36' target="_blank">Window Media Player 播放器</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200801/44705.html' title='文章标题:图片幻灯片特效(各种效果比较全)[网页特效]
作    者:css
更新时间:2008-1-7 22:52:42' target="_blank">图片幻灯片特效(各种效果比较全)[网页特效</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40479.html' title='文章标题:CSS特效代码之制作韩国风格菜单
作    者:css
更新时间:2007-12-20 13:03:23' target="_blank">CSS特效代码之制作韩国风格菜单</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40491.html' title='文章标题:超炫网页火焰字代码,网页特效
作    者:css
更新时间:2007-12-20 13:03:32' target="_blank">超炫网页火焰字代码,网页特效</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40495.html' title='文章标题:鼠标指向有背景的CSS导航菜单
作    者:css
更新时间:2007-12-20 13:03:35' target="_blank">鼠标指向有背景的CSS导航菜单</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200801/49348.html' title='文章标题:CSS超酷网页导航实例!网页导航的制作
作    者:css
更新时间:2008-1-13 15:44:15' target="_blank">CSS超酷网页导航实例!网页导航的制作</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200712/40486.html' title='文章标题:CSS制作的一个动态的超级链接效果
作    者:css
更新时间:2007-12-20 13:03:29' target="_blank">CSS制作的一个动态的超级链接效果</a><br>· <a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200801/44714.html' title='文章标题:文字周围闪烁特效的实现
作    者:css
更新时间:2008-1-7 22:52:45' target="_blank">文字周围闪烁特效的实现</a><br></DIV>
<DIV class="center"><div class="pic_art">
<div class="pic_art_img"><a class="" href="http://www.xue5.com/itedu/200808/219282.html" title="浅谈个人网站的商业化" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200808/2008080819384612.gif'  width='100' height='75' border='0'></a></div>
<div class="pic_art_title"><a class="" href="http://www.xue5.com/itedu/200808/219282.html" title="浅谈个人网站的商业化" target="_blank">浅谈个人网站的商</a></div>
</div>
<div class="pic_art">
<div class="pic_art_img"><a class="" href="http://www.xue5.com/itedu/200808/219283.html" title="ASP.NET中常用的26个优化性能方法" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200808/2008080819525944.gif'  width='100' height='75' border='0'></a></div>
<div class="pic_art_title"><a class="" href="http://www.xue5.com/itedu/200808/219283.html" title="ASP.NET中常用的26个优化性能方法" target="_blank">ASP.NET中常用的2</a></div>
</div>
<div class="pic_art">
<div class="pic_art_img"><a class="" href="http://www.xue5.com/itedu/200808/219281.html" title="站长必读:如何做站才更容易成功" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200808/2008080815543377.gif'  width='100' height='75' border='0'></a></div>
<div class="pic_art_title"><a class="" href="http://www.xue5.com/itedu/200808/219281.html" title="站长必读:如何做站才更容易成功" target="_blank">站长必读:如何做</a></div>
</div>
</DIV>
<DIV class="right"><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/219282.html" title="浅谈个人网站的商业化" target="_blank">浅谈个人网站的商业化</a></div><div class="listbg2">· <a class="listA" href="http://www.xue5.com/itedu/200808/219283.html" title="ASP.NET中常用的26个优化性能方法" target="_blank">ASP.NET中常用的26个优化性能方法</a></div><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/219281.html" title="站长必读:如何做站才更容易成功" target="_blank">站长必读:如何做站才更容易成功</a></div><div class="listbg2">· <a class="listA" href="http://www.xue5.com/itedu/200808/219280.html" title="After Effects实例战:打造12秒网站广告条" target="_blank">After Effects实例战:打造12秒网站广告条</a></div><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/219279.html" title="Illustrator制作中国风青花盘子" target="_blank">Illustrator制作中国风青花盘子</a></div><div class="listbg2">· <a class="listA" href="http://www.xue5.com/itedu/200808/219278.html" title="谷歌推MP3能否拯救Google?" target="_blank">谷歌推MP3能否拯救Google?</a></div><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/219277.html" title="Maya打造豪情武侠《醉和尚》过程" target="_blank">Maya打造豪情武侠《醉和尚》过程</a></div><div class="listbg2">· <a class="listA" href="http://www.xue5.com/itedu/200808/219276.html" title="超级兔子新版探秘!保安全识驱动" target="_blank">超级兔子新版探秘!保安全识驱动</a></div><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/219275.html" title="网际快车用好了 奥运视频随时看" target="_blank">网际快车用好了 奥运视频随时看</a></div><div class="listbg2">· <a class="listA" href="http://www.xue5.com/itedu/200808/219274.html" title="卡卡6.0实用功能:给电脑减负 保护个人隐私" target="_blank">卡卡6.0实用功能:给电脑减负 保护个人隐</a></div><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/219284.html" title="国内主流SNS社区性能功能评测" target="_blank">国内主流SNS社区性能功能评测</a></div><div class="listbg2">· <a class="listA" href="http://www.xue5.com/itedu/200808/216240.html" title="如何有效利用百度相关产品推广" target="_blank">如何有效利用百度相关产品推广</a></div><div class="listbg">· <a class="listA" href="http://www.xue5.com/itedu/200808/218977.html" title="墨者安全专家六大功能使用教程" target="_blank">墨者安全专家六大功能使用教程</a></div></DIV>
</DIV>

<DIV class=soft_intro2><b>学网·特别声明:</b><br> 本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。本站所有文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题,请联系编辑人员Xababy#Gmail.com,我们尽快予以更正。</DIV>

</DIV>
 
<!--右边 -->

<DIV class=rwen>
<DIV class=rwen1><script language='javascript' src='http://www.xue5.com/AD/200712/31.js'></script></DIV>
<DIV class=rwen1><script language='javascript' src='/AD/200504/12.js'></script></DIV>

<DIV class=rwen2t><A href="http://www.xue5.com/itedu/Special/fzl/Index.html" target="_blank">非主流照片制作</A></DIV>
<DIV class=rwen2c><table width='100%' cellpadding='0' cellspacing='5' border='0' align='center'><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/22124.html" title="PS打造Sinsuo非主流效果+颓废美化照片" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200707/20070725234400425_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/22124.html" title="PS打造Sinsuo非主流效果+颓废美化照片" target="_blank">PS打造Sinsuo非主流效果+颓废美化照片</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/193008.html" title="Photoshop把偏色照片处理成非主流效果" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/2008040723191447_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/193008.html" title="Photoshop把偏色照片处理成非主流效果" target="_blank">Photoshop把偏色照片处理成非主流效果</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/193933.html" title="Photoshop将单色照片处理成冷色非主流效果" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/2008041322051034_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/193933.html" title="Photoshop将单色照片处理成冷色非主流效果" target="_blank">Photoshop将单色照片处理成冷色非主流效果</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21759.html" title="非主流照片制作之3步搞掂MM美白" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200707/20070708134116916_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21759.html" title="非主流照片制作之3步搞掂MM美白" target="_blank">非主流照片制作之3步搞掂MM美白</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21758.html" title="流行的一种非主流蓝背景调色法" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200707/20070708133714827_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21758.html" title="流行的一种非主流蓝背景调色法" target="_blank">流行的一种非主流蓝背景调色法</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200806/21757.html" title="PS非主流照片制作之情侣图片" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200707/20070708133141497_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200806/21757.html" title="PS非主流照片制作之情侣图片" target="_blank">PS非主流照片制作之情侣图片</a></td></tr></table></DIV>
<DIV class=rwen2t><A href="http://www.xue5.com/itedu/List/List_188.html" target="_blank">常用破解软件下载</A></DIV>
<DIV class=rwen2c2><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/216241.html" title="QQ音乐v2008活力北京特别版发布下载" target="_blank">QQ音乐v2008活力北京特别版发布下载</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213224.html" title="TheWorld 世界之窗 2.2 RC (2.2.0.5) 发布下载" target="_blank">TheWorld 世界之窗 2.2 RC (2.2.0.5)</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213223.html" title="iTunes 7.7 发布下载" target="_blank">iTunes 7.7 发布下载</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213222.html" title="Winamp 5.54 Build 2145 - Final下载" target="_blank">Winamp 5.54 Build 2145 - Final下载</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213221.html" title="鱼鱼桌面秀2.1正式版发布下载" target="_blank">鱼鱼桌面秀2.1正式版发布下载</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213220.html" title="EmEditor Professional 7.02 RC 6下载" target="_blank">EmEditor Professional 7.02 RC 6下载</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213219.html" title="phpBB 3.0.2免费下载" target="_blank">phpBB 3.0.2免费下载</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213218.html" title="WinRAR 3.80 beta 3 官方简体中文版下载" target="_blank">WinRAR 3.80 beta 3 官方简体中文版下</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213217.html" title="PPS网络电视(PPStream)2.2.34.1396 正式版下载" target="_blank">PPS网络电视(PPStream)2.2.34.1396</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_188.html">注册下载</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/213216.html" title="WinRAR 简体中文版 3.80 beta 3[烈火]下载" target="_blank">WinRAR 简体中文版 3.80 beta 3[烈火</a></div></DIV>
<DIV class=rwen2t><A href="http://www.xue5.com/itedu/List/List_480.html">QQ空间大图模块</A></DIV>
<DIV class=rwen2c><table width='100%' cellpadding='0' cellspacing='5' border='0' align='center'><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200804/193071.html" title="QQ空间可爱大图:Baby,愿你幸福" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/20080408105631152_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200804/193071.html" title="QQ空间可爱大图:Baby,愿你幸福" target="_blank">QQ空间可爱大图:Baby,愿你幸福</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200804/193069.html" title="QQ空间大图模块:我们今生就一起好好走成么?" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/20080408104606220_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200804/193069.html" title="QQ空间大图模块:我们今生就一起好好走成么?" target="_blank">QQ空间大图模块:我们今生就一起好好走成么</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200804/193068.html" title="QQ空间大图模块:颓废空间专用大图模块" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/20080408104014375_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200804/193068.html" title="QQ空间大图模块:颓废空间专用大图模块" target="_blank">QQ空间大图模块:颓废空间专用大图模块</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200804/193067.html" title="QQ空间大图模块:你的那份爱情属于我吗" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/20080408103427575_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200804/193067.html" title="QQ空间大图模块:你的那份爱情属于我吗" target="_blank">QQ空间大图模块:你的那份爱情属于我吗</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200804/193066.html" title="QQ空间图片模块:爱到底什么滋味_让我如此难过" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/20080408103324914_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200804/193066.html" title="QQ空间图片模块:爱到底什么滋味_让我如此难过" target="_blank">QQ空间图片模块:爱到底什么滋味_让我如此</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200804/193065.html" title="QQ空间大图模块:葬LOVE_祭奠死去的爱" target="_blank"><img class='pic1' src='http://www.xue5.com/itedu/picture/200804/20080408103153461_S.jpg'  width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200804/193065.html" title="QQ空间大图模块:葬LOVE_祭奠死去的爱" target="_blank">QQ空间大图模块:葬LOVE_祭奠死去的爱</a></td></tr></table></DIV>
<DIV class=rwen2t><A href="http://www.xue5.com/itedu/List/List_193.html">电脑安全·杀毒防黑</A></DIV>
<DIV class=rwen2c2><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200808/219274.html" title="卡卡6.0实用功能:给电脑减负 保护个人隐私" target="_blank">卡卡6.0实用功能:给电脑减负 保护个</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200807/214341.html" title="ESET NOD32 安全套装使用心得" target="_blank">ESET NOD32 安全套装使用心得</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200711/28188.html" title="个人电脑中常见的安全风险与对策" target="_blank"><font color="#0000FF">个人电脑中常见的安全风险与对策</font></a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200706/21690.html" title="帮你强行杀死顽固不化的病毒进程" target="_blank">帮你强行杀死顽固不化的病毒进程</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200706/21554.html" title="MSN相片蠕虫病毒完全清除方法" target="_blank"><b>MSN相片蠕虫病毒完全清除方法</b></a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200705/21378.html" title="mppds.exe,cmdbcs.exe病毒文件的清除" target="_blank">mppds.exe,cmdbcs.exe病毒文件的清除</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200705/21377.html" title="conime.exe进程" target="_blank">conime.exe进程</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200704/18099.html" title="天网防火墙V2.61学习教程" target="_blank">天网防火墙V2.61学习教程</a></div><div class="listbg">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200703/16300.html" title="世界排名第一防火墙Comodo体验" target="_blank">世界排名第一防火墙Comodo体验</a></div><div class="listbg2">· [<a class="listA" href="http://www.xue5.com/itedu/List/List_193.html">病毒防治</a>]<a class="listA" href="http://www.xue5.com/itedu/200701/15371.html" title="Windows下免费的杀软.防火墙" target="_blank">Windows下免费的杀软.防火墙</a></div></DIV>
</DIV></DIV>

<!--右边 -->

<DIV class=wrap id=RightContent>
<DIV class=s6><script language='javascript' src='/AD/200504/25.js'></script></DIV>
</DIV>
<!--下边 -->
<DIV class=wrap id=myfoot>
<DIV class=f1><A onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.xue5.com');" href="http://www.xue5.com/#">设为首页</A> - <A href="javascript:window.external.addFavorite('http://www.xue5.com','学网');">收藏学网</A> - <A href="http://www.xue5.com/itedu/68.html" target=_blank>关于学网</A> - <A href="http://www.xue5.com/Rss.asp" target=_blank>RSS订阅</A> - <A href="http://www.xue5.com/Copyright.asp" target=_blank>版权申明</A> - <A href="http://www.xue5.com/FriendSite/Index.asp" target=_blank>友情链接</A> - <A href="mailto:xababy#Gmail.com" target=_blank>联系学网</A> - <A href="http://www.xue5.com/SiteMap/Article1.htm" target=_blank>网站地图</A> - <A href="mailto:xababy#Gmail.com" target=_blank>投稿学网</A></DIV>
<DIV class=f2><FONT style="FONT-SIZE: 8pt" face=Verdana>学网·<SPAN lang=en-us>2004</SPAN>-2008版权所有</FONT><BR><FONT style="FONT-SIZE: 8pt" face=Verdana>© CopyRight 2004-2008 <B><A title=学网,教程网站,教程,电脑学习,软件教程各方面免费教程 href="http://www.xue5.com/" target=_blank>WwW.Xue5.CoM</A></B>.Inc All Rights Reserved</FONT><BR><FONT style="FONT-SIZE: 8pt" face=Verdana><SPAN lang=en-us>合作、建议、联系::cainiaoo.cn#live.cn QQ:329700200,1103290</FONT></SPAN><BR>
<script language='javascript' src='/itedu/js/DIVit_QQ.js'></script><BR>学网_致力于提供优质免费的电脑学习教程<BR><A href="http://www.miibeian.gov.cn/" target=_blank><B>陕ICP备05000834号</B></A></FONT><BR>
<script language='javascript' src='http://www.xue5.com/AD/200504/18.js'></script></DIV>
</DIV>


</BODY>
</HTML>

  • 上一篇文章:

  • 下一篇文章:
  • 最新热点 最新推荐 相关文章
    网页特效代码:仿京东的商品分类导航…
    不能屏蔽的网页右下角窗口特效
    装载页面进度条代码
    链接特效之js做引用文章链接代码
    左右移动转换文字特效HTML代码解析
    网页页面实现自动刷新的3种代码
    网页特效代码:纯css下拉菜单列表
    JS特效代码:实现间歇无缝文字滚动特…
    文字滚动特效(兼容多浏览器)
    网页特效代码:JavaScript显示系统时…
    关于45IT | About 45IT | 联系方式 | 版权声明 | 网站导航 |

    Copyright © 2003-2011 45IT. All Rights Reserved 浙ICP备09049068号