<?xml version="1.0" encoding="gb2312" ?> <rss><channel><title>状态栏类--飞飞Asp乐园</title><link>http://www.ffasp.com/rss/rss.asp</link><description></description><item><title>状态栏文字来回出现</title><link>http://www.ffasp.com/content.asp?newsid=350</link><description>&amp;lt;html&amp;gt;

&amp;lt;head&amp;gt;

&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---状态栏文字来回出现&amp;lt;/title&amp;gt;

&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;

&amp;lt;!--

body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}

A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }

 A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }

a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }

--&amp;gt;

&amp;lt;/style&amp;gt;

&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;

&amp;lt;SCRIPT LANGUAGE=</description><pubDate>Wed, 03 Oct 2007 21:24:58  GMT</pubDate></item><item><title>特别的状态栏效果显示</title><link>http://www.ffasp.com/content.asp?newsid=349</link><description>&amp;lt;html&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---极酷的状态栏效果显示&amp;lt;/title&amp;gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}

A { COLOR: green; FONT-SIZE: 10pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }

 A:hover { COLOR: red; FONT-SIZE: 10pt; FONT-WEIGHT: 410; TEXT-DECORATION: underline }

a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }

--&amp;gt;

&amp;lt;/style&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;script LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;
&amp;lt;!-- Begin
var data = &amp;quot;0123456789&amp;quot;;
var done = 1;
function statusIn(text) {
decrypt(text, 2, 1);
}
function statusOut() {
self.status = '';
done = 1;
}
function decrypt(text, max, delay) {
if (done) {
done = 0;
decrypt_helper(text, max, delay,  0, max);
   }
}
function decrypt_helper(text, runs_left, delay, charvar, max) {
if (!done) {
</description><pubDate>Wed, 03 Oct 2007 21:22:53  GMT</pubDate></item><item><title>可控制的状态栏闪烁文字</title><link>http://www.ffasp.com/content.asp?newsid=348</link><description>&amp;lt;html&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---可控制的状态栏闪烁文字&amp;lt;/title&amp;gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;
var yourwords = &amp;quot;这里是将要在状态栏中显示的文字 &amp;quot;;
var speed = 150;
var control = 1;
function flash()
{ if (control==1)  
   {   window.status=yourwords;    control=0 ;    } 
  else   {      window.status=&amp;quot;&amp;quot;;          control=1;    } 
  setTimeout(&amp;quot;flash();&amp;quot;,speed);
}

function change()
{
 if (control==1)  
   {   window.status=&amp;quot;状态栏中闪烁的文字&amp;quot;;    control=0 ;    } 
  else   {      window.status=&amp;quot;欢迎学习网页特效&amp;quot;;          control=1;    } 
  setTimeout(&amp;quot;change();&amp;quot;,200);
}

&amp;lt;/script&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body link=&amp;quot;#FFFF00&amp;quot;&amp;gt;

&amp;lt;p align=&amp;quot;center&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&amp;lt;font size=&amp;quot;7&amp;quot; face=&amp;quot;宋体&amp;quot;&amp;gt;状态栏闪烁文字&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;font COLOR=&amp;quot;#000000&amp;quot;&amp;gt;　&amp;lt;/p</description><pubDate>Wed, 03 Oct 2007 21:20:59  GMT</pubDate></item><item><title>标题栏变成滚动的公告栏</title><link>http://www.ffasp.com/content.asp?newsid=347</link><description>&amp;lt;html&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---标题栏变成滚动的公告栏&amp;lt;/title&amp;gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;BODY {
	FONT-FAMILY: &amp;quot;宋体&amp;quot;; FONT-SIZE: 9pt; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; MARGIN-TOP: 0px
}
A {
	COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none
}
A:hover {
	COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline
}
A:active {
	COLOR: #ff0033; CURSOR: hand; FONT: 9pt &amp;quot;宋体&amp;quot;
}
&amp;lt;/style&amp;gt;
&amp;lt;meta content=&amp;quot;text/html; charset=gb2312&amp;quot; http-equiv=&amp;quot;Content-Type&amp;quot;&amp;gt;
&amp;lt;script language=&amp;quot;javascript&amp;quot;&amp;gt;
&amp;lt;!-- Hide me
var index_count = 0;
var title_string = &amp;quot;欢迎学习网页特效100例精彩集锦,这里有许多javascript源程序,是您设计主页的最好帮手! &amp;quot;;
var title_length = title_string.length;
var cmon;
var kill_length = 0;
function loopTheScroll()
{
scrollTheTitle();
if(kill_length &amp;gt; title_le</description><pubDate>Wed, 03 Oct 2007 21:18:44  GMT</pubDate></item><item><title>文字不停闪烁  状态栏</title><link>http://www.ffasp.com/content.asp?newsid=346</link><description>&amp;lt;html&amp;gt;

&amp;lt;head&amp;gt;

&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---状态栏文字不停闪烁&amp;lt;/title&amp;gt;

&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;

&amp;lt;!--

body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}

A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }

 A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }

a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }



--&amp;gt;

&amp;lt;/style&amp;gt;

&amp;lt;meta http-equiv=&amp;quot;C</description><pubDate>Wed, 03 Oct 2007 21:17:15  GMT</pubDate></item><item><title>标题栏里的打字效果</title><link>http://www.ffasp.com/content.asp?newsid=345</link><description>&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---标题栏里的打字效果&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
 

&amp;lt;scri</description><pubDate>Wed, 03 Oct 2007 19:16:13  GMT</pubDate></item><item><title>显示虚拟格式化硬盘 状态栏</title><link>http://www.ffasp.com/content.asp?newsid=344</link><description>&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---状态栏显示虚拟格式化硬盘&amp;lt;/title&amp;gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&amp;lt;!--
body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 4px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: none }
 A:hover { COLOR: red; FONT-SIZE: 13px; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }
--&amp;gt;&amp;lt;/style&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;
&amp;lt;!-- Hide

function killErrors() {
return true;
}

window.onerror = killErrors;

// --&amp;gt;
&amp;lt;/SCRIPT&amp;gt;

&amp;lt;br&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;center&amp;gt;&amp;lt;font color=red face=&amp;quot;隶书&amp;quot; size=6&amp;gt;虚拟格式化硬盘&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;
&amp;lt;br&amp;gt;
&amp;lt;center&amp;gt;
&amp;lt;table border=5 bordercolor=blue borderlight=green&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td align=center&amp;gt;&amp;lt</description><pubDate>Wed, 03 Oct 2007 19:15:05  GMT</pubDate></item><item><title>文字从中间扩散出现 状态栏</title><link>http://www.ffasp.com/content.asp?newsid=343</link><description>&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---状态栏文字从中间扩散出现&amp;lt;/title&amp;gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&amp;lt;!--
body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }
 A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }

--&amp;gt;
&amp;lt;/style&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;
&amp;</description><pubDate>Wed, 03 Oct 2007 19:14:10  GMT</pubDate></item><item><title>文字慢慢滑动显示 状态栏</title><link>http://www.ffasp.com/content.asp?newsid=342</link><description>&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---状态栏文字慢慢滑动显示&amp;lt;/title&amp;gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&amp;lt;!--
body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }
 A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }

--&amp;gt;
&amp;lt;/style&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;SCRIPT LANGUAGE=&amp;quot;JavaScript&amp;quot;&amp;gt;
&amp;lt;!-- hide script from old browsers
var phrase = &amp;quot;精彩ja</description><pubDate>Wed, 03 Oct 2007 19:13:02  GMT</pubDate></item><item><title>状态栏特殊效果</title><link>http://www.ffasp.com/content.asp?newsid=341</link><description>&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;title&amp;gt;网页特效|www.ffasp.com 飞飞Asp乐园|---状态栏特殊效果&amp;lt;/title&amp;gt;
&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;
&amp;lt;!--
body {  font-family: &amp;quot;宋体&amp;quot;; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }
 A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active     { font: 9pt &amp;quot;宋体&amp;quot;; cursor: hand; color: #FF0033 }
--&amp;gt;
&amp;lt;/style&amp;gt;
&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=gb2312&amp;quot;&amp;gt;
&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;

  &amp;lt;!-- Funny text script by Bart Jellema
    var hellotext=&amp;quot;飞飞Asp乐园欢迎你&amp;quot;
    var thetext=&amp;quot;&amp;quot;
    v</description><pubDate>Wed, 03 Oct 2007 19:12:32  GMT</pubDate></item></channel></rss>