<?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>活着的博客 &#187; CSS</title>
	<atom:link href="http://www.ibloglife.com/archives/category/computer-internet/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ibloglife.com</link>
	<description>个人现实生活博客:人,终究是生活在现实之中,是为了活着而生活.</description>
	<lastBuildDate>Wed, 08 Feb 2012 10:02:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>浏览器CSS3测试</title>
		<link>http://www.ibloglife.com/archives/lanqicss3ceshi.html</link>
		<comments>http://www.ibloglife.com/archives/lanqicss3ceshi.html#comments</comments>
		<pubDate>Fri, 18 Nov 2011 00:15:51 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[科技咨讯]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[主流浏览器]]></category>
		<category><![CDATA[机器猫]]></category>
		<category><![CDATA[浏览器CSS3测试]]></category>
		<category><![CDATA[浏览器HTML5测试]]></category>
		<category><![CDATA[灰太狼]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=3546</guid>
		<description><![CDATA[<p>先有牛人用CSS3画了机器猫，然后另一位工程师用HTML5画了灰太狼，从一定程度上测试出主流浏览器对HTML5和CSS3的支持情况。


机器猫：http://www.liulan7.net/labs/css3.html
灰太狼：http://www.liulan7.net/labs/huitailang.html
测试代码下载，版权归原作者所有！
收藏、分享这篇文章!
</p>]]></description>
			<content:encoded><![CDATA[<p>先有牛人用CSS3画了机器猫，然后另一位工程师用HTML5画了灰太狼，从一定程度上测试出主流浏览器对HTML5和CSS3的支持情况。


机器猫：http://www.liulan7.net/labs/css3.html
灰太狼：http://www.liulan7.net/labs/huitailang.html
测试代码下载，版权归原作者所有！
收藏、分享这篇文章!
</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/lanqicss3ceshi.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pre/blockquote标签自动换行兼容IE/Opera/Firefox/Chrome</title>
		<link>http://www.ibloglife.com/archives/preblockquotebiaoqianzidonghuanxingjianrongieoperafirefoxchrome.html</link>
		<comments>http://www.ibloglife.com/archives/preblockquotebiaoqianzidonghuanxingjianrongieoperafirefoxchrome.html#comments</comments>
		<pubDate>Sat, 16 Jul 2011 00:39:05 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[blockquote标签]]></category>
		<category><![CDATA[blockquote自动换行]]></category>
		<category><![CDATA[break-all]]></category>
		<category><![CDATA[break-word]]></category>
		<category><![CDATA[pre标签]]></category>
		<category><![CDATA[pre自动换行]]></category>
		<category><![CDATA[word-break]]></category>
		<category><![CDATA[word-wrap]]></category>
		<category><![CDATA[长url自动换行]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=3054</guid>
		<description><![CDATA[<p>在使用&lt;pre&gt;&lt;/pre&gt;粘贴代码时，或者用&lt;blockquote&gt;&lt;/blockquote&gt;引用时，会发现pre/blockquote中的过长的代码，如过长的url等，在Opera/Firefox/Chrome不会实现自动换行。对于IE，可以通过IE专有的CSS属性word-wrap即可实现自动换行：word-wrap:break-word;，而对于Opera/Firefox/Chrome则不适用......</p>]]></description>
			<content:encoded><![CDATA[<p>在使用&lt;pre&gt;&lt;/pre&gt;粘贴代码时，或者用&lt;blockquote&gt;&lt;/blockquote&gt;引用时，会发现pre/blockquote中的过长的代码，如过长的url等，在Opera/Firefox/Chrome不会实现自动换行。对于IE，可以通过IE专有的CSS属性word-wrap即可实现自动换行：word-wrap:break-word;，而对于Opera/Firefox/Chrome则不适用......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/preblockquotebiaoqianzidonghuanxingjianrongieoperafirefoxchrome.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>鼠标滑过图片放大镜效果</title>
		<link>http://www.ibloglife.com/archives/shubiaohuaguotupianfangda.html</link>
		<comments>http://www.ibloglife.com/archives/shubiaohuaguotupianfangda.html#comments</comments>
		<pubDate>Thu, 07 Jul 2011 00:29:22 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS图片放大镜]]></category>
		<category><![CDATA[CSS放大镜]]></category>
		<category><![CDATA[CSS放大镜效果]]></category>
		<category><![CDATA[图片放大镜]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=3035</guid>
		<description><![CDATA[<p>另外一种图片放大镜效果，在鼠标滑过缩略图时，原图放大显示：
&lt;style type="text/css"&gt;
.thumb{
position: relative;
z-index: 0;  }
.thumb:hover{
background-color: transparent;
z-index: 50; }
.thumb span{
position: absolute;
left: -1000px;
background-color: #ffffcc;
padding: 5px;
border: 1px dash......</p>]]></description>
			<content:encoded><![CDATA[<p>另外一种图片放大镜效果，在鼠标滑过缩略图时，原图放大显示：
&lt;style type="text/css"&gt;
.thumb{
position: relative;
z-index: 0;  }
.thumb:hover{
background-color: transparent;
z-index: 50; }
.thumb span{
position: absolute;
left: -1000px;
background-color: #ffffcc;
padding: 5px;
border: 1px dash......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/shubiaohuaguotupianfangda.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用CSS固定页脚footer</title>
		<link>http://www.ibloglife.com/archives/shiyongcssgudingyejiaofooter.html</link>
		<comments>http://www.ibloglife.com/archives/shiyongcssgudingyejiaofooter.html#comments</comments>
		<pubDate>Tue, 28 Jun 2011 00:07:09 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS固定页脚]]></category>
		<category><![CDATA[使用CSS固定页脚footer]]></category>
		<category><![CDATA[固定footer]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=2955</guid>
		<description><![CDATA[<p>因朋友网页改版后的页面内容少，要将footer层固定在整个页面的最下方，网页的内容比较少时，页脚的联系方式部分不随着页面中的内容高度的减小而上移。这种方式适用于将网页中的版权信息固定在页面下方。当然，当页面内容多时，页脚也要正常显示。
这就要用到CSS的4大核心基石：盒子模型、标准流、浮动、定位。只有把这些......</p>]]></description>
			<content:encoded><![CDATA[<p>因朋友网页改版后的页面内容少，要将footer层固定在整个页面的最下方，网页的内容比较少时，页脚的联系方式部分不随着页面中的内容高度的减小而上移。这种方式适用于将网页中的版权信息固定在页面下方。当然，当页面内容多时，页脚也要正常显示。
这就要用到CSS的4大核心基石：盒子模型、标准流、浮动、定位。只有把这些......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/shiyongcssgudingyejiaofooter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用列表ul+li制作CSS横向菜单</title>
		<link>http://www.ibloglife.com/archives/yongliebiaoullizhizuocsshengxiangcaidan.html</link>
		<comments>http://www.ibloglife.com/archives/yongliebiaoullizhizuocsshengxiangcaidan.html#comments</comments>
		<pubDate>Mon, 07 Jun 2010 00:17:25 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS ul横向菜单]]></category>
		<category><![CDATA[CSS横向菜单]]></category>
		<category><![CDATA[li横向菜单]]></category>
		<category><![CDATA[横向导航菜单]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=1657</guid>
		<description><![CDATA[<p>ul是html中的无序列表，li是列表中的列表项。如果没有CSS定义它的外观，它默认是显示成一列列表，并且它会存在项目符号（比如方块或实心的黑点）的列表内容。
在CSS网页布局中，我们通常用ul、li来实现横向导航菜单。这就是要我们自己定义CSS来改变它的外观，使它能横向显示在在一行中，并且将项目符号去掉。
CSS：

* {......</p>]]></description>
			<content:encoded><![CDATA[<p>ul是html中的无序列表，li是列表中的列表项。如果没有CSS定义它的外观，它默认是显示成一列列表，并且它会存在项目符号（比如方块或实心的黑点）的列表内容。
在CSS网页布局中，我们通常用ul、li来实现横向导航菜单。这就是要我们自己定义CSS来改变它的外观，使它能横向显示在在一行中，并且将项目符号去掉。
CSS：

* {......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/yongliebiaoullizhizuocsshengxiangcaidan.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>用CSS制作圆角div</title>
		<link>http://www.ibloglife.com/archives/yongcsszhizuoyuanjiaodiv.html</link>
		<comments>http://www.ibloglife.com/archives/yongcsszhizuoyuanjiaodiv.html#comments</comments>
		<pubDate>Sat, 05 Jun 2010 03:12:26 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[圆角div]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=1652</guid>
		<description><![CDATA[<p>为了增加页面的美观效果，有时需要将div层或表格的边角进行圆角处理。下面介绍一个老外用CSS写的实例：

CSS:

/*注意CSS标签之间的嵌套*/

body{padding: 20px;background-color: #FFF;  font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;}
h1,h2,p{margin: 0 10px;}
h1{font-size: 250%;color: #FFF;}
h2{font......</p>]]></description>
			<content:encoded><![CDATA[<p>为了增加页面的美观效果，有时需要将div层或表格的边角进行圆角处理。下面介绍一个老外用CSS写的实例：

CSS:

/*注意CSS标签之间的嵌套*/

body{padding: 20px;background-color: #FFF;  font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;}
h1,h2,p{margin: 0 10px;}
h1{font-size: 250%;color: #FFF;}
h2{font......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/yongcsszhizuoyuanjiaodiv.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS缩写</title>
		<link>http://www.ibloglife.com/archives/csssuoxie.html</link>
		<comments>http://www.ibloglife.com/archives/csssuoxie.html#comments</comments>
		<pubDate>Fri, 04 Jun 2010 02:27:32 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS技巧]]></category>
		<category><![CDATA[CSS样式表]]></category>
		<category><![CDATA[CSS缩写]]></category>
		<category><![CDATA[颜色代码缩写]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=1650</guid>
		<description><![CDATA[<p>　　Web网站可用性的关键指标是速度，影响速度的因素有很多种，包括Web服务器的速度、访问者的Internet连接情况，以及浏览器必须下载的文件大小等等，尽管你无法控制服务器和连接的速度，但是你可以控制构成网站Web页面的文件大小。
　　为了让网站能够更快，Web的建设者都会按常规地压缩和优化网站上的每一个图像文件，......</p>]]></description>
			<content:encoded><![CDATA[<p>　　Web网站可用性的关键指标是速度，影响速度的因素有很多种，包括Web服务器的速度、访问者的Internet连接情况，以及浏览器必须下载的文件大小等等，尽管你无法控制服务器和连接的速度，但是你可以控制构成网站Web页面的文件大小。
　　为了让网站能够更快，Web的建设者都会按常规地压缩和优化网站上的每一个图像文件，......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/csssuoxie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15个CSS常识</title>
		<link>http://www.ibloglife.com/archives/15gecsschangshi.html</link>
		<comments>http://www.ibloglife.com/archives/15gecsschangshi.html#comments</comments>
		<pubDate>Thu, 03 Jun 2010 02:02:10 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS常识]]></category>
		<category><![CDATA[CSS技巧]]></category>
		<category><![CDATA[CSS缩写]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=1647</guid>
		<description><![CDATA[<p>　　1、不要使用过小的图片做背景平铺。因为宽高1px的图片平铺出一个宽高200px的区域，需要200*200=40,000次，这就是为何很多人都不用1px的原因，占用资源。
　　2、无边框的推荐写法是border:none;，而border:0;只是定义边框宽度为零，但边框样式、颜色还是会被浏览器解析。
　　3、慎用*通配符。所谓通配符，就是将CSS......</p>]]></description>
			<content:encoded><![CDATA[<p>　　1、不要使用过小的图片做背景平铺。因为宽高1px的图片平铺出一个宽高200px的区域，需要200*200=40,000次，这就是为何很多人都不用1px的原因，占用资源。
　　2、无边框的推荐写法是border:none;，而border:0;只是定义边框宽度为零，但边框样式、颜色还是会被浏览器解析。
　　3、慎用*通配符。所谓通配符，就是将CSS......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/15gecsschangshi.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>div层叠</title>
		<link>http://www.ibloglife.com/archives/divcengdie.html</link>
		<comments>http://www.ibloglife.com/archives/divcengdie.html#comments</comments>
		<pubDate>Thu, 20 May 2010 02:26:53 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS定位]]></category>
		<category><![CDATA[div层叠]]></category>
		<category><![CDATA[position]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=1602</guid>
		<description><![CDATA[<p>　　首先要明确在文中所需要用到的几个自定义概念：
　　1、静态定位：position:static（为position属性的默认值）。
　　2、动态定位：position:relative或position:absolute或position:fixed。
　　3、祖元素：任意包含该元素的元素。
　　4、父元素：直接包含该元素的祖元素。
　　5、同辈元素：拥有共同的父元素的元......</p>]]></description>
			<content:encoded><![CDATA[<p>　　首先要明确在文中所需要用到的几个自定义概念：
　　1、静态定位：position:static（为position属性的默认值）。
　　2、动态定位：position:relative或position:absolute或position:fixed。
　　3、祖元素：任意包含该元素的元素。
　　4、父元素：直接包含该元素的祖元素。
　　5、同辈元素：拥有共同的父元素的元......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/divcengdie.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS定位position属性</title>
		<link>http://www.ibloglife.com/archives/cssdingweipositionshuxing.html</link>
		<comments>http://www.ibloglife.com/archives/cssdingweipositionshuxing.html#comments</comments>
		<pubDate>Wed, 19 May 2010 02:05:42 +0000</pubDate>
		<dc:creator>浮云</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[CSS定位]]></category>
		<category><![CDATA[div层叠]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[float]]></category>
		<category><![CDATA[position属性]]></category>
		<category><![CDATA[relative]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[z-index]]></category>
		<category><![CDATA[绝对定位]]></category>

		<guid isPermaLink="false">http://www.ibloglife.com/?p=1600</guid>
		<description><![CDATA[<p>　　CSS为定位和浮动提供了一些属性（position static relative absolute float z-index），利用这些属性，可以建立列式布局，将布局的一部分与另一部分重叠，还可以完成多年来通常需要使用多个表格才能完成的任务。它允许你定义元素框相对于其正常位置应该出现的位置，或者相对于父元素、另一个元素甚至浏览器窗口本身的......</p>]]></description>
			<content:encoded><![CDATA[<p>　　CSS为定位和浮动提供了一些属性（position static relative absolute float z-index），利用这些属性，可以建立列式布局，将布局的一部分与另一部分重叠，还可以完成多年来通常需要使用多个表格才能完成的任务。它允许你定义元素框相对于其正常位置应该出现的位置，或者相对于父元素、另一个元素甚至浏览器窗口本身的......</p>]]></content:encoded>
			<wfw:commentRss>http://www.ibloglife.com/archives/cssdingweipositionshuxing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

