<!--完整的HTML代碼如下:--> <HTML> <HEAD> <TITLE>*-特效代碼->>漸變字的效果</TITLE> </HEAD> <body bgcolor="ffffff"> <script> <!-- Hide the script from old browsers -- function MakeArray(n){ this.length=n; for(var i=1; i<=n; i++) this[i]=i-1; return this } hex=new MakeArray(16); hex[11]="A"; hex[12]="B"; hex[13]="C"; hex[14]="D"; hex[15]="E"; hex[16]="F"; function ToHex(x){ // Changes a int to hex (in the range 0 to 255) var high=x/16; var s=high+""; //1 s=s.substring(0,2); //2 the combination of these are the same as the trunc function high=parseInt(s,10); //3 var left=hex[high+1]; // left part of the hex-value var low=x-high*16; // calculate the rest of the values s=low+""; //1 s=s.substring(0,2); //2 the combination of these are the same as the trunc function low=parseInt(s,10); //3 var right=hex[low+1]; // right part of the hex-value var string=left+""+right; // add the high and low together return string; } function fadein(text){ text=text.substring(3,text.length-4); // gets rid of the HTML-comment-tags color_d1=255; color_d1b=255; color_d1c=255; // any value in 'begin' 0 to 255 mul=color_d1/text.length; for(i=0;i<text.length;i++){ color_d1=mul*i; color_d1b=255-mul*i; color_d1c=255*Math.sin(i/(text.length/3)); // some other things you can try>> "=255-mul*i" to fade out, "=mul*i" to fade in, or try "255*Math.sin(i/(text.length/3))" color_h1=ToHex(color_d1); color_d2=mul*i; color_h2=ToHex(color_d2); //1b color_h1b=ToHex(color_d1b); color_d2b=mul*i; color_h2b=ToHex(color_d2b); //1c color_h1c=ToHex(color_d1c); color_d2c=mul*i; color_h2c=ToHex(color_d2c); document.write("<FONT COLOR='#FF"+color_h1+color_h2+"'>"+text.substring(i,i+1)+'</FONT>'); } document.write('<p>'); for(i=0;i<text.length;i++){ color_d1=mul*i; color_d1b=255-mul*i; color_d1c=255*Math.sin(i/(text.length/3)); // some other things you can try>> "=255-mul*i" to fade out, "=mul*i" to fade in, or try "255*Math.sin(i/(text.length/3))" color_h1</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/44699_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/44699_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/44698.html' title='文章標題:一種超酷的文字提示效果 作 者:css 更新時間:2008-1-7 22:52:40'>一種超酷的文字提示效果</a></li> <br> <li>下一篇文章: <a class='LinkNextArticle' href='http://www.xue5.com/itedu/200801/44700.html' title='文章標題:點擊圖片出現另一個圖片提示和鼠標坐標 作 者:css 更新時間:2008-1-7 22:52:40'>點擊圖片出現另一個圖片提示和鼠標坐標</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/20110411201937474.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/20110411201937314.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/20110411201937284.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/20110411201937835.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/20110411201937499.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/20110411201937956.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/20110411201937128.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/20110411201938598.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/20110411201938581.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/20110411201938885.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/20110411201938522.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/20110411201937835.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/20110411201938598.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/20110411201938144.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/20110411201938839.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/20110411201938550.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/20110411201938458.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/20110411201939431.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/20110411201939614.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/20110411201940363.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/20110411201940851.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/20110411201937835.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/20110411201940302.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>