<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>长沙我心飞扬seo &#187; 全屏广告代码</title>
	<atom:link href="http://www.wxfy.net/tag/%e5%85%a8%e5%b1%8f%e5%b9%bf%e5%91%8a%e4%bb%a3%e7%a0%81/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wxfy.net</link>
	<description>长沙seo,长沙网站建设,长沙网站优化首选我心飞扬seo</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>自动收缩滚动最后消失的滑动广告代码</title>
		<link>http://www.wxfy.net/auto-shrink-ad-code1/</link>
		<comments>http://www.wxfy.net/auto-shrink-ad-code1/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 01:23:13 +0000</pubDate>
		<dc:creator>阿非</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[网站建设]]></category>
		<category><![CDATA[全屏广告代码]]></category>
		<category><![CDATA[广告代码]]></category>
		<category><![CDATA[收缩广告]]></category>
		<category><![CDATA[收缩广告代码]]></category>
		<category><![CDATA[滑动广告]]></category>
		<category><![CDATA[滑动广告代码]]></category>
		<category><![CDATA[自动收缩广告代码]]></category>

		<guid isPermaLink="false">http://www.wxfy.net/?p=17</guid>
		<description><![CDATA[该自动收缩滚动最后消失的滑动广告代码的特性：
1.于网页顶部自动滚动弹出，一段时间后自动收缩至顶部并消失
2.兼容各大主流浏览器
3.使用方便简单，可定义滚动速度及广告显示时间。
4.此JS广告代码适用于大幅图片广告或者全屏广告
这个自动收缩滚动最后消失的滑动广告代码在网页中使用大致分为三个部分：
1.网页头部js调用代码
&#60;script language=&#8221;javascript&#8221; src=&#8221;5.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62;
$(document).ready(function(){
setTimeout(function(){
$(&#8221;#main-box&#8221;).slideToggle(1000);
setTimeout(function(){$(&#8221;#main-box&#8221;).slideToggle(2000);},9000);
},2000);
});
&#60;/script&#62;
2.网页头部定义的css样式
&#60;style&#62;
#main-box,.box-top{margin:0px auto;height: 1%;overflow: hidden;background:url(images/bg-x.png) repeat-x;}
#main-box .box-top{ display:block; overflow:hidden; height:527px; background:url(/images/guoqing.jpg) top center  no-repeat;}
&#60;/style&#62;
3.网页主体的html广告代码
&#60;div id=&#8221;main-box&#8221; style=&#8221;display:none;&#8221;&#62;
 &#60;a class=&#8221;box-top&#8221; href=&#8221;#&#8221; target=&#8221;_blank&#8221; title=&#8221;三节同庆，裕湘医院体检不要钱，看病收半价！&#8221;&#62;&#60;/a&#62;
&#60;/div&#62;
下载之：自动收缩滚动最后消失的广告代码
1.网页头部信息
&#60;script language=&#8221;javascript&#8221; src=&#8221;5.js&#8221;&#62;&#60;/script&#62;
&#60;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&#62;
$(document).ready(function(){
setTimeout(function(){
$(&#8221;#main-box&#8221;).slideToggle(1000);
setTimeout(function(){$(&#8221;#main-box&#8221;).slideToggle(2000);},9000);
},2000);
});
&#60;/script&#62;
2.网页头部定义的css样式
&#60;style&#62;
#main-box,.box-top{margin:0px auto;height: 1%;overflow: hidden;background:url(images/bg-x.png) repeat-x;}
#main-box .box-top{ display:block; overflow:hidden; height:527px; background:url(/images/guoqing.jpg) top center  no-repeat;}
&#60;/style&#62;
3.网页主体的html广告代码
&#60;div id=&#8221;main-box&#8221; style=&#8221;display:none;&#8221;&#62;
 &#60;a href=&#8221;#&#8221; target=&#8221;_blank&#8221; title=&#8221;三节同庆，裕湘医院体检不要钱，看病收半价！&#8221;&#62;&#60;/a&#62;
&#60;/div&#62;
]]></description>
			<content:encoded><![CDATA[<p><strong>该自动收缩滚动最后消失的滑动广告代码的特性</strong>：</p>
<p>1.于网页顶部自动滚动弹出，一段时间后自动收缩至顶部并消失</p>
<p>2.兼容各大主流浏览器</p>
<p>3.使用方便简单，可定义滚动速度及广告显示时间。</p>
<p>4.此JS广告代码适用于大幅图片广告或者全屏广告</p>
<p><strong><span id="more-17"></span>这个自动收缩滚动最后消失的滑动广告代码在网页中使用大致分为三个部分：</strong></p>
<p>1.网页头部js调用代码</p>
<blockquote><p>&lt;script language=&#8221;javascript&#8221; src=&#8221;5.js&#8221;&gt;&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&gt;</p>
<p>$(document).ready(function(){</p>
<p>setTimeout(function(){</p>
<p>$(&#8221;#main-box&#8221;).slideToggle(1000);</p>
<p>setTimeout(function(){$(&#8221;#main-box&#8221;).slideToggle(2000);},9000);</p>
<p>},2000);</p>
<p>});</p>
<p>&lt;/script&gt;</p></blockquote>
<p>2.网页头部定义的css样式</p>
<blockquote><p>&lt;style&gt;</p>
<p>#main-box,.box-top{margin:0px auto;height: 1%;overflow: hidden;background:url(images/bg-x.png) repeat-x;}</p>
<p>#main-box .box-top{ display:block; overflow:hidden; height:527px; background:url(/images/guoqing.jpg) top center  no-repeat;}</p>
<p>&lt;/style&gt;</p></blockquote>
<p>3.网页主体的html广告代码</p>
<blockquote><p>&lt;div id=&#8221;main-box&#8221; style=&#8221;display:none;&#8221;&gt;</p>
<p><span style="white-space: pre;"> </span>&lt;a class=&#8221;box-top&#8221; href=&#8221;#&#8221; target=&#8221;_blank&#8221; title=&#8221;三节同庆，裕湘医院体检不要钱，看病收半价！&#8221;&gt;&lt;/a&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>下载之：<a href="http://www.wxfy.net/wp-content/uploads/2009/10/收缩滚动.rar">自动收缩滚动最后消失的广告代码</a></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">1.网页头部信息</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;script language=&#8221;javascript&#8221; src=&#8221;5.js&#8221;&gt;&lt;/script&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;script type=&#8221;text/javascript&#8221; language=&#8221;javascript&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$(document).ready(function(){</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">setTimeout(function(){</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">$(&#8221;#main-box&#8221;).slideToggle(1000);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">setTimeout(function(){$(&#8221;#main-box&#8221;).slideToggle(2000);},9000);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">},2000);</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">});</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/script&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">2.网页头部定义的css样式</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;style&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#main-box,.box-top{margin:0px auto;height: 1%;overflow: hidden;background:url(images/bg-x.png) repeat-x;}</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">#main-box .box-top{ display:block; overflow:hidden; height:527px; background:url(/images/guoqing.jpg) top center  no-repeat;}</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/style&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.网页主体的html广告代码</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;div id=&#8221;main-box&#8221; style=&#8221;display:none;&#8221;&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;"><span style="white-space: pre;"> </span>&lt;a href=&#8221;#&#8221; target=&#8221;_blank&#8221; title=&#8221;三节同庆，裕湘医院体检不要钱，看病收半价！&#8221;&gt;&lt;/a&gt;</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">&lt;/div&gt;</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wxfy.net/auto-shrink-ad-code1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
