<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title>JudyLi:设计者</title> 
<link>http://www.liyin.org/index.php</link> 
<description>记录、分享、交流 - Liyin&#039;s Blog</description> 
<language>zh-cn</language> 
<copyright>Powered by Bo-blog 2.0.2 sp2</copyright>
<item>
<link>http://www.liyin.org/read.php?53</link>
<title>DIV+CSS框架 </title> 
<author>李茵 &lt;admin@yourname.com&gt;</author>
<category>默认分类</category>
<pubDate>Fri, 26 Dec 2008 01:51:48 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	<p><strong>单行一列</strong></p><blockquote><p>body { margin: 0px; padding: 0px; text-align: center; } <br />#content { margin-left:auto; margin-right:auto; width: 400px; width: 370px; }&nbsp;&nbsp;</p></blockquote><p><strong>两行一列</strong></p><blockquote><p>body { margin: 0px; padding: 0px; text-align: center;} <br />#content-top { margin-left:auto; margin-right:auto; width: 400px; width: 370px;} <br />#content-end {margin-left:auto; margin-right:auto; width: 400px; width: 370px;}</p></blockquote><p><strong>三行一列</strong></p><blockquote><p>body { margin: 0px; padding: 0px; text-align: center; } <br />#content-top { margin-left:auto; margin-right:auto; width: 400px; width: 370px; } <br />#content-mid { margin-left:auto; margin-right:auto; width: 400px; width: 370px; } <br />#content-end { margin-left:auto; margin-right:auto; width: 400px; width: 370px; }&nbsp;&nbsp;</p></blockquote><p><strong>单行两列</strong></p><blockquote><p>#bodycenter { width: 700px;margin-right: auto; margin-left: auto;overflow: auto; } <br />#bodycenter #dv1 {float: left;width: 280px;} <br />#bodycenter #dv2 {float: right;width: 410px;}&nbsp;&nbsp;</p></blockquote><p><strong>两行两列</strong></p><blockquote><p>#header{ width: 700px; margin-right: auto;margin-left: auto; overflow: auto;} <br />#bodycenter { width: 700px; margin-right: auto; margin-left: auto; overflow: auto; } <br />#bodycenter #dv1 { float: left; width: 280px;} <br />#bodycenter #dv2 { float: right;width: 410px;}</p></blockquote><p><strong>三行两列</strong></p><blockquote><p>#header{ width: 700px;margin-right: auto; margin-left: auto; } <br />#bodycenter {width: 700px; margin-right: auto; margin-left: auto; } <br />#bodycenter #dv1 { float: left;width: 280px;} <br />#bodycenter #dv2 { float: right; width: 410px;} <br />#footer{ width: 700px; margin-right: auto; margin-left: auto; overflow: auto; }&nbsp;&nbsp;</p></blockquote><p><strong>单行三列</strong> <br />绝对定位</p><blockquote><p>#left { position: absolute; top: 0px; left: 0px; width: 120px; } <br />#middle {margin: 20px 190px 20px 190px; } <br />#right {position: absolute;top: 0px; right: 0px; width: 120px;}&nbsp;&nbsp;</p></blockquote><p><strong>float定位一</strong><br /><font face="Verdana"><strong>xhtml: </strong></font></p><blockquote><p><font face="Verdana">&lt;div id=&quot;warp&quot;&gt; <br />&lt;div id=&quot;column&quot;&gt; <br />&lt;div id=&quot;column1&quot;&gt;这里是第一列&lt;/div&gt; <br />&lt;div id=&quot;c<font face="Arial">olumn2&quot;&gt;这里是第二列&lt;/div&gt; <br />&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; <br />&lt;/div&gt; <br />&lt;div id=&quot;column3&quot;&gt;这里是第三列&lt;/div&gt; <br />&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; <br />&lt;/div&gt; </font></font></p></blockquote><p><font face="Verdana"><strong><font face="Arial">CSS: </font></strong></font></p><blockquote><p><font face="Verdana"><font face="Arial">#wrap{ width:100%; height:auto;} <br />#column{ float:left; width:60%;} <br />#column1{ float:left; width:30%;} <br />#column2{ float:right; width:30%;} <br />#column3{ float:right; width:40%;} <br />.clear{ clear:both;} </font></font></p></blockquote><p><font face="Verdana"><strong><font face="Arial">float定位二<br />xhtml:</font></strong></font></p><blockquote><p><font face="Verdana"><font face="Arial">&lt;div id=&quot;center&quot; class=&quot;column&quot;&gt; <br />&lt;h1&gt;This is the main content.&lt;/h1&gt; <br />&lt;/div&gt; <br />&lt;div id=&quot;left&quot; class=&quot;column&quot;&gt; <br />&lt;h2&gt;This is the left sidebar.&lt;/h2&gt; <br />&lt;/div&gt; <br />&lt;div id=&quot;right&quot; class=&quot;column&quot;&gt; <br />&lt;h2&gt;This is the right sidebar.&lt;/h2&gt; <br />&lt;/div&gt; </font></font></p></blockquote><p><font face="Verdana"><font face="Arial"><br /></font><strong><font face="Arial">CSS: </font></strong></font></p><blockquote><p><font face="Verdana"><font face="Arial">body {margin: 0;padding-left: 200px;padding-right: 190px;min-width: 240px;} <br />.column {position: relative;float: left;} <br />#center {width: 100%;} <br />#left {width: 180px; right: 240px;margin-left: -100%;} <br />#right {width: 130px;margin-right: -100%;} </font></font></p></blockquote><p><font face="Verdana"><strong><font face="Arial">两行三列<br />xhtml:</font></strong></font></p><blockquote><p><font face="Verdana"><font face="Arial">&lt;div id=&quot;header&quot;&gt;这里是顶行&lt;/div&gt; <br />&lt;div id=&quot;warp&quot;&gt; <br />&lt;div id=&quot;column&quot;&gt; <br />&lt;div id=&quot;column1&quot;&gt;这里是第一列&lt;/div&gt; <br />&lt;div id=&quot;column2&quot;&gt;这里是第二列&lt;/div&gt; <br />&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; <br />&lt;/div&gt; <br />&lt;div id=&quot;column3&quot;&gt;这里是第三列&lt;/div&gt; <br />&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; <br />&lt;/div&gt;</font></font></p></blockquote><p><font face="Verdana"><font face="Arial"><strong>CSS:</strong> </font></font></p><blockquote><p><font face="Verdana"><font face="Arial">#header{width:100%; height:auto;} <br />#wrap{ width:100%; height:auto;} <br />#column{ float:left; width:60%;} <br />#column1{ float:left; width:30%;} <br />#column2{ float:right; width:30%;} <br />#column3{ float:right; width:40%;} <br />.clear{ clear:both;} </font></font></p></blockquote><p><font face="Verdana"><strong><font face="Arial">三行三列 <br /></font><font face="Verdana">xhtml:</font></strong></font></p><blockquote><p><font face="Verdana"><font face="Arial">&lt;div id=&quot;header&quot;&gt;这里是顶行&lt;/div&gt; <br />&lt;div id=&quot;warp&quot;&gt; <br />&lt;div id=&quot;column&quot;&gt; <br />&lt;div id=&quot;column1&quot;&gt;这里是第一列&lt;/div&gt; <br />&lt;div id=&quot;column2&quot;&gt;这里是第二列&lt;/div&gt; <br />&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; <br />&lt;/div&gt; <br />&lt;div id=&quot;column3&quot;&gt;这里是第三列&lt;/div&gt; <br />&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; <br />&lt;/div&gt; <br />&lt;div id=&quot;footer&quot;&gt;这里是底部一行&lt;/div&gt; </font></font></p></blockquote><p><font face="Verdana"><strong><font face="Arial">CSS:</font></strong></font></p><blockquote><p><font face="Arial">#header{width:100%; height:auto;} <br />#wrap{ width:100%; height:auto;} <br />#column{ float:left; width:60%;} <br />#column1{ float:left; width:30%;} <br />#column2{ float:right; width:30%;} <br />#column3{ float:right; width:40%;} <br />.clear{ clear:both;} <br />#footer{width:100%; height:auto;} </font></p></blockquote><p><font face="Arial">PS:这里列出的是常用的例子，而非研究之用，对一每个盒子，都没有设置margin,padding,boeder等属</font></p>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>小葱 &lt;user@domain.com&gt;</author>
<category>评论</category>
<pubDate>Mon, 27 Oct 2003 22:51:46 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	学习了!<a href="http://www.hzcarton.com/gsjj.asp" target="_blank">卡通服装</a>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>田林 &lt;user@domain.com&gt;</author>
<category>评论</category>
<pubDate>Thu, 23 Apr 2009 02:19:18 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	<a href="http://www.hzlanxing.cn" target="_blank">脱硫</a>楼主耐心真好啊
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>潇潇 &lt;user@domain.com&gt;</author>
<category>评论</category>
<pubDate>Thu, 30 Apr 2009 08:30:21 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	<a href="http://www.hzrlby.com/en/" target="_blank">jacquard fabric</a>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>as &lt;user@domain.com&gt;</author>
<category>评论</category>
<pubDate>Fri, 26 Jun 2009 05:52:22 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	<a href="http://www.bfcold.com/rejiaohuanqi.asp" target="_blank">热交换器</a>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>wert &lt;tfbiuk@yahoo.com&gt;</author>
<category>评论</category>
<pubDate>Wed, 19 Aug 2009 06:06:20 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	Looking <a href="http://www.lowxx.com" target="_blank">wow gold</a>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>adsf &lt;zgowdq@yahoo.com&gt;</author>
<category>评论</category>
<pubDate>Thu, 20 Aug 2009 05:23:53 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	When Jack bowed<a href="http://www.wotlkgold.net" target="_blank">wow gold</a>be perfect.
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>X3 &lt;user@domain.com&gt;</author>
<category>评论</category>
<pubDate>Mon, 24 Aug 2009 06:15:48 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	网站做的真好! <a href="http://www.zs188.com/" target="_blank">代孕</a>网与贵站交换友情连接QQ:458649409
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>y8ing3ii &lt;dingwtsoft@gmail.com&gt;</author>
<category>评论</category>
<pubDate>Wed, 01 Sep 2010 11:14:33 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	<span style="color: #ff0000;">       </span><span style="color: #ff0000;">闯进百度 踏入谷歌</span> 历史上最牛B群发软件之一，让你领略一下群发的威力！！！出售群发软件，博客群发软件，博客评论软件,<a href="http://www.seoqunfa.com" target="_blank">网络效果最好的营销软件</a>，论坛群发软件，分类信息群发软件，网站推广软件，SEO软件，网络营销软件等<strong>商务营销助手代发信息业务：</strong>很多客户来电都说没有时间发布信息，或者不懂得软件的操作，希望我们能代为推广，这里全新推出代发信息业务，以下是详细方式！第一：大型博客，论坛群发群顶群建发布，每月循环10次，第二：商务网站，供求网站，分类信息港信息发布，每月循环10次发布，第三：发布一周可在百度等相关搜索引擎查看效果，确保令你惊奇不已,<a href="http://www.seoqunfa.com" target="_blank">博客群发软件下载</a>，每月800元！包年6000元！！第四：本站所接受的客户信息，必须合法，严禁一切非法信息!敬请发布非法信息的人士远离本站！（凡事皆有因果）。<a href="http://www.keruo.com/feifaci.rar" target="_blank"><strong>非法关键词列表下载</strong></a>第五：本站接受小额试发业务，也就是初次合作，可以预付200元，试发一周，想让你领略一下我们发布的效果，在谈长期合作！电话：0577-86277138 传真：0577-86277138Q Q ：35958307 260580076联系人：老丁手机：13736961641地址：浙江温州瓯海潘桥永泰路44号商务营销助手网站推广-打造国内信誉资深站点 本文出自: SEO软件.群发软件.信息群发软件.网站优化软件.推广软件.网络营销软件.流量软件网站：<a href="http://www.seoqunfa.com" target="_blank">w w w.s   e  o  q   u  n  f  a.co       m</a>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>zliuwei3 &lt;liuwei111@chongsoft.org&gt;</author>
<category>评论</category>
<pubDate>Thu, 02 Sep 2010 04:54:50 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	说的没错 这个世界就这样,支持下有时间来我的<a href="http://www.daxue-edu.net" target="_blank">办文凭</a>看下         <a href="http://www.hyweixiu.com.cn" target="_blank">回龙观家电维修</a> <a href="http://www.daxue-edu.net" target="_blank">代办文凭</a>
  ]]> 
</description>
</item><item>
<link>http://www.liyin.org/read.php?53</link>
<title>评论</title> 
<author>phxnvanu29 &lt;lembacon95@163.com&gt;</author>
<category>评论</category>
<pubDate>Sat, 04 Sep 2010 14:30:58 +0000</pubDate> 
<guid>http://www.liyin.org/read.php?53</guid> 
<description>
<![CDATA[ 
	楼主的帖子实在是写得太好了。文笔流畅，修辞得体，深得魏晋诸朝遗风,<a href="http://www.zuyupen.org" target="_blank">洗脚盆</a>，更将唐风宋骨发扬得入木三分，能在有生之年看见楼主的这个帖子。实在是我三生之幸啊。看完楼主的这个帖子之后，我竟产生出一种无以名之的悲痛感——啊，这么好的帖子，如果将来我再也看不到了，那我该怎么办？那我该怎么办？直到我毫不犹豫地把楼主的这个帖子收藏了，我内心的那种激动才逐渐平静下来。可是我立刻想到，这么好的帖子，倘若别人看不到，那么不是浪费楼主的心血吗？经过痛苦的思想斗争，我终于下定决心，牺牲小我，奉献大我。我要拿出这帖子奉献给人赏阅，我要把这个帖子一直往上顶，往上顶！顶到所有人都看到为止！
  ]]> 
</description>
</item>
</channel>
</rss>