<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/ddcatlee" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/ddcatlee" type="application/rss+xml"></fs:self_link><lastBuildDate>Fri, 16 Jul 2010 11:35:00 GMT</lastBuildDate><title>猫沙盆</title><description>挖挖看，也许有宝贝</description><link>http://blog.csdn.net/blogrss.aspx?username=ddcatlee</link><item><title>CSS核心：再说框模型（Box Model）</title><link>http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740610.aspx</link><description>框模型（Box model，也译作“盒模型”）是CSS非常重要的概念，也是比较抽象的概念。文档树中的元素都产生矩形的框（Box），这些框影响了元素内容之间的距离、元素内容的位置、背景图片的位置等等。而浏览器根据视觉格式化模型
（Visual formatting model）来将这些框布局成访问者看到的样子。&lt;img src=&quot;http://www1.feedsky.com/t1/392109152/ddcatlee/csdn.net/s.gif?r=http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740610.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ddcatlee/392109152/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ddcatlee/392109152/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 16 Jul 2010 19:35:00 +0800</pubDate><author>李烨</author><guid isPermaLink="false">http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740610.aspx</guid><dc:creator>李烨</dc:creator><fs:srclink>http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740610.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ddcatlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ddcatlee/~1113798/392109152/1113794</fs:itemid></item><item><title>CSS核心：框模型与视觉格式化模型[总览]</title><link>http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740606.aspx</link><description>视觉类型的媒体 根据CSS的视觉格式化模型（Visual formatting model）的规则来处理文档树中的元素，从而将(X)HTML转化成制作者设计的样子。我曾在《别具光芒：CSS属性、浏览器兼容与网页布局》一书中，讲解过这些概念，但是很多读者反映内容比较晦涩难懂，所以，我再次重新尝试，把这部分内容重新来编排一下，看看是否能把这些重要的内容讲得更易懂一些。&lt;img src=&quot;http://www1.feedsky.com/t1/392108761/ddcatlee/csdn.net/s.gif?r=http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740606.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ddcatlee/392108761/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ddcatlee/392108761/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 16 Jul 2010 19:33:00 +0800</pubDate><author>李烨</author><guid isPermaLink="false">http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740606.aspx</guid><dc:creator>李烨</dc:creator><fs:srclink>http://blog.csdn.net/ddcatlee/archive/2010/07/16/5740606.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ddcatlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ddcatlee/~1113798/392108761/1113794</fs:itemid></item><item><title>media属性和媒体类型</title><link>http://blog.csdn.net/ddcatlee/archive/2010/06/11/5663847.aspx</link><description>一、media属性&lt;br /&gt;当设定样式的时候，可以指定此样式应用于何种媒体，例如：&lt;br /&gt;&lt;br /&gt;media属性为可选属性，用于指定应用此样式表的介质或媒体。允许的值有：screen (缺省值)，用于文档在屏幕媒体的呈现，如电脑显示器，所有 web 浏览器都运行于这样的系统屏幕媒体用户代理；print，
应用于不透明的页面材料，以及文档在打印预览的状态。；projection，应用于投影演示，例如投影仪或打印到透明胶片；speech，
应用于屏幕阅读器等发声设备；braille，应用于盲文触摸式反馈设备；embossed，用于打印的盲人印刷设
备；handheld，用于手持设备，如个人数码助理或可上网的手机；tty，应用于使用固定字符宽栅格的媒介，如
电传，终端，或显示能力有限的手提设备；tv，应用于电视类型的设备（低分辨率，彩色，屏幕滚动能力有限，有声音）；all，
所有输出设备。&lt;br /&gt;&lt;br /&gt;注意：媒体类型&lt;img src=&quot;http://www1.feedsky.com/t1/392108762/ddcatlee/csdn.net/s.gif?r=http://blog.csdn.net/ddcatlee/archive/2010/06/11/5663847.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ddcatlee/392108762/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ddcatlee/392108762/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Fri, 11 Jun 2010 13:17:00 +0800</pubDate><author>李烨</author><guid isPermaLink="false">http://blog.csdn.net/ddcatlee/archive/2010/06/11/5663847.aspx</guid><dc:creator>李烨</dc:creator><fs:srclink>http://blog.csdn.net/ddcatlee/archive/2010/06/11/5663847.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ddcatlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ddcatlee/~1113798/392108762/1113794</fs:itemid></item><item><title>浮动元素的两端对齐</title><link>http://blog.csdn.net/ddcatlee/archive/2010/03/16/5387187.aspx</link><description>当我们使用float来使元素并排显示的时候，可以使用margin来控制元素之间的距离，而在很多版式里（例如产品图片的列表），需要浮动的元素达到两端对齐的效果，通过overflow属性来实现。&lt;img src=&quot;http://www1.feedsky.com/t1/392108763/ddcatlee/csdn.net/s.gif?r=http://blog.csdn.net/ddcatlee/archive/2010/03/16/5387187.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ddcatlee/392108763/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ddcatlee/392108763/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 16 Mar 2010 23:16:00 +0800</pubDate><author>李烨</author><guid isPermaLink="false">http://blog.csdn.net/ddcatlee/archive/2010/03/16/5387187.aspx</guid><dc:creator>李烨</dc:creator><fs:srclink>http://blog.csdn.net/ddcatlee/archive/2010/03/16/5387187.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ddcatlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ddcatlee/~1113798/392108763/1113794</fs:itemid></item><item><title>设计4大基本原则</title><link>http://blog.csdn.net/ddcatlee/archive/2009/12/29/5097755.aspx</link><description>《写给大家看的设计书》是一本普及性的设计入门书籍，它非常适合非设计专业的人员来阅读，书中没有晦涩难懂的术语，读起来很舒畅，所举的例子也很简单明了，能够非常贴切地说明了问题。
以下是对基本设计原则的概述，每一个优秀的设计中都应用了这些设计原则，它们是互相关联的，只应用某一个原则的情况很少。&lt;img src=&quot;http://www1.feedsky.com/t1/392108764/ddcatlee/csdn.net/s.gif?r=http://blog.csdn.net/ddcatlee/archive/2009/12/29/5097755.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/ddcatlee/392108764/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/ddcatlee/392108764/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Tue, 29 Dec 2009 12:50:00 +0800</pubDate><author>李烨</author><guid isPermaLink="false">http://blog.csdn.net/ddcatlee/archive/2009/12/29/5097755.aspx</guid><dc:creator>李烨</dc:creator><fs:srclink>http://blog.csdn.net/ddcatlee/archive/2009/12/29/5097755.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/ddcatlee/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/ddcatlee/~1113798/392108764/1113794</fs:itemid></item></channel></rss>
