<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>Css</title>
<link>/edu/wysj/css/index.html</link>
<description>站长学院 / 网页设计 / Css</description>
<language>zh-cn</language>
<generator>Copyright &amp;copy; 2007 - 2008 www.Czz5.com All Rights Reserved&lt;br/&gt;
投稿信箱:c-xiumu@163.com 责任主编QQ:123000117 咨询热线:0416-7500341&lt;br/&gt;</generator>
<webmaster>c-xiumu@163.com</webmaster>
<item>
    <title>网站重构&amp;web标准视频教程</title>
    <link>http://czz5.com/edu/wysj/css/20080905/5884.html</link>
    <description>学吧学吧： http://www.xue8xue8.com/course.php?id=317 网易学院： http://tech.163.com/08/0630/10/4FM8COG1000928S6. html 视频 教程 ： http://www.yuyadong.com/webschool/ 声明：本教程</description>
    <pubDate>2008-09-05</pubDate>
    <category>Css</category>
    <author>亚当</author>
</item>
<item>
    <title>CSS解决浏览器的等宽空格问题</title>
    <link>http://czz5.com/edu/wysj/css/20080830/5774.html</link>
    <description>很多时候，希望能够在 HTML 中使用空格排版。但浏览器在解析 HTML 时，会把连续的空格解析成一个，所以我们会使用 nbsp; 等这样的占位符。 但是 nbsp; 也不是很可靠，比如空格间距非常大，那么</description>
    <pubDate>2008-08-30</pubDate>
    <category>Css</category>
    <author>gracecode.com</author>
</item>
<item>
    <title>CSS教程:元素层叠级别及z-index</title>
    <link>http://czz5.com/edu/wysj/css/20080830/5773.html</link>
    <description>声明 定位元素：position属性值设置除默认值static以外的元素，包括relative，absolute，fixed。 平台：win/IE win/FF z-index: 用来确定定位元素在垂直于显示屏方向（以下称为Z轴）上的层叠顺</description>
    <pubDate>2008-08-30</pubDate>
    <category>Css</category>
    <author>blogbus.com</author>
</item>
<item>
    <title>一些经典的CSS技巧</title>
    <link>http://czz5.com/edu/wysj/css/20080829/5749.html</link>
    <description>使用 line-height 垂直居中 line-height:24px; 使用固定宽度的容器并且需要一行垂直居中时，使用 line-height 即可（高度与父层容器一致），更多的垂直居中总结可以看这里。 清除容器浮动 #mai</description>
    <pubDate>2008-08-29</pubDate>
    <category>Css</category>
    <author>grace</author>
</item>
<item>
    <title>div+css在思路和流程上实现结构与表现的分离</title>
    <link>http://czz5.com/edu/wysj/css/20080829/5741.html</link>
    <description>内容与表现分离，从标准到国人重视那天起，就已经讨论了，但是停留在div+cssxhtml+css纯代码的分离，思想上流程上，到底如何分离？ 古老的话题：一首古诗的分离 1.给你一首古诗，保存为毫无格式</description>
    <pubDate>2008-08-29</pubDate>
    <category>Css</category>
    <author>52css</author>
</item>
<item>
    <title>DIV+CSS网页布局的基础知识整理</title>
    <link>http://czz5.com/edu/wysj/css/20080829/5740.html</link>
    <description>czz5.com的 CSS教程 栏目中汇集了大量的CSS知识，这些知识已经非常全面了，但很多CSSer新手初来本站，依然云里雾里，现整理一些DIVCSS网页布局常用的一些基础知识，供大家学习，欢迎补充及提一</description>
    <pubDate>2008-08-29</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>CSS入门教程:网页首字下沉</title>
    <link>http://czz5.com/edu/wysj/css/20080826/5661.html</link>
    <description>CSS入门教程:网页首字下沉 :first-letter 版本：CSS2 兼容性：IE5.5+ 语法： Selector : first-letter { sRules } 说明： 设置对象内的第一个字符的样式。 此伪对象仅作用于块对象。内联要素要</description>
    <pubDate>2008-08-26</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>IE6、IE7和FF的最简单的hack技巧</title>
    <link>http://czz5.com/edu/wysj/css/20080825/5609.html</link>
    <description>关于CSS HACK的文章在webjx.com中提及的也很多。 CSSer必须掌握的关于IE6、IE7和FF的最简单的hack技巧。 FF浏览器 .test{ height:20px; background-color:orange; } IE7浏览器 *+html .test{/*I</description>
    <pubDate>2008-08-25</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>网页CSS对背景图片渲染效率测试</title>
    <link>http://czz5.com/edu/wysj/css/20080821/5547.html</link>
    <description>这篇文章主要讲了CSS对背景图片渲染效率的一些经验和研究，在czz5.com中，还有着类似CSS效率的相关文章。 树型结构竖线用样式表（背景图）来实现，样式表背景图片只需要加载一次，而现在这个模</description>
    <pubDate>2008-08-21</pubDate>
    <category>Css</category>
    <author>monw3c</author>
</item>
<item>
    <title>网站进行W3C XHTML1.0验证的经验</title>
    <link>http://czz5.com/edu/wysj/css/20080821/5546.html</link>
    <description>本文章是一位中国站长网的网友在进行网站更新与调整时，进行W3C XHTML1.0验证的时候的一些经验。 总结出通过W3C XHTML1.0标准需要注意的九个问题： 一、在 div class=tzhI am TZH!/div 这段语</description>
    <pubDate>2008-08-21</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>css教程:可读性可维护性良好的CSS文件 </title>
    <link>http://czz5.com/edu/wysj/css/20080821/5545.html</link>
    <description>在中国站长网的大多数文章中，我们并未特别注意CSS文件的可维护与可读性的问题，当完成一项前端的工作之后，许多人都会忘记该项目的结构与细节。然而代码并不是马上就能完全定型，在余下的时间</description>
    <pubDate>2008-08-21</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>保存CSS中的图片的3种方法</title>
    <link>http://czz5.com/edu/wysj/css/20080819/5501.html</link>
    <description>由于现在很多div+css中的图片都写在了css里面。 直接用浏览器的另存为已经不能完全保存到本地 我在网上收集了一些方法，和一些自己的实践，希望对你有所帮助 第一：苦力型 查看网页源文件，然</description>
    <pubDate>2008-08-19</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>CSS网页布局:网页页面结构化</title>
    <link>http://czz5.com/edu/wysj/css/20080819/5500.html</link>
    <description>你正在学习CSS布局吗？是不是还不能完全掌握纯CSS布局？通常有两种情况阻碍你的学习： 第一种可能是你还没有理解CSS处理页面的原理。在你考虑你的页面整体表现效果前，你应当先考虑内容的语义和</description>
    <pubDate>2008-08-19</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>网页文字应用CSS的一些常见技巧</title>
    <link>http://czz5.com/edu/wysj/css/20080815/5394.html</link>
    <description>我想以一章的篇幅来讨论用CSS设定文字样式的做法是个好点子.一般处理文字内容大概是应用CSS最多的地方,就算对没有完全遵守标准的网站来说也是一样.去掉网页中反复出现的font标签曾经是(现在也</description>
    <pubDate>2008-08-15</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>IE7与web标准设计（2）</title>
    <link>http://czz5.com/edu/wysj/css/20080815/5393.html</link>
    <description>上文： IE7与web标准设计（1） IE历来被web标准的拥护者所诟病，而当FireFox横空出世以后，更多的网页制作者开始关注web标准设计。看着FireFox的市场占有率不停的上升，微软终于推出了IE7。但I</description>
    <pubDate>2008-08-15</pubDate>
    <category>Css</category>
    <author>JustinYoung's Blog 阿一</author>
</item>
<item>
    <title>IE7与web标准设计（1）</title>
    <link>http://czz5.com/edu/wysj/css/20080815/5392.html</link>
    <description>IE历来被web标准的拥护者所诟病，而当FireFox横空出世以后，更多的网页制作者开始关注web标准设计。看着FireFox的市场占有率不停的上升，微软终于推出了IE7。但IE7是否真的能够力挽狂澜，是否</description>
    <pubDate>2008-08-15</pubDate>
    <category>Css</category>
    <author>JustinYoung's Blog 阿一</author>
</item>
<item>
    <title>W3C XHTML 1.0 / CSS 国际标准通关秘诀</title>
    <link>http://czz5.com/edu/wysj/css/20080813/5357.html</link>
    <description>W3C XHTML 1.0 国际标准: 第一题：在 div class=tzhI am TZH!/div 这段语句中有什么错误？ 1. 标点符号问题。这其实也是大家最容易忽视的问题，其实就是小小的两个引号，就造成了这个错误。虽</description>
    <pubDate>2008-08-13</pubDate>
    <category>Css</category>
    <author>TZH-Tangzhehao</author>
</item>
<item>
    <title>CSS教程:轻松搞定滑动门</title>
    <link>http://czz5.com/edu/wysj/css/20080806/5215.html</link>
    <description>滑动门是CSS引入的一项用来创造漂亮且实用的界面的新技术, 它使用简单, 我们只需要使用两张单独的背景图片, 就可以实现。 滑动门一般用做网站Tab导航, 根据Tab中内容的长短自动缩放Tab的效果.</description>
    <pubDate>2008-08-06</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>CSS网页布局全精通</title>
    <link>http://czz5.com/edu/wysj/css/20080805/5175.html</link>
    <description>在这一章内,将使用四种常见的做法,结合CSS于结构化标记语法制作两栏布局.很快地就会发现,不用嵌套表格,间隔用的GIF也能做出分栏版面布局. 稍后在技巧延伸中,将会讨论Windows版Internet Explore</description>
    <pubDate>2008-08-05</pubDate>
    <category>Css</category>
    <author>蓝色理想 zergine</author>
</item>
<item>
    <title>学习CSS的背景图像属性background</title>
    <link>http://czz5.com/edu/wysj/css/20080805/5174.html</link>
    <description>CSS的背景属性background提供了众多属性值，如颜色、图像、定位等，为网页背景图像的定义提供了极大的便利。看看background提供的属性值： background : background-color | background-image</description>
    <pubDate>2008-08-05</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>CSS网页布局开发24点技巧</title>
    <link>http://czz5.com/edu/wysj/css/20080803/5120.html</link>
    <description>在CSS网页布局开发中，会有很多小技巧，新手朋友往往对此很不熟悉。在某一两个小问题上，或许纠缠很长时间才能搞明白，虽然在webjx.com的文档中，多次提及过这方面的内容，但依然有很多朋友在</description>
    <pubDate>2008-08-03</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>CSS BUG解决办法及CSS BUG类的小技巧</title>
    <link>http://czz5.com/edu/wysj/css/20080803/5117.html</link>
    <description>CSSbug是布局中最头疼的问题。我们需要兼顾各种浏览器，以期待获得一致的效果。非常遗憾的是各厂商之间的竞争导致很多问题的存在。而IE6与IE7在很多问题上也存在着很大的差别。在大量的技术文档</description>
    <pubDate>2008-08-03</pubDate>
    <category>Css</category>
    <author>网页教学网整理</author>
</item>
<item>
    <title>CSS framework日常开发经验分享</title>
    <link>http://czz5.com/edu/wysj/css/20080803/5116.html</link>
    <description>CSSframework可以更快速、有效、可扩展的去书写站点的CSS代码。在czz5.com以前的文章中，我们有过多篇此类知识的介绍，以下是个某个知名团队在日常开发中的思考与总结，可能您会提出一些不同</description>
    <pubDate>2008-08-03</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>CSS网页实例：斜角滑动门导航条</title>
    <link>http://czz5.com/edu/wysj/css/20080727/4938.html</link>
    <description>斜角导航条看上去立体感比较强，但实现起来比较麻烦；这是前几天写的一个测试代码，实现时，本来想用简单的图片加负数来实现；但GIF图片对半透明的效果无法有很好的支持；所以一边写代码，一边</description>
    <pubDate>2008-07-27</pubDate>
    <category>Css</category>
    <author>zishu.cn</author>
</item>
<item>
    <title>学习css需要的一些软件</title>
    <link>http://czz5.com/edu/wysj/css/20080727/4937.html</link>
    <description>一个文本编辑器和Firefox 1.文本编辑器 ：这里所指的是诸如windows自带的记事本以及Editplus等改进版记事本软件。不推荐Dreamweaver, Frontpage等具有图形化可视操作，不直接编辑css源代码的软</description>
    <pubDate>2008-07-27</pubDate>
    <category>Css</category>
    <author>Jorux Notebook Jorux</author>
</item>
<item>
    <title>网页布局 CSS简单实现垂直居中</title>
    <link>http://czz5.com/edu/wysj/css/20080727/4936.html</link>
    <description>旧的方法 经常做的第一件事通常是如何在 CSS 中控制元素水平或者垂直方向上居中，相信这也是很多设计师喜欢做的事情。首先，我们采用绝对定位的方法让元素离开顶部和左部 50% 的距离，然后我们</description>
    <pubDate>2008-07-27</pubDate>
    <category>Css</category>
    <author>蓝色理想 nanzhilian</author>
</item>
<item>
    <title>css对于颜色和文本属性的控制</title>
    <link>http://czz5.com/edu/wysj/css/20080727/4935.html</link>
    <description>css语法 例: 用Web Developer的css查看功能查看Jorux.com首页的css文件,可以看到以下代码: body { font: normal 12px/1.5 Georgia, sans-serif; text-align:left; background:#444 url(images/</description>
    <pubDate>2008-07-27</pubDate>
    <category>Css</category>
    <author>Jorux Notebook Jorux</author>
</item>
<item>
    <title>css对于字体和背景等属性的控制</title>
    <link>http://czz5.com/edu/wysj/css/20080727/4934.html</link>
    <description>字体(Font) css控制的字体属性包括font-family, font-style, font-variant, font-weight, font-size. 1.font-family: 由字体名(family-names)和字组名(generic families)两个部分组成.首先来看</description>
    <pubDate>2008-07-27</pubDate>
    <category>Css</category>
    <author>Jorux Notebook Jorux</author>
</item>
<item>
    <title>css对边框的属性控制和链接的伪类选择器</title>
    <link>http://czz5.com/edu/wysj/css/20080727/4933.html</link>
    <description>边框 (border): css控制的边框属性包括border-width, border-color, border-style. Border 之所以让人很困惑主要源于IE5错综复杂的BUG, 由于IE5是一个 will soon be dead 的浏览器, 这里只例举</description>
    <pubDate>2008-07-27</pubDate>
    <category>Css</category>
    <author>秩名</author>
</item>
<item>
    <title>CSS初学:教你修改Zblog中的CSS</title>
    <link>http://czz5.com/edu/wysj/css/20080722/4831.html</link>
    <description>这段时间太忙了，没时间整理网站建设课程了，今天给大家发布篇学生的学习整理！ 大家可以去我学生的博客网站去看看：网站推广 http://www.123-seo.cn 在学习应用css之前我们要先了解一下什么是</description>
    <pubDate>2008-07-22</pubDate>
    <category>Css</category>
    <author>网站推广</author>
</item>
<item>
    <title>兼容IE和FF的单行溢出文本显示省略号</title>
    <link>http://czz5.com/edu/wysj/css/20080716/4729.html</link>
    <description>单行文本的控制，以前是由程序员完成的，实现截字效果。 今天介绍的方法兼容IE FF，看下面的详细介绍： 为了更符合实际，用一个div装起要调试的内容,并为这个div定义一个宽度。 例如： css代码</description>
    <pubDate>2008-07-16</pubDate>
    <category>Css</category>
    <author>编辑整理</author>
</item>
<item>
    <title>CSS将成为网页设计师必备知识</title>
    <link>http://czz5.com/edu/wysj/css/20080716/4728.html</link>
    <description>CSS布局作为一个热门技术，发展的确有些缓慢。 CSS最早被提议在1994年，最早被浏览器支持在1996年，CSS一直被力捧为传统的以HTML为基础的web代码的继承者。 CSS使用样式表来控制整个站点字体和</description>
    <pubDate>2008-07-16</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>网页制作之学习CSS的理由</title>
    <link>http://czz5.com/edu/wysj/css/20080710/4495.html</link>
    <description>作为一个热门技术，CSS的发展的确有些缓慢。CSS最早被提议在1994年，最早被浏览器支持在1996年，CSS一直被力捧为传统的以HTML为基础的web代码的继承者。CSS使用样式表来控制整个站点字体和布局</description>
    <pubDate>2008-07-10</pubDate>
    <category>Css</category>
    <author>克里斯多佛</author>
</item>
<item>
    <title>动态加载外部CSS与JS文件</title>
    <link>http://czz5.com/edu/wysj/css/20080709/4429.html</link>
    <description>动态加载外部CSS与JS文件使用dom创建script或者link标签，并给他们附加属性，如type等。然后使用appendChild方法把标签绑定到另一个标签，一般是绑到head。 应用： 1、提高代码的复用，减少代</description>
    <pubDate>2008-07-09</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>CSS条状图表:复合型</title>
    <link>http://czz5.com/edu/wysj/css/20080702/4123.html</link>
    <description>英文原文： CSS FOR BAR GRAPHS 翻译整理： 西米CC-www.ximicc.com 这是一种相对比较复杂的图表，但是仍然遵循上篇中提出的最基本的思路。本例中使用的定义列表标签dl可能平常我们见得不多，一</description>
    <pubDate>2008-07-02</pubDate>
    <category>Css</category>
    <author>秩名</author>
</item>
<item>
    <title>CSS条状图表：基本型</title>
    <link>http://czz5.com/edu/wysj/css/20080702/4122.html</link>
    <description>原文地址： CSS FOR BAR GRAPHS 译文已作精简，保留了与主题切实相关的部分，并对文中整段给出的代码进行分解注释，便于大家的阅读和理解。要查看英语原文请参看原文地址，关于本例的效果，原</description>
    <pubDate>2008-07-02</pubDate>
    <category>Css</category>
    <author>西米CC </author>
</item>
<item>
    <title>用css控制，让你页面内容中的图片自适应大小和自动加上链接</title>
    <link>http://czz5.com/edu/wysj/css/20080630/4063.html</link>
    <description>我发这篇教程的目的是希望大家能够学习使用css和善于使用css，css给我们带来很大的方便。 我也是新手，很业余，我们一起学习标准吧，放弃table布局，使用标准布局。 目前我对标准的认识很少很</description>
    <pubDate>2008-06-30</pubDate>
    <category>Css</category>
    <author>DEDE论坛 lnshice</author>
</item>
<item>
    <title>CSS教程：了解熟悉css语法</title>
    <link>http://czz5.com/edu/wysj/css/20080629/4022.html</link>
    <description>宣告CSS样式的语法如下： 选择器{ 选择器{ 属性：设定值； 属性：设定值； ... } 在一个选择器(Selector) 中，可以设定的属性数目没有限制。在一个选择器(Selector)中，可以设定的属性数目没有</description>
    <pubDate>2008-06-29</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>CSS教程：CSS放入网页的一些方式</title>
    <link>http://czz5.com/edu/wysj/css/20080629/4021.html</link>
    <description>我们可以用以下四种方式，将CSS套用入HTML文件中： 行內套用(Inline) 行内套用(Inline) 嵌入套用(Embed) 嵌入套用(Embed) 外部連接套用(External Link) 外部连接套用(External Link) 匯入套用(</description>
    <pubDate>2008-06-29</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>CSS教程：媒体类别语法</title>
    <link>http://czz5.com/edu/wysj/css/20080629/4020.html</link>
    <description>英文原文： Sliding Photograph Galleries 翻译整理： 西米CC-www.ximicc.com 效果 ： 运行代码框 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1</description>
    <pubDate>2008-06-29</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>CSS的优先级与特殊性</title>
    <link>http://czz5.com/edu/wysj/css/20080626/3970.html</link>
    <description>即使在不太复杂的样式表中，也可能会有两个或者更多个规则找到同一元素。CSS通过一个叫做层叠（cascade）的过程处理这种冲突。层叠给每个规则分配一个重要程度指数。作者定义的样式具有最高的重</description>
    <pubDate>2008-06-26</pubDate>
    <category>Css</category>
    <author>dudo博客</author>
</item>
<item>
    <title>一种有创意的CSS命名规则</title>
    <link>http://czz5.com/edu/wysj/css/20080626/3969.html</link>
    <description>关于CSS中的命名规则（其实我觉得是XHTML元素的命名规则更加合理些）这个问题，已经有很多人在说了，其中也不乏一些真知灼见。不过这种东西也是仁者见仁，智者见智，只要一个团队有统一的命名规</description>
    <pubDate>2008-06-26</pubDate>
    <category>Css</category>
    <author> dudo博客</author>
</item>
<item>
    <title>CSS网页设计技巧10则</title>
    <link>http://czz5.com/edu/wysj/css/20080626/3957.html</link>
    <description>不要说你看不懂，只是你不愿意看。：） I thought I'd share some of my habits when it comes to doing CSS work and let me warn you, some of what I have to say is probably a little con</description>
    <pubDate>2008-06-26</pubDate>
    <category>Css</category>
    <author>snack</author>
</item>
<item>
    <title>CSS探讨:闭合元素和浮动元素的差别</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3874.html</link>
    <description>提示：本文不是教程，而是对闭合浮动元素的方法在某个特定情况下的现象的讨论，涉及float、clear、overflow、:after等知识，新手勿入。 float属性在页面排版上非常有用，但是也带来很多问题。</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>了解(X)HTML的文档结构</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3873.html</link>
    <description>CSS通过与(X)HTML的文档结构相对应的选择器（selector）来达到控制页面表现的目的，而文档结构不仅仅在CSS的应用上非常重要，对于行为层（例如使用JavaScript控制元素的行为）同样也非常重要。</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS教程:了解继承属性及应用</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3872.html</link>
    <description>4.5继承 在本书的[3.3.2继承与层叠]一节曾经简要介绍过继承：(X)HTML元素可以从其父元素那里继承部分CSS属性，即使当前元素并没有定义该属性。 4.5.1值的继承 继承也是基于文档树的，文档树中</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS教程:了解层叠规则互相作用</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3871.html</link>
    <description>在本书的[2.3.1(X)HTML与浏览器内置样式]一节曾经介绍过，样式表可能有三个不同的来源：制作者、用户和浏览器。这三个来源的样式表可能在范围上有重叠，它们根据层叠规则互相作用。 4.6.1层叠的</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS网页布局:关于定位(position)</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3870.html</link>
    <description>使用CSS来定位页面内层的位置，一直是比较难以掌握的事情，很多时候，往往被绝对定位的元素，总是以浏览器的左上角为坐标原点，此时，如果浏览器的大小改变，被定义的层就会偏离设计想要的位置</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS轻松实现网页悬浮效果(对联广告)</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3869.html</link>
    <description>css固定定位，即悬浮效果（例如对联广告），不用js，css中position:fixed;即可。 position:fixed; 以视口为包含块，因此在浏览器窗口内固定。 ie 6.0不支持，因此采用相对于html元素的绝对定位</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS教程：行高line-height属性(2)</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3868.html</link>
    <description>上文： CSS教程:行高line-height属性(1) 7.3.3行高的计算与继承 以em、ex和百分比为单位的行高，其基数是元素本身的字体尺寸。例如有代码如下： pstyle=font-size:20px;line-height:2em;字高20</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS教程:行高line-height属性(1)</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3867.html</link>
    <description>行高的概念看上去很简单文字行的高度，其实，行高所涉及到的基础知识，对于今后理解其它属性也很重要。 大片密密麻麻的文字往往会让人觉得乏味，因此适当地调整行高（line-height）可以减低阅</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>CSDN</author>
</item>
<item>
    <title>CSS样式表层叠（cascade）处理冲突</title>
    <link>http://czz5.com/edu/wysj/css/20080625/3866.html</link>
    <description>即使在不太复杂的样式表中，也可能会有两个或者更多个规则找到同一元素。CSS通过一个叫做层叠（cascade）的过程处理这种冲突。层叠给每个规则分配一个重要程度指数。作者定义的样式具有最高的</description>
    <pubDate>2008-06-25</pubDate>
    <category>Css</category>
    <author>dudo博客</author>
</item>
<item>
    <title>white-space:nowrap的应用</title>
    <link>http://czz5.com/edu/wysj/css/20080623/3783.html</link>
    <description>在web2.0的概念中，标签是个时常出现的东东，可是在设计时中文不象英文那样在表现标签云时表现的那么好，主要是中文词组的成为标签后，有时会出现长标签在标签云中被断行的问题。 今天发现有人</description>
    <pubDate>2008-06-23</pubDate>
    <category>Css</category>
    <author>网页教学网</author>
</item>
<item>
    <title>CSS缩写优化CSS文件的体积</title>
    <link>http://czz5.com/edu/wysj/css/20080623/3782.html</link>
    <description>Web网站可用性的关键指标是速度，更确切地说，是页面能以多快的速度出现在访问者的浏览器窗口里。影响速度的因素有很多种，包括Web服务器的速度、访问者的Internet连接情况，以及浏览器必须下</description>
    <pubDate>2008-06-23</pubDate>
    <category>Css</category>
    <author>网页教学网</author>
</item>
<item>
    <title>介绍些比较常用的hack方法</title>
    <link>http://czz5.com/edu/wysj/css/20080623/3774.html</link>
    <description>现在浏览器多了，做web页面还是比较痛苦的，当然，如果你不在乎自己做的页面在有些浏览器上面惨不忍睹那也是种不错的心态(至少少了点头痛的机会)，可是你老板或者上司或者你的用户同意吗？-__!</description>
    <pubDate>2008-06-23</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>DIV CSS布局浏览器兼容问题的解决办法</title>
    <link>http://czz5.com/edu/wysj/css/20080623/3773.html</link>
    <description>刚学css div布局，总会遇到很多浏览器兼容的问题，这个问题困扰了一段时间，只到看了精通css才看到几个解决办法。 1.加clear空div .clearfix:after { content: .; display: block; height: 0;</description>
    <pubDate>2008-06-23</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>教你实现FireFox文本自动换行</title>
    <link>http://czz5.com/edu/wysj/css/20080623/3772.html</link>
    <description>FireFox文本自动换行处理，如何实现FireFox文本自动换行 文本自动换行IE中解决方法： word-wrap:break-word; word-break:break-all; 注：在要换行的内容相应的单元格或者DIV里加入，如： div s</description>
    <pubDate>2008-06-23</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>CSS标准：vertical-align属性</title>
    <link>http://czz5.com/edu/wysj/css/20080619/3673.html</link>
    <description>原文： http://www.mikkolee.com/13 最近几天仔细研究了一下vertical-align这个属性，结果让我大吃一惊，这个很资深的CSS标准竟然在各个浏览器里面的表现都各不相同。 vertical-align的值有点</description>
    <pubDate>2008-06-19</pubDate>
    <category>Css</category>
    <author>mikkolee.com</author>
</item>
<item>
    <title>关于基于字体大小(em)的设计 </title>
    <link>http://czz5.com/edu/wysj/css/20080618/3642.html</link>
    <description>昨天是 Firefox3的2008下载日 ，这就意味着Firefox3正式发布了。Firefox3有众多的改进和新功能，我最关注的功能之一是 全页面缩放（Full page zoom） 。这就意味着Firefox3和Opera以及IE7+都可</description>
    <pubDate>2008-06-18</pubDate>
    <category>Css</category>
    <author>秦歌</author>
</item>
<item>
    <title>CSS教程：div设置float后高度不自动增加</title>
    <link>http://czz5.com/edu/wysj/css/20080617/3619.html</link>
    <description>本来想把这个题目修改为闭合浮动元素或清除浮动元素，但想了一下，还是不修改为好。因为从这个题目我们可以更加容易的看出，如果您没有闭合(清除)浮动元素，它将造成的后果是-----div的高度不</description>
    <pubDate>2008-06-17</pubDate>
    <category>Css</category>
    <author>csslong</author>
</item>
<item>
    <title>CSS教程:简单理解em</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3496.html</link>
    <description>px比em更加容易使用,em指字体高，任意浏览器的默认字体高都是16px。所以未经调整的浏览器都符合: 1em=16px，所以10px=0.625em。为了简化font-size的换算，需要在css中的body选择器中声明Font-s</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>网络收集</author>
</item>
<item>
    <title>解决hr分割线在IE中存在默认边距问题</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3475.html</link>
    <description>!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.w3.org/1999/xhtml xml:lang=en lang=en head</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>利用CSS控制图片自适应大小</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3474.html</link>
    <description>图片自动适应大小是一个非常常用的功能，在进行制作的时候为了防止图片撑开容器而对图片的尺寸进行必要的控制。 代码： .img { max-width:600px; width:600px; width:expression(document.body</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>CSS设计自适应圆角按钮实例</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3473.html</link>
    <description>效果预览： !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtdhtml xmlns=http://www.w3.org/1999/xhtml xml:lang=en l</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>中国站长网</author>
</item>
<item>
    <title>CSS各种浏览器兼容方法</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3472.html</link>
    <description>网页设计遇到最大的麻烦之一莫过于网页对不同浏览器的兼容性问题了，因为IE 6.0 / IE 7.0 / firefox 2 / Opera 9等主流浏览器对CSS解析不近相同，导致设计的页面效果不一样，所以用什么方法可</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>CSS 九则常见技巧</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3471.html</link>
    <description>1. 检查HTML元素是否有拼写错误、是否忘记结束标记 即使是老手也经常会弄错div的嵌套关系。可以用dreamweaver的验证功能检查一下有无错误。 2. 检查CSS是否正确 检查一下有无拼写错误、是否忘</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>DIV CSS列形导航实例</title>
    <link>http://czz5.com/edu/wysj/css/20080613/3470.html</link>
    <description>先看看XHTML代码： div id=navcontainer ul id=navlist li id=activea href=http://www.dw8.cn/ id=currentItem one/a ul id=subnavlist li id=subactivea href=http://www.dw8.cn/ id=subcurr</description>
    <pubDate>2008-06-13</pubDate>
    <category>Css</category>
    <author>中国站长网整理</author>
</item>
<item>
    <title>CSS常用属性的代码简化实例</title>
    <link>http://czz5.com/edu/wysj/css/20080612/3407.html</link>
    <description>CSS代码简化在工作中是非常有益的，也是必要的。在编写CSS代码时，经常会出现冗余的代码，为了提高代码的质量及文件压缩到最小，使代码具有可读性，不得不把CSS代码简化。下面用一些比较常用的</description>
    <pubDate>2008-06-12</pubDate>
    <category>Css</category>
    <author>网页教学网</author>
</item>
<item>
    <title>CSS应用的必要步骤：样式重设</title>
    <link>http://czz5.com/edu/wysj/css/20080611/3370.html</link>
    <description>不同浏览器对于相同元素的默认样式并不一致，这也是为什么我们在CSS的最开始要写 * {padding:0;marging:0}； 不过现在说的可不只是这些。基本上，不同内核的两个浏览器在某些元素的表现都会存</description>
    <pubDate>2008-06-11</pubDate>
    <category>Css</category>
    <author>dudo博客</author>
</item>
<item>
    <title>网页设计中典型的header代码结构</title>
    <link>http://czz5.com/edu/wysj/css/20080610/3257.html</link>
    <description>页面中header部分一般位于最上端（有时根据需要也会位于某一侧，不管它在页面中的位置如何，在XHTML代码中它总是优于其它元素先加载），内容主要包括网站名称（Logo，次级标题可能是网站的一句</description>
    <pubDate>2008-06-10</pubDate>
    <category>Css</category>
    <author>dudo博客</author>
</item>
<item>
    <title>CSS视频教程:全面学习DIV+CSS网页制作(全集)</title>
    <link>http://czz5.com/edu/wysj/css/20080607/3210.html</link>
    <description>CSS视频教程:课前需知 CSS视频教程（一）：什么是CSS？ CSS视频教程（二）：课前准备 CSS视频教程（三）：HTML和CSS CSS视频教程（四）：CSS规则解析 CSS视频教程（五）：写第一个CSS规则 CSS</description>
    <pubDate>2008-06-07</pubDate>
    <category>Css</category>
    <author>中国站长网</author>
</item>
<item>
    <title>CSS视频教程（四十三）：最后一节（完）</title>
    <link>http://czz5.com/edu/wysj/css/20080607/3207.html</link>
    <description>本系列CSS视频教程是编程之邦和 中国站长网 联合推出的！转载请联系 编程之邦 。 编程之邦 - 凌驾知识的层峰远见，我们是一个视频教学的团队 成员多为海归 ，一个人要告别天真 就要学习，如果</description>
    <pubDate>2008-06-07</pubDate>
    <category>Css</category>
    <author>编程之邦</author>
</item>
<item>
    <title>CSS视频教程（四十二）：CSS与媒体</title>
    <link>http://czz5.com/edu/wysj/css/20080607/3206.html</link>
    <description>本系列CSS视频教程是编程之邦和 中国站长网 联合推出的！转载请联系 编程之邦 。 编程之邦 - 凌驾知识的层峰远见，我们是一个视频教学的团队 成员多为海归 ，一个人要告别天真 就要学习，如果</description>
    <pubDate>2008-06-07</pubDate>
    <category>Css</category>
    <author>编程之邦</author>
</item>
<item>
    <title>CSS视频教程（四十一）：开发工具条</title>
    <link>http://czz5.com/edu/wysj/css/20080607/3205.html</link>
    <description>本系列CSS视频教程是编程之邦和 中国站长网 联合推出的！转载请联系 编程之邦 。 编程之邦 - 凌驾知识的层峰远见，我们是一个视频教学的团队 成员多为海归 ，一个人要告别天真 就要学习，如果</description>
    <pubDate>2008-06-07</pubDate>
    <category>Css</category>
    <author>编程之邦</author>
</item>
<item>
    <title>CSS视频教程（四十）：冲突与具体性比较（5）</title>
    <link>http://czz5.com/edu/wysj/css/20080607/3204.html</link>
    <description>本系列CSS视频教程是编程之邦和 中国站长网 联合推出的！转载请联系 编程之邦 。 编程之邦 - 凌驾知识的层峰远见，我们是一个视频教学的团队 成员多为海归 ，一个人要告别天真 就要学习，如果</description>
    <pubDate>2008-06-07</pubDate>
    <category>Css</category>
    <author>编程之邦</author>
</item>

</channel>
</rss>
