<?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>chisdy.A.Pro &#187; layout</title>
	<atom:link href="http://chisdy.com/tag/layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://chisdy.com</link>
	<description>chisdy.A.Pro</description>
	<lastBuildDate>Mon, 03 May 2010 04:20:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://chisdy.com/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>分享3个站点</title>
		<link>http://chisdy.com/three-sites-to-share/</link>
		<comments>http://chisdy.com/three-sites-to-share/#comments</comments>
		<pubDate>Sat, 02 May 2009 19:45:40 +0000</pubDate>
		<dc:creator>chisdy</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[layout]]></category>

		<guid isPermaLink="false">http://chisdy.com/?p=16</guid>
		<description><![CDATA[好长时间没整过DIV+CSS站点了，最近弄了下，感觉有点吃力了。发觉很多基础方面的东西都不牢固，每次遇到问题只会复制代码，没去真正研究下为什么。因为有遇到关于自适应布局方面的问题，所以分享几个也许大家都很熟悉的站点。 http://layouts.ironmyers.com/这个站点里有很多布局上的实例，可以说是CSS模板吧，研究下直接套用就行了，不过个人觉得有点繁琐，还是搞清楚来龙去脉，自己写比较好。 http://css.maxdesign.com.au/ 这个站点里也挺多好玩的东西，不过要研究完还是要花点时间，每次我都是挑选着去看，去做实例，也许是这样CSS布局方面才一直停滞不前吧。 http://www.intensivstation.ch/en/templates/ 这里也有几个布局，大体上差不多，有兴趣的再自己去了解。 写到这里才发现，其实没什么好介绍的。 Related PostsCSS3开发工具收集原来学东西真的需要复习之css的position重温css表单设计IE浏览器各版本的CSS条件判断5种方法立刻写出更好的CSS代码基于jquery的一个横向导航菜单CSS兼容方案的一些简便技巧ASP.NET2.0使用主题IE多版本共存–Multiple IECSS跨浏览器滑动菜单]]></description>
			<content:encoded><![CDATA[<p>好长时间没整过DIV+CSS站点了，最近弄了下，感觉有点吃力了。发觉很多基础方面的东西都不牢固，每次遇到问题只会复制代码，没去真正研究下为什么。因为有遇到关于自适应布局方面的问题，所以分享几个也许大家都很熟悉的站点。</p>
<p><strong><a href="http://layouts.ironmyers.com/">http://layouts.ironmyers.com/</a></strong>这个站点里有很多布局上的实例，可以说是CSS模板吧，研究下直接套用就行了，不过个人觉得有点繁琐，还是搞清楚来龙去脉，自己写比较好。</p>
<p><strong><a href="http://css.maxdesign.com.au/">http://css.maxdesign.com.au/</a></strong> 这个站点里也挺多好玩的东西，不过要研究完还是要花点时间，每次我都是挑选着去看，去做实例，也许是这样CSS布局方面才一直停滞不前吧。</p>
<p><strong><a href="http://www.intensivstation.ch/en/templates/">http://www.intensivstation.ch/en/templates/</a></strong> 这里也有几个布局，大体上差不多，有兴趣的再自己去了解。</p>
<p>写到这里才发现，其实没什么好介绍的。</p>
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li><a href="http://chisdy.com/css3-development-tools-to-collect/" title="CSS3开发工具收集">CSS3开发工具收集</a></li><li><a href="http://chisdy.com/need-to-review-the-position-of-the-css/" title="原来学东西真的需要复习之css的position">原来学东西真的需要复习之css的position</a></li><li><a href="http://chisdy.com/css-form-design-review/" title="重温css表单设计">重温css表单设计</a></li><li><a href="http://chisdy.com/css-if-for-ie/" title="IE浏览器各版本的CSS条件判断">IE浏览器各版本的CSS条件判断</a></li><li><a href="http://chisdy.com/5-tips-to-writing-better-css/" title="5种方法立刻写出更好的CSS代码">5种方法立刻写出更好的CSS代码</a></li><li><a href="http://chisdy.com/jquery-nav-menu/" title="基于jquery的一个横向导航菜单">基于jquery的一个横向导航菜单</a></li><li><a href="http://chisdy.com/css-compatible-program-some-simple-techniques/" title="CSS兼容方案的一些简便技巧">CSS兼容方案的一些简便技巧</a></li><li><a href="http://chisdy.com/asp-net-2-the-use-of-the-theme/" title="ASP.NET2.0使用主题">ASP.NET2.0使用主题</a></li><li><a href="http://chisdy.com/multiple-ie/" title="IE多版本共存–Multiple IE">IE多版本共存–Multiple IE</a></li><li><a href="http://chisdy.com/css-dropdown-menu-by-cssplay-co-uk/" title="CSS跨浏览器滑动菜单">CSS跨浏览器滑动菜单</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://chisdy.com/three-sites-to-share/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
