DIV CSS 佈局教程網
設為首頁
加入收藏
首頁
HTML基礎知識
CSS入門知識
JavaScript入門知識
DIV+CSS佈局
WEB網站前端
網頁腳本
網頁SEO優化
網頁制作工具
DIV+CSS佈局教程網
>>
網頁腳本
>>
CSS入門知識
>>
CSS詳解
>> 在打開一個頁面時,用鍵盤輸入幾個字符後,頁面就會自動導航
在打開一個頁面時,用鍵盤輸入幾個字符後,頁面就會自動導航
編輯:CSS詳解  
<!--完成此特效需要2步 第一步:把下面代碼放到<head>區域中--> <script language="JavaScript"> var a_Colour='ff0000'; var b_Colour='00ff00'; var c_Colour='0000ff'; var Size=50; var YDummy=new Array(),XDummy=new Array(),xpos=0,ypos=0,ThisStep=0;step=0.03; if (document.layers){ window.captureEvents(Event.MOUSEMOVE); function nsMouse(evnt){ xpos = window.pageYOffset+evnt.pageX+6; ypos = window.pageYOffset+evnt.pageY+16; } window.onMouseMove = nsMouse; } else if (document.all) { function ieMouse(){ xpos = document.body.scrollLeft+event.x+6; ypos = document.body.scrollTop+event.y+16; } document.onmousemove = ieMouse; } function swirl(){ for (i = 0; i < 3; i++) { YDummy[i]=ypos+Size*Math.cos(ThisStep+i*2)*Math.sin((ThisStep)*6); XDummy[i]=xpos+Size*Math.sin(ThisStep+i*2)*Math.sin((ThisStep)*6); } ThisStep+=step; setTimeout('swirl()',10); } var amount=10; if (document.layers){ for (i = 0; i < amount; i++) { document.write('<layer name=nsa'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+a_Colour+'></layer>'); document.write('<layer name=nsb'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+b_Colour+'></layer>'); document.write('<layer name=nsc'+i+' top=0 left=0 width='+i/2+' height='+i/2+' bgcolor='+c_Colour+'></layer>'); } } else if (document.all){ document.write('<div id="ODiv" style="position:absolute;top:0px;left:0px">' +'<div id="IDiv" style="position:relative">'); for (i = 0; i < amount; i++) { document.write('<div id=x style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+a_Colour+';font-size:'+i/2+'"></div>'); document.write('<div id=y style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+b_Colour+';font-size:'+i/2+'"></div>'); document.write('<div id=z style="position:absolute;top:0px;left:0px;width:'+i/2+';height:'+i/2+';background:'+c_Colour+';font-size:'+i/2+'"></div>'); } document.write('</div></div>'); } function prepos(){ var ntscp=document.layers; var msIE=document.all; if (document.layers){ for (i = 0; i < amount; i++) { if (i < amount-1) { ntscp['nsa'+i].top=ntscp['nsa'+(i+1)].top;ntscp['nsa'+i].left=ntscp['nsa'+(i+1)].left; ntscp['nsb'+i].top=ntscp['nsb'+(i+1)].top;ntscp['nsb'+i].left=ntscp['nsb'+(i+1)].left; ntscp['nsc'+i].top=ntscp['nsc'+(i+1)].top;ntscp['nsc'+i].left=ntscp['nsc'+(i+1)].left; } else { ntscp['nsa'+i].top=YDummy[0];ntscp['nsa'+i].left=XDummy[0]; ntscp['nsb'+i].top=YDummy[1];ntscp['nsb'+i].left=XDummy[1]; ntscp['nsc'+i].top=YDummy[2];ntscp['nsc'+i].left=XDummy[2]; } } } else if (document.all){ for (i = 0; i < amount; i++) { if </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/44613_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/44613_2.html'>下一頁</a></div> </b></div> </DIV> <DIV class="mycontent3"><script language='javascript' src='http://www.xue5.com/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> <li>上一篇文章: <a class='LinkPrevArticle' href='http://www.xue5.com/itedu/200801/44612.html' title='文章標題:網頁頁面中真實的宇宙效果演示[網頁特效] 作 者:css 更新時間:2008-1-7 22:51:59'>網頁頁面中真實的宇宙效果演示[網頁特效]</a></li> <br> <li>下一篇文章: <a class='LinkNextArticle' href='http://www.xue5.com/itedu/200801/44614.html' title='文章標題:一種標准的網頁下拉菜單(符合web標准) 作 者:css 更新時間:2008-1-7 22:51:59'>一種標准的網頁下拉菜單(符合web標准)</a></li> </DIV> <DIV id=toptj2><DIV class=toptjl2>【<A href="http://www.xue5.com/itedu/List/List_207.html" title="點擊查看更多CSS" target="_blank">更多CSS資料……</A>】</A> <script language='javascript' src='http://www.xue5.com/AD/200704/29.js'></script></DIV></DIV> <DIV id=down> <DIV class="left">·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435621.html' title='文章標題:UTF-8 GBK UTF8 GB2312 之間的區別和關系 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">UTF-8 GBK UTF8 GB2312 之間的區別和關</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435620.html' title='文章標題:Web界面測試方法技巧以及注意事項 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Web界面測試方法技巧以及注意事項</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435619.html' title='文章標題:Google發布用於網站開發的Chrome Extensions 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Google發布用於網站開發的Chrome Exten</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435618.html' title='文章標題:淺談tudou.com首頁圖片延遲加載的效果 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">淺談tudou.com首頁圖片延遲加載的效果</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435617.html' title='文章標題:Google Web 字體 API 訪談 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Google Web 字體 API 訪談</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435616.html' title='文章標題:Google網頁字體在線服務啟動 作 者:CSS 更新時間:2010-8-13 3:49:03' target="_blank">Google網頁字體在線服務啟動</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416624.html' title='文章標題:網頁設計中水平方向視覺焦點分布探討 作 者:CSS 更新時間:2010-5-11 15:00:55' target="_blank">網頁設計中水平方向視覺焦點分布探討</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416623.html' title='文章標題:簡單也豐富 簡潔網頁設計視覺呈現技巧 作 者:CSS 更新時間:2010-5-11 14:59:52' target="_blank">簡單也豐富 簡潔網頁設計視覺呈現技巧</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416622.html' title='文章標題:如何有效創建個性化404錯誤頁面 作 者:CSS 更新時間:2010-5-11 14:59:12' target="_blank">如何有效創建個性化404錯誤頁面</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416621.html' title='文章標題:網頁設計中“對比”原則的剖析和應用 作 者:CSS 更新時間:2010-5-11 14:56:40' target="_blank">網頁設計中“對比”原則的剖析和應用</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416620.html' title='文章標題:三種直接備份 WordPress 博客的方法 作 者:CSS 更新時間:2010-5-11 14:56:35' target="_blank">三種直接備份 WordPress 博客的方法</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416619.html' title='文章標題:迅速提高設計水平的“九字秘訣” 作 者:CSS 更新時間:2010-5-11 14:56:35' target="_blank">迅速提高設計水平的“九字秘訣”</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416618.html' title='文章標題:淺析各類網頁中的色彩使用與情感聯想 作 者:CSS 更新時間:2010-5-11 14:56:03' 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/201005/414777.html" title="Windows 7的十大最差使用體驗" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193104172.jpg' width='100' height='75' border='0'></a></div> <div class="pic_art_title"><a class="" href="http://www.xue5.com/itedu/201005/414777.html" title="Windows 7的十大最差使用體驗" target="_blank">Windows 7的十大最</a></div> </div> <div class="pic_art"> <div class="pic_art_img"><a class="" href="http://www.xue5.com/itedu/200910/370878.html" title="微軟Windows7系統全球發布會現場直錄" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105667.jpg' width='100' height='75' border='0'></a></div> <div class="pic_art_title"><a class="" href="http://www.xue5.com/itedu/200910/370878.html" title="微軟Windows7系統全球發布會現場直錄" target="_blank"><b>微軟Windows7系統</b></a></div> </div> <div class="pic_art"> <div class="pic_art_img"><a class="" href="http://www.xue5.com/itedu/200908/350910.html" title="解讀javascript的計時器 (二)" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105917.jpg' width='100' height='75' border='0'></a></div> <div class="pic_art_title"><a class="" href="http://www.xue5.com/itedu/200908/350910.html" title="解讀javascript的計時器 (二)" target="_blank">解讀javascript的</a></div> </div> </DIV> <DIV class="right">·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200905/306474.html' title='文章標題:正則表達式限制文本框只能輸入數字 作 者:CSS 更新時間:2009-5-16 7:40:50' target="_blank">正則表達式限制文本框只能輸入數字</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/200905/303332.html' title='文章標題:網頁設計之字體在頁面排版上的完全攻略 作 者:CSS 更新時間:2009-5-9 5:54:39' target="_blank">網頁設計之字體在頁面排版上的完全攻略</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435621.html' title='文章標題:UTF-8 GBK UTF8 GB2312 之間的區別和關系 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">UTF-8 GBK UTF8 GB2312 之間的區別和關</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435620.html' title='文章標題:Web界面測試方法技巧以及注意事項 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Web界面測試方法技巧以及注意事項</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435619.html' title='文章標題:Google發布用於網站開發的Chrome Extensions 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Google發布用於網站開發的Chrome Exten</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435618.html' title='文章標題:淺談tudou.com首頁圖片延遲加載的效果 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">淺談tudou.com首頁圖片延遲加載的效果</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435617.html' title='文章標題:Google Web 字體 API 訪談 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Google Web 字體 API 訪談</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435616.html' title='文章標題:Google網頁字體在線服務啟動 作 者:CSS 更新時間:2010-8-13 3:49:03' target="_blank">Google網頁字體在線服務啟動</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416624.html' title='文章標題:網頁設計中水平方向視覺焦點分布探討 作 者:CSS 更新時間:2010-5-11 15:00:55' target="_blank">網頁設計中水平方向視覺焦點分布探討</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416623.html' title='文章標題:簡單也豐富 簡潔網頁設計視覺呈現技巧 作 者:CSS 更新時間:2010-5-11 14:59:52' target="_blank">簡單也豐富 簡潔網頁設計視覺呈現技巧</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416622.html' title='文章標題:如何有效創建個性化404錯誤頁面 作 者:CSS 更新時間:2010-5-11 14:59:12' target="_blank">如何有效創建個性化404錯誤頁面</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416621.html' title='文章標題:網頁設計中“對比”原則的剖析和應用 作 者:CSS 更新時間:2010-5-11 14:56:40' target="_blank">網頁設計中“對比”原則的剖析和應用</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416620.html' title='文章標題:三種直接備份 WordPress 博客的方法 作 者:CSS 更新時間:2010-5-11 14:56:35' target="_blank">三種直接備份 WordPress 博客的方法</a><br></DIV> </DIV> <DIV class=soft_intro><script language='javascript' src='http://www.xue5.com/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/200905/304530.html" title="Photoshop打造日本卡哇依非主流照片(1)" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105877.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/304530.html" title="Photoshop打造日本卡哇依非主流照片(1)" target="_blank">Photoshop打造日本卡哇依非主流照片(1)</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200905/302627.html" title="PhotoShop教程:制作非主流塗鴉效果大頭帖" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105259.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/302627.html" title="PhotoShop教程:制作非主流塗鴉效果大頭帖" target="_blank">PhotoShop教程:制作非主流塗鴉效果大頭帖</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200905/302624.html" title="PhotoShop教程:調出非主流MM照片溫馨色調" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105324.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/302624.html" title="PhotoShop教程:調出非主流MM照片溫馨色調" target="_blank">PhotoShop教程:調出非主流MM照片溫馨色調</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200905/302164.html" title="PhotoShop教程:制作非主流型男帥哥" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106631.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/302164.html" title="PhotoShop教程:制作非主流型男帥哥" target="_blank">Photoshop教程:制作非主流型男帥哥</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200903/291444.html" title="教你改變眼睛的顏色" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106134.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200903/291444.html" title="教你改變眼睛的顏色" target="_blank">教你改變眼睛的顏色</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200902/283848.html" title="非主流柔紫色調圖片制作教程" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106538.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200902/283848.html" title="非主流柔紫色調圖片制作教程" target="_blank">非主流柔紫色調圖片制作教程</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200901/271097.html" title="非主流歐美粉色調圖片PS教程" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106615.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200901/271097.html" title="非主流歐美粉色調圖片PS教程" target="_blank">非主流歐美粉色調圖片PS教程</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200812/270329.html" title="滄桑懷舊非主流風格制作教程" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106421.jpg' width='150' height='113' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200812/270329.html" title="滄桑懷舊非主流風格制作教程" target="_blank">滄桑懷舊非主流風格制作教程</a></td></tr></table></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=rwen2t>【<A href="http://www.xue5.com/itedu/List/List_207.html" title="點擊查看更多CSS" target="_blank">最新CSS資料</A>】</DIV> <DIV class=rwen2c2>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435621.html' title='文章標題:UTF-8 GBK UTF8 GB2312 之間的區別和關系 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">UTF-8 GBK UTF8 GB2312 之間的區別和關</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435620.html' title='文章標題:Web界面測試方法技巧以及注意事項 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Web界面測試方法技巧以及注意事項</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435619.html' title='文章標題:Google發布用於網站開發的Chrome Extensions 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Google發布用於網站開發的Chrome Exten</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435618.html' title='文章標題:淺談tudou.com首頁圖片延遲加載的效果 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">淺談tudou.com首頁圖片延遲加載的效果</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435617.html' title='文章標題:Google Web 字體 API 訪談 作 者:CSS 更新時間:2010-8-13 3:49:04' target="_blank">Google Web 字體 API 訪談</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201008/435616.html' title='文章標題:Google網頁字體在線服務啟動 作 者:CSS 更新時間:2010-8-13 3:49:03' target="_blank">Google網頁字體在線服務啟動</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416624.html' title='文章標題:網頁設計中水平方向視覺焦點分布探討 作 者:CSS 更新時間:2010-5-11 15:00:55' target="_blank">網頁設計中水平方向視覺焦點分布探討</a><br>·<a class='LinkArticleCorrelative' href='http://www.xue5.com/itedu/201005/416623.html' title='文章標題:簡單也豐富 簡潔網頁設計視覺呈現技巧 作 者:CSS 更新時間:2010-5-11 14:59:52' target="_blank">簡單也豐富 簡潔網頁設計視覺呈現技巧</a><br></DIV> <DIV class=rwen2t>【<A href="http://Fzl.xue5.com" title="非主流照片制作" 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/200905/304530.html" title="Photoshop打造日本卡哇依非主流照片(1)" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105877.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/304530.html" title="Photoshop打造日本卡哇依非主流照片(1)" target="_blank">Photoshop打造日本卡哇依非主流照片(1)</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200903/291444.html" title="教你改變眼睛的顏色" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106134.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200903/291444.html" title="教你改變眼睛的顏色" target="_blank">教你改變眼睛的顏色</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200903/291045.html" title="PS教程_簡單調整偏色圖片" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193106830.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200903/291045.html" title="PS教程_簡單調整偏色圖片" target="_blank">PS教程_簡單調整偏色圖片</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200903/290042.html" title="輕松打造效果之粉白水嫩" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107214.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200903/290042.html" title="輕松打造效果之粉白水嫩" target="_blank">輕松打造效果之粉白水嫩</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200903/287713.html" title="簡單的潮人閃圖制作教程" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107404.gif' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200903/287713.html" title="簡單的潮人閃圖制作教程" target="_blank">簡單的潮人閃圖制作教程</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200903/287325.html" title="非主流頹廢照片制作丟失的顏色" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107845.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200903/287325.html" title="非主流頹廢照片制作丟失的顏色" target="_blank">非主流頹廢照片制作丟失的顏色</a></td></tr></table></DIV> <DIV class=rwen1><script language='javascript' src='http://www.xue5.com/AD/200504/12.js'></script></DIV> <DIV class=rwen2t>【<A href="http://www.xue5.com/itedu/List/List_312.html" title="PhotoShop經典教程" target="_blank">PhotoShop經典教程</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/200905/304083.html" title="Photoshop四維立體特效40個教程" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107839.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/304083.html" title="Photoshop四維立體特效40個教程" target="_blank">Photoshop四維立體特效40個教程</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200904/216138.html" title="QQ登錄清明Banner概念創意設計過程" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107743.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200904/216138.html" title="QQ登錄清明Banner概念創意設計過程" target="_blank">QQ登錄清明Banner概念創意設計過程</a></td></tr><tr valign='top'><td align='center'><a class="" href="http://www.xue5.com/itedu/200904/214518.html" title="Photoshop作摳圖合成孔雀美人圖" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107679.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200904/214518.html" title="Photoshop作摳圖合成孔雀美人圖" target="_blank">Photoshop作摳圖合成孔雀美人圖</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200904/298021.html" title="Photoshop制作螺旋狀彩色線條圖形" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107237.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200904/298021.html" title="Photoshop制作螺旋狀彩色線條圖形" target="_blank">Photoshop制作螺旋狀彩色線條圖形</a></td></tr></table><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/200905/304530.html" title="Photoshop打造日本卡哇依非主流照片(1)" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193105877.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/304530.html" title="Photoshop打造日本卡哇依非主流照片(1)" target="_blank">Photoshop打造日本卡哇依非主流照片(1)</a></td><td align='center'><a class="" href="http://www.xue5.com/itedu/200905/303331.html" title="Photoshop制作網絡卡通簽名效果圖(1)" target="_blank"><img class='pic1' src='/School/UploadFiles_7810/201104/20110411193107110.jpg' width='135' height='102' border='0'></a><br><a class="" href="http://www.xue5.com/itedu/200905/303331.html" title="Photoshop制作網絡卡通簽名效果圖(1)" target="_blank">Photoshop制作網絡卡通簽名效果圖(1)</a></td></tr></table></DIV> <DIV class=rwen2c2><DIV class=rwen1><script language='javascript' src='http://www.xue5.com/AD/200504/17.js'></script></DIV></DIV> </DIV></DIV> <!--右邊 --> <DIV class=wrap id=RightContent> <DIV class=s6><script language='javascript' src='http://www.xue5.com/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/xml/Rss.XML" 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>2003</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>合作、聯系E-Mail:cainiaoo.cn#live.cn QQ:1103290,329700200</FONT></SPAN><BR> <script language='Javascript' src='http://www.xue5.com/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>
上一頁:
網頁頁面中真實的宇宙效果演示[網頁特效]
下一頁:
一種標准的網頁下拉菜單(符合web標准)
CSS詳解
利用CSS實現禁止雙擊選擇頁面內容的實例展示
這篇文章主要為大家介紹了CSS阻止頁面雙擊選中文本,這樣這個區域的文字都不能選中了,就也不會出現在
20個不同行業的CSS制作的電子商務網站模板
免費資源總是很吸引人,對於想建電子商務網站的用戶來說,找到一款免費好用的網站模板並非易事,本文中收
DIV布局網頁的常見錯誤
1. 檢查Html元素是否有拼寫錯誤、是否忘記結束標記即使是老手也經常會弄錯div的嵌套關系。可以
相關文章
jquery ui打開url網址的對話框
Ajax打開新窗口被浏覽器攔截的兩種解決辦法
javascript計算用戶打開網頁的停留時間
利用javascript打開模態對話框(示例代碼)
ASP.NET+AJAX解決網頁打開等待問題
用CSS濾鏡打開圖片的各種效果,很有用
控制用按鈕打開新窗口的屬性
打開網頁後定時顯示大圖片廣告然後自動關閉
離開一個頁面時,跳出收藏夾對話框
在狀態欄中顯示打開頁面的停留時間
CSS基礎知識
Sass教程
CSS3基礎
關於CSS
CSS進階教程
DIV十CSS布局
CSS特效代碼
CSS詳解
小編推薦
相冊的自動播放效果SlideShow
CSS中區分IE6,IE7,Firefox浏覽器的方法
鼠標放上去變色的按鈕,而且有連接
浏覽器Quirksmode模式與CSSCompat模式
由淺入深學習margin屬性用法和特征(1)
網頁設計中的黃金比例
離開一個頁面時,跳出收藏夾對話框
CSS圓角邊框制作指南與實例
CSS 中的黃金分割率
網頁CSS優化使網頁具有語義化
熱門推薦
DIV+CSS網頁及導航布局教程實例
CSS布局調試的十大有效方法
熱點透視 DIV CSS完美兼容IE6 IE7 FF的通用方法
介紹IE8的CSS hack
不同下拉選擇提交不同的用戶帳號信息
IE6、IE7和FF的最簡單的hack技巧
對css滑動門技術的一些總結和歸納
父元素的高度為0利用偽元素:after清除浮動可解決問題
css 立體效果:CSS立體按鈕效果
大家都在看
javascript中的document.open()方法使用介紹
JS檢測輸入字符是否包含非法字符的示例代碼
js實現特定位取反原理及示例
詳解Node.js如何開發命令行工具
JS+ACTIVEX實現網頁選擇本地目錄路徑對話框
簡介BootStrap model彈出框的使用
JS驗證郵箱格式是否正確的代碼
jquery中選擇塊並改變屬性值的方法
XML學習教程
|
jQuery入門知識
|
AJAX入門
|
Dreamweaver教程
|
Fireworks入門知識
|
SEO技巧
|
SEO優化集錦
|
Copyright ©
DIV+CSS佈局教程網
All Rights Reserved