<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[gOxiA=苏繁=SuFan Blog]]></title> 
<link>https://maytide.net/index.php</link> 
<description><![CDATA[gOxiA,苏繁,sufan,Microsoft MVP]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[gOxiA=苏繁=SuFan Blog]]></copyright>
<item>
<link>https://maytide.net/read.php/836.htm</link>
<title><![CDATA[CSS样式中文字连接的设定和说明]]></title> 
<author>gOxiA &lt;sufan_cn@msn.com&gt;</author>
<category><![CDATA[网络编程]]></category>
<pubDate>Wed, 28 Jul 2004 05:22:40 +0000</pubDate> 
<guid>https://maytide.net/read.php/836.htm</guid> 
<description>
<![CDATA[ 
	以下是关于文字链接的CSS样式设定：<br/><div class="code"><br/>A:link &#123;<br/><span style="color: #3333FF;">COLOR: #3333FF</span>; TEXT-DECORATION: none<br/>&#125;<br/>A:visited &#123;<br/><span style="color: #0099ff;">COLOR: #0099FF</span>; TEXT-DECORATION: none<br/>&#125;<br/>A:hover &#123;<br/><span style="color: #9900;">COLOR: #ff9900</span>; TEXT-DECORATION: none<br/>&#125;<br/>A:active &#123;<br/><span style="color: #999999;">COLOR: #999999</span>;<br/>text-decoration: none;<br/>&#125;<br/></div><br/><br/>其中：link 表示：未访问的文字链接颜色<br/> &nbsp; &nbsp; &nbsp;visited 表示：已经访问过的链接颜色<br/> &nbsp; &nbsp; &nbsp;hover 表示：鼠标移至链接时的颜色<br/> &nbsp; &nbsp; &nbsp;active 表示：点击时或者选中后的链接颜色
]]>
</description>
</item>
</channel>
</rss>