<?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; Web2.0标准化</title>
	<atom:link href="http://www.cngothic.com/category/web20/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cngothic.com</link>
	<description>歌特金属,配置iis+php+mysq,关注学习(Sql,Net,Web2.0,Javacript,Seo,Cms)</description>
	<lastBuildDate>Sat, 27 Jun 2009 09:21:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>div-css布局:滚动鼠标两侧border消失</title>
		<link>http://www.cngothic.com/20080706/div-css-overflow-border.html</link>
		<comments>http://www.cngothic.com/20080706/div-css-overflow-border.html#comments</comments>
		<pubDate>Sun, 06 Jul 2008 03:04:18 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[border]]></category>
		<category><![CDATA[div-css]]></category>
		<category><![CDATA[overflow]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=149</guid>
		<description><![CDATA[div-css布局:滚动鼠标两侧border消失
这两天在做个模板时发现个问题：在ie6下当滚动鼠标时divbox两侧的border会消失。在其它浏览器下侧正常。
使用padding时选择页面内容会有很多空格出现。后修改... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080706/div-css-overflow-border.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>div-css布局:新闻列表过长溢出加&#8230;方法</title>
		<link>http://www.cngothic.com/20080605/white-space-text-overfolow.html</link>
		<comments>http://www.cngothic.com/20080605/white-space-text-overfolow.html#comments</comments>
		<pubDate>Thu, 05 Jun 2008 12:46:07 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[div-css]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[text-overflow]]></category>
		<category><![CDATA[white-space]]></category>
		<category><![CDATA[溢出]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=144</guid>
		<description><![CDATA[div-css布局:新闻列表过长溢出加&#8230;方法
white-space:nowrap; text-overflow:ellipsis; overflow: hidden;这句可以完美的实现.
在做新闻列表时可能有些新闻标题过长.这时我们会采用隐藏溢出来解决.这种效果... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080605/white-space-text-overfolow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIV-CSS网页布局:Div自适应高</title>
		<link>http://www.cngothic.com/20080421/div-css4-min-height.html</link>
		<comments>http://www.cngothic.com/20080421/div-css4-min-height.html#comments</comments>
		<pubDate>Mon, 21 Apr 2008 07:22:08 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[DIV-CSS网页布局]]></category>
		<category><![CDATA[共享]]></category>
		<category><![CDATA[最小高度]]></category>
		<category><![CDATA[自适应高]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=118</guid>
		<description><![CDATA[DIV-CSS网页布局:Div自适应高DIV的最小高度的设置方法
在div+css布局时常遇到div高度无法自适应的情况。除非把DIV设定height属性。但你在设置时又不会完成准确。
如果理想的高为800px:。但现在的高... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080421/div-css4-min-height.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>div-css布局:overflow溢出hidden</title>
		<link>http://www.cngothic.com/20080409/div-css-overflow-hidden.html</link>
		<comments>http://www.cngothic.com/20080409/div-css-overflow-hidden.html#comments</comments>
		<pubDate>Wed, 09 Apr 2008 00:56:49 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[div-css]]></category>
		<category><![CDATA[overflow]]></category>
		<category><![CDATA[溢出]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/?p=99</guid>
		<description><![CDATA[div-css布局:overflow溢出hidden
昨天切个板出现溢出的问题.导致溢出的原因目前还不明白.先认为是浏览器的BUG吧.在织梦乱弹发帖子.运行代码显示与我本地的显示也不一样.郁闷了.


&#60;!DOCTYPE html PU... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080409/div-css-overflow-hidden.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>巧妙CSS解决IFRAME病毒</title>
		<link>http://www.cngothic.com/20080226/css-iframe.html</link>
		<comments>http://www.cngothic.com/20080226/css-iframe.html#comments</comments>
		<pubDate>Tue, 26 Feb 2008 00:31:39 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[CSS教程]]></category>
		<category><![CDATA[IFRAME病毒]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080226/%e5%b7%a7%e5%a6%99css%e8%a7%a3%e5%86%b3iframe%e7%97%85%e6%af%92.html</guid>
		<description><![CDATA[巧妙CSS解决IFRAME病毒：采用CSS把IFRME代码给敝屏吊。效果为不打开IFRAME内的页面。用CSS解决IFRAME病毒Cngothic认为只能解决不打开IFRAME内的页面。GOOGLE在抓取时依然传送断带有IFRAME病毒。
看CSS代码... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080226/css-iframe.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS学习:背景图片绝对居中</title>
		<link>http://www.cngothic.com/20080108/css-student1.html</link>
		<comments>http://www.cngothic.com/20080108/css-student1.html#comments</comments>
		<pubDate>Tue, 08 Jan 2008 02:06:20 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[CSS学习]]></category>
		<category><![CDATA[绝对居中]]></category>
		<category><![CDATA[背景图片]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20080108/css-student1.html</guid>
		<description><![CDATA[CSS学习:背景图片绝对居中
谷歌搜索:CSS学习:背景图片绝对居中
百度搜索:CSS学习:背景图片绝对居中
雅虎搜索:CSS学习:背景图片绝对居中
搜狗搜索:CSS学习:背景图片绝对居中
&#60;STYLE TYPE=&#34;text/c... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20080108/css-student1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>网页重构:网页空白优化设计</title>
		<link>http://www.cngothic.com/20071212/web-add1.html</link>
		<comments>http://www.cngothic.com/20071212/web-add1.html#comments</comments>
		<pubDate>Wed, 12 Dec 2007 15:21:37 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[网页重构]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071212/web-add1.html</guid>
		<description><![CDATA[网页布局理念
　　网页可以说是网站构成的基本元素。当我们轻点鼠标，在网海中遨游，一副副精彩的网页会呈现在我们面前，那么，网页的精彩与否的因素是什么呢?色彩的搭配、文字的变化... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071212/web-add1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIV-CSS网页布局:用CSS实现表单form布局</title>
		<link>http://www.cngothic.com/20071205/div-css1.html</link>
		<comments>http://www.cngothic.com/20071205/div-css1.html#comments</comments>
		<pubDate>Wed, 05 Dec 2007 15:51:42 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[DIV-CSS网页布局]]></category>
		<category><![CDATA[用CSS实现表单form布局]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071205/web-css2-2.html</guid>
		<description><![CDATA[此篇文章体现 lable 与 clear 的用处。看下面代码与示例！
&#60;style type=&#8221;text/css&#8221;&#62;
label { float: left; width: 40px;}
form { margin:0px}
input { width: 180px; border:1px solid #808080}
textarea { width: 250px;height: 1... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071205/div-css1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIV-CSS网页布局：HTML结构化DIV-CSS网页布局入门指南</title>
		<link>http://www.cngothic.com/20071205/div-css2.html</link>
		<comments>http://www.cngothic.com/20071205/div-css2.html#comments</comments>
		<pubDate>Wed, 05 Dec 2007 15:13:12 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[DIV-CSS网页布局]]></category>
		<category><![CDATA[HTML结构化]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071205/div-css1.html</guid>
		<description><![CDATA[　　结构化HTML
　　我们在刚学习网页制作时，总是先考虑怎么设计，考虑那些图片、字体、颜色、以及布局方案。然后我们用Photoshop或者Fireworks画出来、切割成小图。最后再通过编辑HTML将所... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071205/div-css2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIV-CSS网页布局：新闻列表的制作方法</title>
		<link>http://www.cngothic.com/20071126/div-css3.html</link>
		<comments>http://www.cngothic.com/20071126/div-css3.html#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:45:42 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[DIV-CSS网页布局]]></category>
		<category><![CDATA[新闻列表]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071126/divcss-newlist.html</guid>
		<description><![CDATA[CSS代码:
.list{
margin: 0px 10px 20px;
text-align: left;
}
.list ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
.list li{
background: url(/news/images/line.gif) repeat-x bottom;
/*列表底部的虚线*/
width: 100%;
}
.list li a{
color: #7777... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071126/div-css3.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS标准系列:用CSS制作“鼠标经过图像”</title>
		<link>http://www.cngothic.com/20071124/css-onmousemove.html</link>
		<comments>http://www.cngothic.com/20071124/css-onmousemove.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 18:43:16 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[CSS标准]]></category>
		<category><![CDATA[鼠标经过图像]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071124/css%e6%a0%87%e5%87%86%e7%b3%bb%e5%88%97-%e7%94%a8css%e5%88%b6%e4%bd%9c%e2%80%9c%e9%bc%a0%e6%a0%87%e7%bb%8f%e8%bf%87%e5%9b%be%e5%83%8f%e2%80%9d.html</guid>
		<description><![CDATA[　以前我们用表格来布局网页时，我们都很喜欢用DW（Dreamweav）中的“鼠标经过图像”，因为那的确吸引人！但是我们也同样发现这样的一个问题：当网速不太快的时候，鼠标经过后的图片还没... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071124/css-onmousemove.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>合理的网页设计是怎样的？</title>
		<link>http://www.cngothic.com/20071124/web-design.html</link>
		<comments>http://www.cngothic.com/20071124/web-design.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 16:23:47 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071124/web-design.html</guid>
		<description><![CDATA[根据google最新的算法规则：用户行为模式的重视程度越来越高，这也就要求网页设计的时候应注意“合理的网页结构”，SEO业界也有个共识“网页设计首先面对的是访问者，其次才是搜索引擎... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071124/web-design.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>符合XHTML标准DIV+CSS布局的网站，对SEO的影响！</title>
		<link>http://www.cngothic.com/20071124/divcss-seo.html</link>
		<comments>http://www.cngothic.com/20071124/divcss-seo.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 16:20:42 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Cngothic与Seo]]></category>
		<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[DIV-CSS布局]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071124/divcss-seo.html</guid>
		<description><![CDATA[符合XHTML标准DIV+CSS布局的网站，下面说说在SEO方面的影响。
　　代码精简
　　使用DIV+CSS布局，页面代码精简，这一点相信对XHTML有所了解的都知道。代码精简所带来的直接好处有两点：一是提... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071124/divcss-seo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>一些关于web标准的思考</title>
		<link>http://www.cngothic.com/20071124/web-standard3.html</link>
		<comments>http://www.cngothic.com/20071124/web-standard3.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 14:38:34 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[web标准]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071124/web-standard3.html</guid>
		<description><![CDATA[1 对于web标准和W3C XHTML规范的理解
按照习惯的理解，这两个概念似乎都是指的一个东西（就是咱们在这个版里讨论的这些个&#8221;高深理论“^_^）。但我认为，事实上从技术的角度上讲，这两个... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071124/web-standard3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web标准，走向何方？</title>
		<link>http://www.cngothic.com/20071124/web-standard2.html</link>
		<comments>http://www.cngothic.com/20071124/web-standard2.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 14:24:45 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[web标准]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071124/web-standard2.html</guid>
		<description><![CDATA[    关于web标准，我已经了解很多，并且正在使用。我也很清楚的认识到，使用web标准不是为了能够骄傲的说“嗨，你的站点通过标准校验了吗？”，而是为了其他更多。但是作为网页设计师... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071124/web-standard2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>建立Web标准的原因及其意义</title>
		<link>http://www.cngothic.com/20071124/web-standard1.html</link>
		<comments>http://www.cngothic.com/20071124/web-standard1.html#comments</comments>
		<pubDate>Sat, 24 Nov 2007 14:11:52 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[Web2.0标准化]]></category>
		<category><![CDATA[web标准]]></category>

		<guid isPermaLink="false">http://www.cngothic.com/20071124/web-standard1.html</guid>
		<description><![CDATA[　　我们大部分人都有深刻体验，每当主流浏览器版本的升级，我们刚建立的网站就可能变得过时，我们就需要升级或者重新建造一遍网站。例如1996- 1999年典型的&#8221;浏览器大战&#8221;，为了... ]]></description>
		<wfw:commentRss>http://www.cngothic.com/20071124/web-standard1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
