<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title><![CDATA[创世纪计算机资源网]]></title>
<link>http://www.gold98.net</link>
<description><![CDATA[创世纪计算机资源网-新世纪-新生活]]></description>
<language>zh-cn</language>
<copyright><![CDATA[Copyright 2006 gold98.net]]></copyright>
<webMaster><![CDATA[luckstarzb@163.com(大灰狼)]]></webMaster>
<generator>gold98.net</generator> 
<image>
	<title>创世纪计算机资源网</title> 
	<url>http://www.gold98.net/images/logos.gif</url> 
	<link>http://www.gold98.net</link> 
	<description>创世纪计算机资源网-新世纪-新生活</description> 
</image>

			<item>
			<link>http://www.gold98.net/artics/html/2008424345700.html</link>
			<title><![CDATA[DIV+CSS常用的网页布局代码]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[布局]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/html/2008424345700.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>单行一列<BR>以下是引用片段：<BR>body { margin: 0px; padding: 0px; text-align: center; } <BR>#content { margin-left:auto; margin-right:auto; width: 400px; width: 370px; } ]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/html/2008424334900.html</link>
			<title><![CDATA[兼容性的inline-block属性]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[兼容性]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/html/2008424334900.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>一年前网上还找不到关于 inline-block 属性的文章，为了方便大家更好的理解该属性，当时总结整理了篇《display:inline-block的深入理解》。 </FONT></P>
<P><FONT face=Verdana>而现在对于 inline-block 属性运用的需求也越来越多，可惜依旧只有 F]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/css/2008424324400.html</link>
			<title><![CDATA[css中用javascript判断浏览器版本]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[css]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/css/2008424324400.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>看如下的javascript脚本：</FONT></P>
<P><FONT face=Verdana>if (window.XMLHttpRequest) { //Mozilla, Safari,...IE7 <BR>alert(Mozilla, Safari,...IE7 );<BR>if(!window.Ac]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/html/200842432100.html</link>
			<title><![CDATA[初学DIV+CSS应该理解HTML标签的语义]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[DIV]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/html/200842432100.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>如今Web标准都被通俗的叫做“div+CSS”或者“层布局”。我不反对这种便宜行事的叫法。但是这样会陷入一个误区：即大量的使用div标签作为结构元素。事实上这是一种更高级的div滥用(Jeffrey Zeldman在《网站重构》一书中提到）。</FONT></P>
<P><FONT face=Verdana>HT]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/html/2008424312000.html</link>
			<title><![CDATA[如何像table一样对层div进行轻松布局]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[div]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/html/2008424312000.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>下面是我翻译的内容，是根据我对文章的理解意译的，你就别挑哪里翻译的不对了，我的目的只是传达这个CSS技巧。</FONT></P>
<P><FONT face=Verdana>许多网页设计师都喜欢，将两个或者多个容器等高的并排放置，并在里面展示每个容器的内容，就象经典表格布局中的单元格控制几个栏目的位置，也喜欢容器]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/html/2008424293100.html</link>
			<title><![CDATA[CSS教程:使用ul进行网页的多列布局]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[ul]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/html/2008424293100.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>几天在用CSS写三列布局的时候突然想到的这样一个方法，这个想法自己都觉得有些疯狂，如果其中有什么不对的地方请各位不吝指教。 </FONT></P>
<P><FONT face=Verdana>当需要写一个三列布局的时候，一般情况下我会选择使用如下的DIV布局方式： </FONT></P>
<P><FONT fa]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/html/200842428200.html</link>
			<title><![CDATA[网页超级链接该以什么方式打开?]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[链接]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/html/200842428200.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>一直以来都有这样一个困惑，那就是打开页面间的链接时是在原窗口转换还在新窗口打开呢？如果是在原窗口里转换页面的话，那我还想使用原页面的信息呢？但是在新窗口打开的话，到时候可能是一屏幕的窗口（现在的浏览器都提供标签式浏览——我认为这是浏览器至今为止最好的改进，但也会造成成堆的标签排在那而不知道到底哪个才是自己想要的），]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/css/2008424271400.html</link>
			<title><![CDATA[CSS盒模型制定网页的宽度和高度的原理]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[CSS]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/css/2008424271400.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>当我们布局一个网页的时候，经常会遇到这样的一种情况，那就是最终网页成型的宽度或是高度会超出我们预先的计算，其实就就是所谓的CSS的盒模型造成的。 </FONT></P>
<P><FONT face=Verdana>#test{margin:10px;padding:10px;width:100px;height:]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/css/2008424261500.html</link>
			<title><![CDATA[CSS对表格单元格强制换行和不换行]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[CSS]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/css/2008424261500.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>CSS控制Table单元格强制换行与强制不换行</FONT></P>
<P><FONT face=Verdana>　　我们知道Div的换行和不换行的css写法。但对于表格单元格只知道一个属性nowrap可以使其不换行。 </FONT></P>
<P><FONT face=Verdana>　　近日有此需要，但发现]]></description>
		</item>
		
			<item>
			<link>http://www.gold98.net/artics/css/2008424253900.html</link>
			<title><![CDATA[区分IE6,IE7和firefox的CSS hack]]></title>
			<author>佚名(互联网)</author>
			<category><![CDATA[CSS]]></category>
			<pubDate>2008-7-7 18:38:22</pubDate>
			<guid>http://www.gold98.net/artics/css/2008424253900.html</guid>	
		    <description><![CDATA[<P><FONT face=Verdana>区别IE6与FF：</FONT></P><FONT face=Verdana>
<P>background:orange;*background:blue;</P>
<P>区别IE6与IE7：</P>
<P>background:green !important;background:blue;</P>
<]]></description>
		</item>
		
</channel>
</rss>