<?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>Yellow&#039;s Blog &#187; css</title>
	<atom:link href="http://www.ffsuper.com/blog/index.php/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ffsuper.com/blog</link>
	<description>It&#039;s my evolution lab...</description>
	<lastBuildDate>Thu, 17 Dec 2009 01:06:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>用标准的CSS定义你的表格样式</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/09/16/css-standard-table/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/09/16/css-standard-table/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 07:01:54 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Web Front Developer]]></category>
		<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=90</guid>
		<description><![CDATA[原文链接：A CSS styled table version 2
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/09/16/css-standard-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Hack &#8211; IE注释篇</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/08/26/css-hack-ie-annotate/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/08/26/css-hack-ie-annotate/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 07:00:04 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css hack]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[注释]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=139</guid>
		<description><![CDATA[IE特有注释格式：
&#60;!--[if *condition IE *version]&#62;contend&#60;![endif]--&#62;
*condition 值说明：
gt: greater than，选择条件版本以上版本，不包含条件版本
lt: less than，选择条件版本以下版本，不包含条件版本
gte: greater than or equal，选择条件版本以上版本，包含条件版本
lte : less than or equal，选择条件版本以下版本，包含条件版本
&#60;!--[if !IE]&#62;&#60;!--&#62; 除IE外都可识别 &#60;!--&#60;![endif]--&#62;
&#60;!--[if&#160;IE]&#62; 所有的IE可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 5.0]&#62; 只有IE5.0可以识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 5]&#62; 仅IE5.0与IE5.5可以识别 &#60;![endif]--&#62;
&#60;!--[if&#160;gt IE 5.0]&#62; IE5.0以及IE5.0以上版本都可以识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 6]&#62; 仅IE6可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;lt IE 6]&#62; IE6以及IE6以下版本可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;gte IE 6]&#62; IE6以及IE6以上版本可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;IE 7]&#62; 仅IE7可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;lt IE 7]&#62; IE7以及IE7以下版本可识别 &#60;![endif]--&#62;
&#60;!--[if&#160;gte IE 7]&#62; IE7以及IE7以上版本可识别 &#60;![endif]--&#62;
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/08/26/css-hack-ie-annotate/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS+JS方法去除点击链接,按钮时出现的虚线框</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/07/10/cssjs%e6%96%b9%e6%b3%95%e5%8e%bb%e9%99%a4%e7%82%b9%e5%87%bb%e9%93%be%e6%8e%a5%e6%8c%89%e9%92%ae%e6%97%b6%e5%87%ba%e7%8e%b0%e7%9a%84%e8%99%9a%e7%ba%bf%e6%a1%86/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/07/10/cssjs%e6%96%b9%e6%b3%95%e5%8e%bb%e9%99%a4%e7%82%b9%e5%87%bb%e9%93%be%e6%8e%a5%e6%8c%89%e9%92%ae%e6%97%b6%e5%87%ba%e7%8e%b0%e7%9a%84%e8%99%9a%e7%ba%bf%e6%a1%86/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 08:14:41 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Front Developer]]></category>
		<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hidefocus]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[onfucus]]></category>
		<category><![CDATA[去除虚线框]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=115</guid>
		<description><![CDATA[      做前台开发时肯定会遇到使用button,a标签的时候，每次点击相关这些标签的时候，我们会经常看到有一个虚线框出现，从视觉效果来看，有虚线框会很刺眼，形象到用户浏览的视觉中心，所以我们有必要将这个刺眼的虚线框去掉。利用google和百度，整理一下相关的方法，方便以后开发当中使用。

    方法一：使用css方法
a {blr:e­xpression(this.onFocus=this.blur())} /*for IE*/
&#160; &#160; &#160; a&#160;{outline:}/*for FireFox*/
      IE浏览器下面还可以使用IE下的私有的html属性：hideFoucs，在标签的结构中加入hidefocus=&#8221;true&#8221;属性。即：
&#60;a href=&#34;http://www.g.cn&#34; hidefocus=&#34;true&#34; title=&#34;谷歌&#34;&#62;谷歌&#60;/a&#62;
    方法二：使用javascript方法：
    通过javascript遍历页面Dom
window.onload=function()
&#160; &#160; &#160;&#160; {
&#160; &#160; &#160; &#160; for(var&#160;i=0; ii&#60;document.links.length; ii++)
&#160; &#160; &#160; &#160; document.links$[$ii$]$.onfocus=function(){this.blur()}
&#160; &#160; &#160;&#160; }
     [...]]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/07/10/cssjs%e6%96%b9%e6%b3%95%e5%8e%bb%e9%99%a4%e7%82%b9%e5%87%bb%e9%93%be%e6%8e%a5%e6%8c%89%e9%92%ae%e6%97%b6%e5%87%ba%e7%8e%b0%e7%9a%84%e8%99%9a%e7%ba%bf%e6%a1%86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript操作css属性的写法</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/07/07/javascript%e6%93%8d%e4%bd%9ccss%e5%b1%9e%e6%80%a7%e7%9a%84%e5%86%99%e6%b3%95/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/07/07/javascript%e6%93%8d%e4%bd%9ccss%e5%b1%9e%e6%80%a7%e7%9a%84%e5%86%99%e6%b3%95/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 06:37:38 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css属性]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=109</guid>
		<description><![CDATA[使用js操作css属性和css中的写法不同:
1、对于没有中划线的css属性一般直接使用style.属性名即可；
如：obj.style.margin，obj.style.width，obj.style.left，obj.style.position等。
2、对于含有中划线的css属性，将每个中划线去掉并将每个中划线后的第一个字符换成大写即可；
如：obj.style.marginTop，obj.style.borderLeftWidth，obj.style.zIndex，obj.style.fontFamily等。
这个规律我想大多数的前端开发者也都熟知。对在css中有一个特殊的属性其js使用方法确比较特殊。
因为 float 是javascript的保留字，那怎么在js中书写样式表中的 float 呢？
我们不能直接使用obj.style.float来使用，这样操作是无效的。
其正确的使用方法是为：IE:obj.style.styleFloat，其他浏览器Mozilla(gecko)，ff等用 styleFloat:obj.style.cssFloat。
给个例子让大家好理解：
&#60;div onclick=&#34;alert(this.style.float);this.style.float='left';alert(this.style.float);&#34;&#62;测试1&#60;/div&#62;
&#60;div&#160;onclick=&#34;alert(this.style.float);if(this.style.cssFloat) {this.style.cssFloat='left';}else{this.style.styleFloat='left';}alert(this.style.float);&#34;&#38; gt;测试2&#60;/div&#62;
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/07/07/javascript%e6%93%8d%e4%bd%9ccss%e5%b1%9e%e6%80%a7%e7%9a%84%e5%86%99%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS控制DIV层固定在浏览器底部</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/07/01/div-stay-in-bottom/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/07/01/div-stay-in-bottom/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 01:28:04 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Web Front Developer]]></category>
		<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[浏览器底部]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=93</guid>
		<description><![CDATA[使用CSS控制DIV层，使这个DIV层一直在浏览器底部，代码如下：
#foot{
&#160; width:100%;
&#160; height:50px;
&#160; position:absolute;
&#160; top:100%;
&#160; margin-top:-50px;
&#160; background:Blue;
&#160; color:white;
}
首先要设置定位为绝对定位，并设置top为100%，当div的height为N数值时，其div层就必须设margin-top为-N值。IE,FF通过测试。
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/07/01/div-stay-in-bottom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
