<?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; Xhtml+CSS</title>
	<atom:link href="http://www.ffsuper.com/blog/index.php/category/web_front_developer/xhtml/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>常用JS+CSS</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/12/16/vertical-center-mask-div/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/12/16/vertical-center-mask-div/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 07:10:38 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Front Developer]]></category>
		<category><![CDATA[Xhtml+CSS]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=147</guid>
		<description><![CDATA[.pop {width:100%;height:100%;position:absolute;left:0;top:0;}
.maskbox {
	  width: 100%;
      height: 100%;
	  position: absolute;
      left: 0;
      top: 0;
      z-index:1000;
      background: #000;
      filter:alpha(opacity=60);     /* IE [...]]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/12/16/vertical-center-mask-div/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>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>
		<item>
		<title>新发现一些国外地址</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/06/27/%e6%96%b0%e5%8f%91%e7%8e%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e5%9b%bd%e5%a4%96%e5%9c%b0%e5%9d%80/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/06/27/%e6%96%b0%e5%8f%91%e7%8e%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e5%9b%bd%e5%a4%96%e5%9c%b0%e5%9d%80/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 03:30:12 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[国外技术]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=80</guid>
		<description><![CDATA[http://www.experts-exchange.com/
http://www.ozzu.com/zh/
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/06/27/%e6%96%b0%e5%8f%91%e7%8e%b0%e7%9a%84%e4%b8%80%e4%b8%aa%e5%9b%bd%e5%a4%96%e5%9c%b0%e5%9d%80/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>著名的万能float闭合Clearfix Hack</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/06/17/clearfix-float-hack/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/06/17/clearfix-float-hack/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 09:26:55 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[float闭合]]></category>
		<category><![CDATA[hack]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=71</guid>
		<description><![CDATA[今天在蓝色理想看到了冰极峰关于弹性流体布局的文章时候，自己对流体布局有了一个重新的认识。不过今天在这里整理的是冰极峰同学在代码里面提到的万能float闭合Clearfix Hack。
万能float闭合Clearfix Hack可以用来解决多个div对齐时的间距不对，将以下代码加入CSS 中,给需要闭合的div加上 class=”clearfix” 即可,那叫一个爽啊&#8230;
下面是著名的万能float闭合Clearfix Hack
.clearfix:after {
content: &#34;.&#34;;
display:&#160;block;
height:&#160;0;
clear:&#160;both;
visibility:&#160;hidden;}
.clearfix&#160;{display: inline-block;}
/*&#160;Hides from IE-mac \*/
*&#160;html .clearfix { height: 1%;}
.clearfix&#160;{display: block;}
/*&#160;End hide from IE-mac */
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/06/17/clearfix-float-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>部分浏览器差异和Bug消除技巧</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/06/12/%e9%83%a8%e5%88%86%e6%b5%8f%e8%a7%88%e5%99%a8%e5%b7%ae%e5%bc%82%e5%92%8cbug%e6%b6%88%e9%99%a4%e6%8a%80%e5%b7%a7/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/06/12/%e9%83%a8%e5%88%86%e6%b5%8f%e8%a7%88%e5%99%a8%e5%b7%ae%e5%bc%82%e5%92%8cbug%e6%b6%88%e9%99%a4%e6%8a%80%e5%b7%a7/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 03:39:32 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=66</guid>
		<description><![CDATA[来源：http://www.dangbao.net/article/data/cssbug.htm
平时开发的时候经常会遇到一些Bug，做个整理和收集
CSS的优先权：style优先级大于id,id的优先级大于class。
FF下水平居中：margin-left:auto;margin-right:auto。
网页编码为UTF-8,页面注释最好用英文。
一个容器内有两个以上浮动元素注释时，容易引起IE BUG(莫名出现结尾字符)。解决方法：删除注释。
浮动+margin在IE6下出现双倍边距，display:inline消除。
IE6不支持除A标签以外的伪类。
IE下容器边框有断裂的地方，容器加上宽度或者zoom:1即可。
IE6捉迷藏bug：预览页面的内容不会出现。全选后出现。给藏起来的容器使用宽度和高度，或者设置line-height即可。
line-height和height的高度相同时，不同的字体显示是居中效果也不同。
list-style-image无法准确定位，建议使用li的背景来实现。
用vertical-align:middle来对齐文本与文本输入框。
禁用文本框中文输入法的通用方法：ime-mode:disabled。
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/06/12/%e9%83%a8%e5%88%86%e6%b5%8f%e8%a7%88%e5%99%a8%e5%b7%ae%e5%bc%82%e5%92%8cbug%e6%b6%88%e9%99%a4%e6%8a%80%e5%b7%a7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>兼容各浏览器的CSS截取字符串省略号效果</title>
		<link>http://www.ffsuper.com/blog/index.php/2009/06/09/%e5%85%bc%e5%ae%b9%e5%90%84%e6%b5%8f%e8%a7%88%e5%99%a8%e7%9a%84css%e6%88%aa%e5%8f%96%e5%ad%97%e7%ac%a6%e4%b8%b2%e7%9c%81%e7%95%a5%e5%8f%b7%e6%95%88%e6%9e%9c/</link>
		<comments>http://www.ffsuper.com/blog/index.php/2009/06/09/%e5%85%bc%e5%ae%b9%e5%90%84%e6%b5%8f%e8%a7%88%e5%99%a8%e7%9a%84css%e6%88%aa%e5%8f%96%e5%ad%97%e7%ac%a6%e4%b8%b2%e7%9c%81%e7%95%a5%e5%8f%b7%e6%95%88%e6%9e%9c/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:09:24 +0000</pubDate>
		<dc:creator>Yellow</dc:creator>
				<category><![CDATA[Xhtml+CSS]]></category>
		<category><![CDATA[text-overflow:ellipsis]]></category>
		<category><![CDATA[字符串截取]]></category>
		<category><![CDATA[省略号]]></category>

		<guid isPermaLink="false">http://www.ffsuper.com/blog/?p=60</guid>
		<description><![CDATA[做前台开发的时候经常会遇到截取字符串的效果，可以用JavaScript或CSS来完成，这里介绍的是兼容目前多个浏览器的CSS处理方法，后期会补全使用JavaScript处理方法。
Html部分


欢迎来到Yellow的进化实验室
欢迎来到Yellow的进化实验室
CSS截取字符串省略号效果
我的内容很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长很长


CSS部分

* { margin:0; padding:0; }
a { text-decoration:none; color:#000; }
a:hover {text-decoration:none; color:#000; }
ul {width:300px;height:120px; margin: 40px auto;padding: 12px 4px 12px 24px;border:1px solid #D4D4D4;background: #F1F1F1;}
li { margin: 12px 0; }
li a {width:120px;display:block;overflow:hidden;/*注意不要写在最后了*/white-space: nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;}
/* firefox only */
li:not(p) {clear: both;}
li:not(p) a {max-width: 170px;float: left;}
li:not(p):after {content: "...";float: left; width:25px;padding-left: 5px;color: #000;}

Demo地址:dia
]]></description>
		<wfw:commentRss>http://www.ffsuper.com/blog/index.php/2009/06/09/%e5%85%bc%e5%ae%b9%e5%90%84%e6%b5%8f%e8%a7%88%e5%99%a8%e7%9a%84css%e6%88%aa%e5%8f%96%e5%ad%97%e7%ac%a6%e4%b8%b2%e7%9c%81%e7%95%a5%e5%8f%b7%e6%95%88%e6%9e%9c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
