<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[李勇]]></title> 
<link>http://www.kevinliyong.com/index.php</link> 
<description><![CDATA[当爱在靠近]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[李勇]]></copyright>
<item>
<link>http://www.kevinliyong.com/read.php?202</link>
<title><![CDATA[菜单切换代码]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Tue, 28 Oct 2008 09:33:10 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?202</guid> 
<description>
<![CDATA[ 
	<p><span style="color: #cc33cc">很多网站都有，今天改造了一下，减少了没用的代码，方便以后自己用。</span><a href="attachment.php?fid=27" target="_blank" title="点击看大图"><img style="width: 473px; height: 257px" class="insertimage" src="attachment.php?fid=27" border="0" width="473" height="257" /></a><br /><br />演示地址：<a href="upload/2008-10-28/menu.html"><a href="http://www.kevinliyong.com/upload/2008-10-28/menu.html" target="_blank">http://www.kevinliyong.com...</a></a><br />下载地址：<a href="upload/2008-10-28/menu_kevinliyong.com.rar"><a href="http://www.kevinliyong.com/upload/2008-10-28/menu_kevinliyong.com.rar" target="_blank">http://www.kevinliyong.com...</a></a></p><br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a> , <a href="http://www.kevinliyong.com/tag.php?tag=div" rel="tag">div</a> , <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?194</link>
<title><![CDATA[上传前预览]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Sun, 05 Oct 2008 10:14:46 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?194</guid> 
<description>
<![CDATA[ 
	[html]<br/><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br/><html xmlns="http://www.w3.org/1999/xhtml"><br/><head><br/><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><br/><title>images</title><br/><SCRIPT language=javascript><br/>function preview_icon()<br/>&#123;<br/>&nbsp;&nbsp;if (document.formFile.fileName.value!= '')&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;document.getElementById('prev_icon').src = document.formFile.fileName.value;<br/>&nbsp;&nbsp;&nbsp;&nbsp;document.getElementById('prev_icon').style.display="";<br/>&nbsp;&nbsp;&#125;<br/>&#125;<br/></SCRIPT><br/></head><br/><br/><body&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;><br/><form action="" method="post" enctype="multipart/form-data" name="formFile" id="formFile"><br/>&nbsp;&nbsp;<input name="fileName" type="file" id="fileName" onchange="preview_icon();" /><br /><br/><IMG id=prev_icon style="DISPLAY: none" height=45 <br/>width=60><br/></form><br/></body><br/></html><br/><br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?192</link>
<title><![CDATA[iframe 自适应宽度和高度]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Thu, 25 Sep 2008 23:56:42 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?192</guid> 
<description>
<![CDATA[ 
	[html]<br/><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br/>&nbsp;&nbsp;&nbsp;&nbsp;<html xmlns="http://www.w3.org/1999/xhtml"><br/>&nbsp;&nbsp;&nbsp;&nbsp;<head><br/>&nbsp;&nbsp;&nbsp;&nbsp;<meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><br/>&nbsp;&nbsp;&nbsp;&nbsp;<title>iframe</title><br/>&nbsp;&nbsp;&nbsp;&nbsp;</head><br/>&nbsp;&nbsp;&nbsp;&nbsp;<body&nbsp;&nbsp;><br/>&nbsp;&nbsp;&nbsp;&nbsp;<script type="text/javascript"><br/>&nbsp;&nbsp;&nbsp;&nbsp;function SetCwinHeight()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp; var bobo=document.getElementById("bobo"); //iframe id<br/>&nbsp;&nbsp;&nbsp;&nbsp; if (document.getElementById)&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp; if (bobo && !window.opera)&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp; if (bobo.contentDocument && bobo.contentDocument.body.offsetHeight)&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bobo.height = bobo.contentDocument.body.offsetHeight;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &#125;else if(bobo.Document && bobo.Document.body.scrollHeight)&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; bobo.height = bobo.Document.body.scrollHeight;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;&nbsp;&nbsp;</script><br/>&nbsp;&nbsp;&nbsp;&nbsp;<iframe width="100%" id="bobo" onload="Javascript:SetCwinHeight()" height="1" frameborder="0" src="http://www.kevinliyong.com/"></iframe><br/>&nbsp;&nbsp;&nbsp;&nbsp;这里写几个字试试<br/>&nbsp;&nbsp;&nbsp;&nbsp;</body><br/>&nbsp;&nbsp;&nbsp;&nbsp;</html><br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a> , <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?137</link>
<title><![CDATA[快速把网站变灰]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Tue, 20 May 2008 06:52:14 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?137</guid> 
<description>
<![CDATA[ 
	在CSS文件中加入如下代码即可（只支持IE~）： <p>*&#123;filter:gray; color:gray;&#125;</p><br />有一些网站FLASH动画的颜色不能被CSS滤镜控制，可以在FLASH代码的 &lt;object &hellip;&gt;和 &lt;/object&gt;之间插入： <br />　　<br />&lt;param value=&quot;false&quot; name=&quot;menu&quot;/&gt; <br />&lt;param value=&quot;opaque&quot; name=&quot;wmode&quot;/&gt;<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?92</link>
<title><![CDATA[加入音乐播放器]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Sat, 08 Mar 2008 00:26:39 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?92</guid> 
<description>
<![CDATA[ 
	今天突然想把BLOG上加点音乐，所以百度了一下&amp;ldquo;音乐播放器&amp;rdquo;，效果还是挺明显的，基本都是一些卖MP3 MP4的商家。 后来在GOOGLE上找到了这个网址，播放器集合，很不错！<a href="http://www.cuiz.net/player_down.html" target="_blank">http://www.cuiz.net/player...</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?89</link>
<title><![CDATA[更换地址栏最前的小图标]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Thu, 06 Mar 2008 07:40:12 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?89</guid> 
<description>
<![CDATA[ 
	刚刚把地址栏最前端的小图标更改了<br /><a href="http://www.kevinliyong.com/attachment.php?fid=2" target="_blank"><img src="http://www.kevinliyong.com/attachment.php?fid=2" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br />加入方法如下: <br /><br /><br />做一个名字叫 favicon.ico 的文件，放在网站的根目录下，例如baidu的就是： <a href="http://www.baidu.com/favicon.ico" target="_blank">http://www.baidu.com/favic...</a> 如果需要在其他页面显示这个LOGO，或者调用别家网站的这个LOGO，则需要在网页代码之间加入 XXXXXXX指的是favicon.ico所在网站。 <br /><br />ico文件制作: <br /><br />第一步：用画图软件做一个16*16的图像文件，为jpg或gif格式； <br />第二步：然后通过<a href="http://www.chami.com/html-kit/services/favicon/" target="_blank">http://www.chami.com/html-...</a>转换为favicon.ico文件。 <br />第三步：转换完保存即可。
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?86</link>
<title><![CDATA[用图片+表格做的下拉菜单]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Sun, 02 Mar 2008 23:21:19 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?86</guid> 
<description>
<![CDATA[ 
	[html]<br/><html><br/><head><br/><title>图片表格制作的下拉菜单</title><br/><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><br/><style type="text/css"><br/>bldy,tr,td &#123;font-size:12px;&#125;<br/>input &#123;<br/>&nbsp;&nbsp;width:96px;<br/>&nbsp;&nbsp;height:23px;<br/>&nbsp;&nbsp;border-top-style: none;<br/>&nbsp;&nbsp;border-right-style: none;<br/>&nbsp;&nbsp;border-bottom-style: none;<br/>&nbsp;&nbsp;border-left-style: none;<br/>&nbsp;&nbsp;background-color:#C2C2C2;<br/>&nbsp;&nbsp;line-height:&nbsp;&nbsp; 175%;<br/>&nbsp;&nbsp;text-indent: 5px;<br/>&#125;<br/></style><br/><script language="javascript"><br/>function alval()<br/>&#123;<br/>&nbsp;&nbsp;var al = document.form1.sel_val.value;<br/>&nbsp;&nbsp;if(al)<br/>&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;alert("您选择的是"+al);<br/>&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;else<br/>&nbsp;&nbsp;&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;alert("您没有选择菜单");<br/>&nbsp;&nbsp;&#125;<br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;return false;<br/>&#125;<br/></script><br/></head><br/><body&nbsp;&nbsp; ><br/><form name="form1" method="post" action="" onSubmit="return alval();"><br/><div style="position:absolute; top:100px; left:100px;"><br/><div style="position:relative;"><br/><table id="__01" width="117" height="23" border="0" cellpadding="0" cellspacing="0"><br/>&nbsp;&nbsp;&nbsp;&nbsp;<tr><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td width="96" height="23" ><div id="select" style="width:96px; margin-top: 24px; position:absolute; top:0px; left:5px; display:none;"><table width="96" height="23" border="0" cellspacing="0" cellpadding="5" bgcolor="#D0D0D0"><br/><tr onMouseOut="this.bgColor='#D0D0D0';" onMouseOver="this.bgColor='#EAEAEA';"><td height="22" align="center" style="cursor:pointer;" onClick="menu.value='菜单一';sel_val.value='菜单一';select.style.display='none';">菜单一</td><br/></tr><br/><tr><td height="22" align="center"style="cursor:pointer;" onMouseOut="this.bgColor='#D0D0D0';" onMouseOver="this.bgColor='#EAEAEA';" onClick="menu.value='菜单二';sel_val.value='菜单二';select.style.display='none';">菜单二</td><br/></tr><br/><tr><td height="22" align="center" style="cursor:pointer;" onMouseOut="this.bgColor='#D0D0D0';" onMouseOver="this.bgColor='#EAEAEA';" onClick="menu.value='菜单三';sel_val.value='菜单三';select.style.display='none';">菜单三</td><br/></tr><br/><tr><td height="22" align="center" style="cursor:pointer;" onMouseOut="this.bgColor='#D0D0D0';" onMouseOver="this.bgColor='#EAEAEA';" onClick="menu.value='菜单四';sel_val.value='菜单四';select.style.display='none';">菜单四</td><br/></tr><br/><tr><td height="22" align="center" style="cursor:pointer;" onMouseOut="this.bgColor='#D0D0D0';" onMouseOver="this.bgColor='#EAEAEA';" onClick="menu.value='菜单五';sel_val.value='菜单五';select.style.display='none';">菜单五</td><br/></tr><br/>&nbsp;&nbsp;<br/></table><br/></div><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input name="menu" type="text" value="<-选择菜单->" readonly="readonly"></td><br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<td><img src="http://www.kevinliyong.com/upload/images/reg_02.jpg" width="21" height="23" alt="" style="cursor:pointer;" onClick="if(select.style.display=='block')&#123;select.style.display='none'&#125;else&#123;select.style.display='block'&#125;;"></td><br/>&nbsp;&nbsp;&nbsp;&nbsp;</tr><br/>&nbsp;&nbsp;</table><br/></div><br/><input name="sel_val" type="hidden" id="sel_val"><br/><br/><br/><button type="submit">提交<br/>试试</button><br/></form><br/></div><br/><script type='text/javascript'><br/>//<![CDATA[<br/>if (document.getElementById('processtime')) document.getElementById('processtime').innerHTML="<span class='runtimedisplay'>Run in 163 ms, 5 Queries.</span>";<br/>//]]><br/></script><script type='text/javascript'><br/>//<![CDATA[<br/>if (document.getElementById('processtime')) document.getElementById('processtime').innerHTML="<span class='runtimedisplay'>Run in 72 ms, 5 Queries.</span>";<br/>//]]><br/></script></body><br/></html><br/><br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a> , <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?63</link>
<title><![CDATA[类似sohu焦点网的小窗口]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Fri, 25 Jan 2008 11:57:41 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?63</guid> 
<description>
<![CDATA[ 
	<p>类似sohu焦点网的小窗口</p><p>由于客户需要，所以做了这个小东西，很简单，基本没有用到js。</p><p>演示地址：<a href="upload/2008-01-25/focus.html" target="_blank"><a href="http://www.kevinliyong.com/upload/2008-01-25/focus.html" target="_blank">http://www.kevinliyong.com...</a></a></p><p>下载地址：<a href="upload/2008-01-25/demo.rar" target="_blank"><a href="http://www.kevinliyong.com/upload/2008-01-25/demo.rar" target="_blank">http://www.kevinliyong.com...</a></a></p><p>解压密码： <a href="/"><a href="http://www.kevinliyong.com" target="_blank">www.kevinliyong.com</a></a></p><p></p><br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a> , <a href="http://www.kevinliyong.com/tag.php?tag=%25E7%2584%25A6%25E7%2582%25B9%25E7%25BD%2591%25E5%25B0%258F%25E7%25AA%2597%25E5%258F%25A3" rel="tag">焦点网小窗口</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?62</link>
<title><![CDATA[图片不间断滚动]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Thu, 24 Jan 2008 11:47:12 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?62</guid> 
<description>
<![CDATA[ 
	[html]<br/><div id=demo style="OVERFLOW: hidden; WIDTH: 900px; COLOR: #ffffff"><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<table cellspacing=0 cellpadding=0 align=left border=0 cellspace="0"><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tbody><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td id=demo1 valign=top><table width="900" height="116" &nbsp;border="0" cellpadding="0" cellspacing="0"><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<tr><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1200959521_0.jpg" target="_blank"><img src="http://www.kevinliyong.com/attachment/1200959521_0.jpg" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1200191361_0.gif" target="_blank"><img src="http://www.kevinliyong.com/attachment/1200191361_0.gif" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1199682250_0.jpg" target="_blank"><img src="http://www.kevinliyong.com/attachment/1199682250_0.jpg" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1199527451_0.jpg" target="_blank"><img src="http://www.kevinliyong.com/attachment/1199527451_0.jpg" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1199318616_0.gif" target="_blank"><img src="http://www.kevinliyong.com/attachment/1199318616_0.gif" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1198602542_0.gif" target="_blank"><img src="http://www.kevinliyong.com/attachment/1198602542_0.gif" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1198551407_0.jpg" target="_blank"><img src="http://www.kevinliyong.com/attachment/1198551407_0.jpg" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td background="images/pic_bg.jpg"><div align="center"><a href="http://www.kevinliyong.com/attachment/1198195433_0.gif" target="_blank"><img src="http://www.kevinliyong.com/attachment/1198195433_0.gif" width="176" height="132" border="0" /></a></div></td><td>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</table></td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td id=demo2 valign=top>&nbsp;</td><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tr><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</tbody><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</table><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<SCRIPT><br/>var speed3=30//速度数值越大速度越慢<br/>demo2.innerHTML=demo1.innerHTML<br/>function Marquee()&#123;<br/>if(demo2.offsetWidth-demo.scrollLeft<=0)<br/>demo.scrollLeft-=demo1.offsetWidth<br/>else&#123;<br/>demo.scrollLeft++<br/>&#125;<br/>&#125;<br/>var MyMar=setInterval(Marquee,speed3)<br/>demo.onmouseover=function() &#123;clearInterval(MyMar)&#125;<br/>demo.onmouseout=function() &#123;MyMar=setInterval(Marquee,speed3)&#125;<br/></SCRIPT><br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a>
]]>
</description>
</item><item>
<link>http://www.kevinliyong.com/read.php?58</link>
<title><![CDATA[朋友要这个效果]]></title> 
<author>kevinliyong &lt;kevinliyong@163.com&gt;</author>
<category><![CDATA[html]]></category>
<pubDate>Fri, 18 Jan 2008 01:03:54 +0000</pubDate> 
<guid>http://www.kevinliyong.com/read.php?58</guid> 
<description>
<![CDATA[ 
	前两天一朋友的网站需要这个效果，简单的做了一个。 主要是用的是 display 这个东东，自己感觉很好用。 [html]<br/><html><br/><head><br/><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><br/><title></title><br/><style type="text/css"><br/>tr,td,body &#123;font-size:12px;&#125;<br/></style><br/></head><br/><br/><body><br/><table width="402" height="160" border="1" cellpadding="0" cellspacing="1"><br/> &nbsp;<tr><br/> &nbsp; &nbsp;<td width="130" height="26" align="center" onmouseover="t1.style.display='block';t2.style.display='none';t3.style.display='none';">11111111</td><br/> &nbsp; &nbsp;<td width="130" align="center" onmouseover="t1.style.display='none';t2.style.display='block';t3.style.display='none';">22222222</td><br/> &nbsp; &nbsp;<td width="130" align="center" onmouseover="t1.style.display='none';t2.style.display='none';t3.style.display='block';">33333333</td><br/> &nbsp;</tr><br/> &nbsp;<tr><br/> &nbsp; &nbsp;<td height="131" colspan="3" valign="top"><br/>&nbsp;&nbsp;<br/>&nbsp;&nbsp;<table width="100%" height="131" border="0" cellpadding="0" cellspacing="0" id="t1" style="display:block;"><br/> &nbsp; &nbsp; &nbsp;<tr><br/> &nbsp; &nbsp; &nbsp; &nbsp;<td bgcolor="#CCCCCC">&nbsp;</td><br/> &nbsp; &nbsp; &nbsp;</tr><br/> &nbsp; &nbsp;</table><br/>&nbsp;&nbsp;<table width="100%" height="131" border="0" cellpadding="0" cellspacing="0" id="t2" style="display:none;"><br/> &nbsp; &nbsp; &nbsp;<tr><br/> &nbsp; &nbsp; &nbsp; &nbsp;<td bgcolor="#000000">&nbsp;</td><br/> &nbsp; &nbsp; &nbsp;</tr><br/> &nbsp; &nbsp;</table><br/>&nbsp;&nbsp;<table width="100%" height="131" border="0" cellpadding="0" cellspacing="0" id="t3" style="display:none;"><br/> &nbsp; &nbsp; &nbsp;<tr><br/> &nbsp; &nbsp; &nbsp; &nbsp;<td bgcolor="#006699">&nbsp;</td><br/> &nbsp; &nbsp; &nbsp;</tr><br/> &nbsp; &nbsp;</table><br/>&nbsp;&nbsp;</td><br/> &nbsp;</tr><br/></table><br/></body><br/></html><br/><br/>[/html]<br/>Tags - <a href="http://www.kevinliyong.com/tag.php?tag=javascript" rel="tag">javascript</a> , <a href="http://www.kevinliyong.com/tag.php?tag=html" rel="tag">html</a> , <a href="http://www.kevinliyong.com/tag.php?tag=css" rel="tag">css</a>
]]>
</description>
</item>
</channel>
</rss>