<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>https://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>https://jackxiang.com/post//</link>
<title><![CDATA[style方式修改超链接颜色]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 18 Dec 2009 04:25:10 +0000</pubDate> 
<guid>https://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	<textarea name="code" class="php" rows="15" cols="100">&lt;a href=&quot;rfrtr&quot; style=&quot;color:#FFF&quot;&gt;yyy &lt;/a&gt;</textarea><br/><br/><br/>text-decoration:none 没有下划线.&nbsp;&nbsp; <br/>&nbsp;&nbsp;color 字体颜色.&nbsp;&nbsp; <br/>&nbsp;&nbsp;font-size 字体大小&nbsp;&nbsp; <br/>&nbsp;&nbsp;background-color 字体的背影颜色。&nbsp;&nbsp; <br/>&nbsp;&nbsp;链接文字的变化，就是初始状态和激发状态的颜色变化。&nbsp;&nbsp; <br/>&nbsp;&nbsp;将如下的代码，插入＜head＞＜/head＞就可以啦&nbsp;&nbsp; <br/>&nbsp;&nbsp;&lt;style type=&quot;text/css&quot;&gt;&nbsp;&nbsp; <br/>&nbsp;&nbsp;a &#123;text-decoration:none; color:#000000; font-size:14px;&#125;&nbsp;&nbsp; <br/>&nbsp;&nbsp;a:hover &#123;text-decoration:none;color:#ff0000; font-size:14px&#125;&nbsp;&nbsp; <br/>&nbsp;&nbsp;&lt;/style&gt;&nbsp;&nbsp; <br/><br/>a: link 设置 a 对象在未被访问前的样式。<br/>a: hover 设置对象在其鼠标悬停时的样式。<br/>a: active 设置对象在被用户激活(在鼠标点击与释放之间发生的事件)时的样式<br/>a: visited 设置 a 对象在其链接地址已被访问过时的样式<br/><br/>&lt;style&gt;<br/>a:link &#123;color: #FF0000&#125; /* 未被访问的链接 */<br/>a:visited &#123;color: #00FF00&#125; /* 已被访问的链接 */<br/>a:hover &#123;color: #FF00FF&#125; /* 当有鼠标悬停在链接上 */<br/>a:active &#123;color: #0000FF&#125; /* 被选择的链接 */<br/>&lt;/style&gt;
]]>
</description>
</item><item>
<link>https://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] style方式修改超链接颜色]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>