<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.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>http://www.jackxiang.com/post//</link>
<title><![CDATA[Firefox 样式表定义不支持 cursor:hand 手型，firefox兼容]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 26 Aug 2010 11:39:10 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	今天在修改 Blog Mover 上面那块菜单的时候我把 &lt;a href=&quot;#&quot; title=&quot;Step 1： 从源 Blog 读取日志&quot; onclick=&quot;return selectTab(&#039;step1)&quot; ... 中的href属性删除了，然后鼠标指针就不是手形了，于是我加上style=&quot;cursor:hand;&quot;，<br/>在Firefox下查看发现鼠标指针没有变成手形，而是I形，而且报错了，说<br/><br/>”警告： 分析属性 &#039;cursor&#039; 值时出错。&nbsp;&nbsp;声明被丢弃。<br/> 源文件：http://localhost:8080/blog-mover/styles/nicetabs.css<br/> 行：46“<br/><br/>后来查了一下发现：<br/><br/>在firefox下设置 cursor:hand;会报错，要用cursor:pointer 才可以。<br/><br/>style=&quot;cursor:hand;&quot; 在IE中能正常显示成手；在firefox中却不能正常显示。<br/><br/>如果改用 style=&quot;cursor:pointer;&quot; 则在两个浏览器下都能正常显示。<br/>Bond哥说：<br/><textarea name="code" class="html" rows="15" cols="100">
&lt;img src=&quot;images/temp_02.jpg&quot; style=&quot;cursor:pointer&quot;&nbsp;&nbsp;onclick=&quot;changeV(&#039;70EDV37DocR&#039;);&quot; /&gt;
</textarea><br/>所有浏览器兼容！！！
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] Firefox 样式表定义不支持 cursor:hand 手型，firefox兼容]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>