﻿<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="/Images/rss.xslt"?><rss version="2.0"><channel><title>柳永法－web 2.0</title><description>柳永法(yongfa365)'Blog RSS</description><link>http://www.yongfa365.com/web2/</link><copyright>(C) 2007 http://www.yongfa365.com</copyright><item>
  <title>网页背景用小图 对浏览者体验不好</title>
  <description><![CDATA[前些天在处理一个客户网站时，发现一个问题，本以为是flash太大造成的，没想到排除到最后，是这句话的问题：<br />&lt;td background=&quot;dian.gif&quot;&gt;<br />每次只要向上滚动网页到这个区域时都会卡好一会，这时我观察CPU都100%<br />然后删除这个背景后，发现问题解决，然后我看了下他那个dian.gif,还真是只有一个小点，那显示的那么一堆点都是..]]></description>
  <link>http://www.yongfa365.com/Item/WangYeBeiJingYongXiaoTuDuiLanZheTiYanBuHao.html</link>
  <pubDate>Thu, 17 Apr 2008 15:30:59 GMT</pubDate>
</item>
<item>
  <title>巧妙利用图片IMG的onerror事件，对付网通电信的南北分家</title>
  <description><![CDATA[&nbsp;背景：<br />我国电信网通南北分家已经成为了一种不可改变的现状，做网站的朋友都知道，如果想让南北方地朋友们都能够顺利地访问我们的网站，需要买双线服务器，就是既通网通用户又通电信用户的线路，尽管如此有的机房在提供双线服务器的时候会提供两个IP地址（网通和电信分别有一个IP）；这时候我们就需要在域名映射的..]]></description>
  <link>http://www.yongfa365.com/Item/QiaoMiaoLiYongTuPianIMGDeonerrorShiJianDuiFuWangTongDianXinDeNanBeiFenJia.html</link>
  <pubDate>Thu, 03 Apr 2008 15:01:01 GMT</pubDate>
</item>
<item>
  <title>label 标签的用法,点label选中单选、复选框或文本框</title>
  <description><![CDATA[&lt;label&nbsp;for=&quot;hitme&quot;&gt;LABEL用法&lt;/label&gt;<br /><br />&lt;input&nbsp;type=&quot;checkbox&quot;&nbsp;id=&quot;hitme&quot;&nbsp;name=&quot;wwufengg&quot;&nbsp;value=&quot;checkbox&quot;&gt;<br /><br />你可以发现，无论是点击&quot;LABEL用法&quot;&nbsp;还是点击那个框，都可以达到您的目的，只是要注意，FOR&nbsp;属性一定要和表单元素的&nbsp;id&nbsp;配合使用才可以。<br />]]></description>
  <link>http://www.yongfa365.com/Item/labelBiaoQianDeYongFaDianlabelXuanZhongDanXuanFuXuanKuangHuoWenBenKuang.html</link>
  <pubDate>Sat, 22 Mar 2008 12:51:10 GMT</pubDate>
</item>
<item>
  <title>较完善的CSS样式表管理模式</title>
  <description><![CDATA[　　step1：个人或者团队需要将主要页面的布局用DIV图的模式按层次画出来，这个DIV图就是在设计原型的基础上，将页面中的主要模块使用的ID名、class名标注出来，方便建立维护文档以便将来进行修改与升级。<br /><br />　　step2：划分CSS结构，建立全局css及各模块css。在html页面中引用全局css，在全局css中引用各模块css。&nbsp;]]></description>
  <link>http://www.yongfa365.com/Item/JiaoWanShanDeCSSYangShiBiaoGuanLiMoShi.html</link>
  <pubDate>Tue, 15 Jan 2008 09:26:08 GMT</pubDate>
</item>
<item>
  <title>CSS一个网页多种链接的写法</title>
  <description><![CDATA[定义黑色链接<br /><br />a.blank:link&nbsp;{color:#000000;text-decoration:none;}<br />a.blank:visited&nbsp;{text-decoration:none;color:#000000;}<br />a.blank:hover&nbsp;{text-decoration:underline;color:#FF6600;}<br />a.blank:active&nbsp;{text-decoration:none;color:#FF6600;}<br /><br />定义红色链接<br /><br />a.red:link&nbsp;{color:#FF0000;text-decoration:none;}<br />a.red:visited&nbsp;{text-decoration:none;color:#FF0000;}<br />a.red:hover&nbsp;{text-decoration:underline;color:#FF6600;}<br />a.red:active&nbsp;{text-decoration:none;color:#FF6600;}<br />]]></description>
  <link>http://www.yongfa365.com/Item/CSS-Yi-Ge-Wang-Ye-Duo-Zhong-Lian-Jie-De-Xie-Fa.html</link>
  <pubDate>Wed, 07 Nov 2007 22:23:49 GMT</pubDate>
</item>
<item>
  <title>DIV+CSS很实用的20个技巧</title>
  <description><![CDATA[1.&nbsp;CSS字体属性简写规则<br />2.&nbsp;同时使用两个类<br />3.&nbsp;CSS&nbsp;border的缺省值<br />4.&nbsp;CSS用于文档打印<br />5.&nbsp;图片替换技巧<br />6.&nbsp;CSS&nbsp;box模型的另一种调整技巧<br />7.&nbsp;块元素居中对齐<br />8.&nbsp;用CSS来处理垂直对齐<br />9.&nbsp;CSS在容器内定位<br />10.&nbsp;直通到屏幕底部的背景色<br />11.&nbsp;Block和inline元素对比<br />12.&nbsp;再来一个box黑客方法<br />13.&nbsp;页面的最小宽度<br />14.&nbsp;IE与宽度和高度的问题<br />15.&nbsp;字体变形命令<br />16.&nbsp;IE中图片文字消失的问题<br />17.&nbsp;不可见文字<br />18.&nbsp;为手持设备设计专门的CSS<br />19.&nbsp;3D效果的按钮<br />20.&nbsp;在不同页面上使用同样的导航代码]]></description>
  <link>http://www.yongfa365.com/Item/DIV-CSS-Used-20-Method.html</link>
  <pubDate>Mon, 03 Sep 2007 18:32:13 GMT</pubDate>
</item>
<item>
  <title>DIV+CSS布局的网页对网站SEO影响</title>
  <description><![CDATA[　　我想，这样的情况可能不是排名规则，最大的可能还是spider爬行网站时，出现以上差异导致收录质量的不同。 <br /><br />　　毕竟廖胜于无，建议建站或改版的朋友们，技术许可的情况下，还是选择DIV+CSS布局为好。]]></description>
  <link>http://www.yongfa365.com/Item/31d1c6c5d174d671.html</link>
  <pubDate>Mon, 28 May 2007 08:31:39 GMT</pubDate>
</item>
<item>
  <title>一个大div里边有多个div +1个div ,现在想让最后一个div的宽度是剩下的宽度，如何去做</title>
  <description><![CDATA[tab实现<br />
div+css实现tab<br />
一个大div里边有多个div&nbsp;+1个div&nbsp;,现在想让最后一个div的宽度是剩下的宽度，如何去做.<br />
&lt;style&gt;<br />
#tab_left&nbsp;{width:100%}<br />
#tab_left&nbsp;div{&nbsp;width:100px;&nbsp;height:50px;&nbsp;float:left;&nbsp;}<br />
#tab_left&nbsp;.tab_1_0{color:red;&nbsp;background-c..]]></description>
  <link>http://www.yongfa365.com/Item/11fa6b0101d6cc81.html</link>
  <pubDate>Thu, 01 Feb 2007 10:00:00 GMT</pubDate>
</item>
<item>
  <title>关闭或打开</title>
  <description><![CDATA[&lt;style&gt;<br />
.title{border:3px&nbsp;solid&nbsp;#FF0000;&nbsp;height:10px;&nbsp;color:#FFFFFF;&nbsp;background-color:#FF0000;&nbsp;cursor:&nbsp;pointer}<br />
.content{border:3px&nbsp;solid&nbsp;#FF0000;&nbsp;height:500px;}<br />
&lt;/style&gt;<br />
<br />&lt;div&nbsp;onClick=&quot;a('1')&quot;&nbsp;class=&quot;title&quot;&gt;关闭或..]]></description>
  <link>http://www.yongfa365.com/Item/a00bf8cdb7440121.html</link>
  <pubDate>Fri, 29 Dec 2006 10:15:00 GMT</pubDate>
</item>
<item>
  <title>极速让你的网页全都变成灰色的</title>
  <description><![CDATA[        国务院决定，2008年5月19日至21日为全国哀悼日。在此期间，全国和各驻外机构下半旗志哀，停止公共娱乐活动，外交部和我国驻外使领馆设立吊唁簿。奥运圣火在境内的传递活动暂停三天。5月19日14时28分起，全国人民默哀3分钟，届时汽车、火车、舰船鸣笛，防空警报鸣响。 <br />        国旗终于为苍生百姓而降。<br />现在很多..]]></description>
  <link>http://www.yongfa365.com/Item/JiSuRangNiDeWangYeQuanDuBianChengHuiSeDe.html</link>
  <pubDate>Mon, 19 May 2008 10:37:05 GMT</pubDate>
</item>
<item>
  <title>网页打开速度慢的原因及N种解决方法</title>
  <description><![CDATA[此文在优化网页打开速度及SEO方面，以网站浏览者，网站制作者，及服务器管理员的身份分别阐述了我们应该如何做才能解决网页打开慢的问题，向作者致敬<br />互联网带宽越来越宽，似乎让网页的加载速度得到了质的飞跃。其实不然，因为随着带宽的提高，网页上的对象也越来越多，因此加快网页打开速度还是一个重要的课题。加快网页..]]></description>
  <link>http://www.yongfa365.com/Item/WangYeDaKaiSuDuManDeYuanYinJiNZhongJieJueFangFa.html</link>
  <pubDate>Sat, 17 May 2008 14:01:03 GMT</pubDate>
</item>
<item>
  <title>RSS 2.0 规范</title>
  <description><![CDATA[什么是RSS？rss写法，语法，介绍，实例，简单应用，及程序生成方法&nbsp;]]></description>
  <link>http://www.yongfa365.com/Item/970bcca0a45b2ecc.html</link>
  <pubDate>Fri, 20 Apr 2007 15:38:00 GMT</pubDate>
</item>
<item>
  <title>xml当数据库与html结合显示数据，--数据岛</title>
  <description><![CDATA[*******************************************实现方法一(1)********************************************
以下是xmlText.html文档
<br />&lt;<br />html<br />&gt;
&lt;<br />body<br />&gt;
&lt;<br />xml<br />&nbsp;<br />id<br />=<br />&quot;blogxml&quot;<br />&nbsp;<br />src<br />=<br />&quot;xml.xml&quot;<br />&gt;&lt;<br />/xml<br />&gt;
&lt;<br />table<br />&nbsp;<br />border<br />=<br />&quot;1&quot;<br />&nbsp;<br />datasrc<br />=<br />&quot;#blogxml&quot;<br />&gt;
..]]></description>
  <link>http://www.yongfa365.com/Item/7109b834a85a81e1.html</link>
  <pubDate>Wed, 21 Mar 2007 16:02:00 GMT</pubDate>
</item>
<item>
  <title>一条虚线 &lt;div style=&quot;border-bottom:1px dotted #999999&quot;&gt;&lt;/div&gt;</title>
  <description><![CDATA[&lt;div style=&quot;border-bottom:1px dotted #999999&quot;&gt;&lt;/div&gt;]]></description>
  <link>http://www.yongfa365.com/Item/5a07f22d053a83f2.html</link>
  <pubDate>Tue, 28 Nov 2006 11:16:00 GMT</pubDate>
</item>
<item>
  <title>页面底部常用</title>
  <description><![CDATA[&lt;table&nbsp;width=&quot;100%&quot;&nbsp;border=&quot;0&quot;&nbsp;cellspacing=&quot;0&quot;&nbsp;cellpadding=&quot;0&quot;&nbsp;&nbsp;bgcolor=&quot;#EEEEEE&quot;&nbsp;style=&quot;border-top:4px&nbsp;solid&nbsp;blue;padding-left:10px;&quot;&gt;<br />
&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;td&nbsp;height=&quot;95&quot;&nbsp;&gt;&amp;nbsp;&lt;/td&amp;g..]]></description>
  <link>http://www.yongfa365.com/Item/44a82be38eaea886.html</link>
  <pubDate>Wed, 18 Oct 2006 11:28:00 GMT</pubDate>
</item>
<item>
  <title>CSS经典实用技巧18招</title>
  <description><![CDATA[一.使用css缩写<br />
<br />使用缩写可以帮助减少你CSS文件的大小，更加容易阅读。css缩写的主要规则请参看《常用css缩写语法总结》，这里就不展开描述。<br />
<br />二.明确定义单位，除非值为0<br />
<br />忘&nbsp;记定义尺寸的单位是CSS新手普遍的错误。在HTML中你可以只写width=&quot;100&quot;，但是在CSS中，你必须给一个准确的单位，比如:width..]]></description>
  <link>http://www.yongfa365.com/Item/aad0717359f5281e.html</link>
  <pubDate>Tue, 10 Oct 2006 13:02:00 GMT</pubDate>
</item>
<item>
  <title>Div+CSS布局入门教程</title>
  <description><![CDATA[Div+CSS布局入门教程<br /><br /><br /><br />&nbsp;<br /><br /><br />一、页面布局与规划<br /><br /><br /><br />　　好久没有认真写点东西了，想起最近这些时间经常有朋友问到我有关于DIV+CSS布局的问题，其实归根结底还是由于没有入门造成的。那么接下来的这篇文章就带领大家入门吧...<br /><br /><br /><br />　　在网页制作中，有许多的术语，例如：CSS、HTML、DHTML、XHTML等等。..]]></description>
  <link>http://www.yongfa365.com/Item/594913b8bbe78df7.html</link>
  <pubDate>Fri, 29 Sep 2006 19:39:00 GMT</pubDate>
</item>
<item>
  <title>li可以显示多列</title>
  <description><![CDATA[&lt;style&gt;<br />
<br />#chaptertree&nbsp;li{<br />
&nbsp;float:left;<br />
&nbsp;width:40%;<br />
&nbsp;margin:1px;<br />
&nbsp;padding:0;<br />
&nbsp;}<br />
<br />#chaptertree&nbsp;li&nbsp;a&nbsp;{<br />
&nbsp;border:1px&nbsp;dashed&nbsp;;<br />
&nbsp;display:block;<br />
&nbsp;text-decoration:none;<br />
&nbsp;padding:3px;<br />
&nbsp;}<br />
<br />#chaptertree&nbsp;lia:hover&nbsp;{<br />
&nbsp;bord..]]></description>
  <link>http://www.yongfa365.com/Item/1dba01619064dcae.html</link>
  <pubDate>Fri, 29 Sep 2006 19:33:00 GMT</pubDate>
</item>
<item>
  <title>网页 文本框内回车自动增加文本框高度 感觉不错</title>
  <description><![CDATA[&lt;TEXTAREA&nbsp;&nbsp;name=&quot;pattern&quot;&nbsp;rows=&quot;1&quot;&nbsp;cols=&quot;50&quot;&nbsp;style=&quot;overflow:&nbsp;hidden;border:1px&nbsp;#fea089&nbsp;solid&quot;&nbsp;&nbsp;onpropertychange=&quot;this.style.posHeight=this.scrollHeight+2&quot;&gt;&lt;/TEXTAREA&gt;]]></description>
  <link>http://www.yongfa365.com/Item/2eda8f57dda7e8b5.html</link>
  <pubDate>Fri, 29 Sep 2006 10:25:00 GMT</pubDate>
</item>
<item>
  <title>鼠标滑过行变色</title>
  <description><![CDATA[&lt;table width=&quot;200&quot; border=&quot;1&quot;&gt;<br /><br />  &lt;tr&gt;<br /><br />    &lt;td&gt; &lt;/td&gt;<br /><br />    &lt;td&gt; &lt;/td&gt;<br /><br />    &lt;td&gt; &lt;/td&gt;<br /><br />  &lt;/tr&gt;<br /><br />  &lt;tr  onmouseover=&quot;thi..]]></description>
  <link>http://www.yongfa365.com/Item/7d928790863ca4d2.html</link>
  <pubDate>Thu, 31 Aug 2006 18:37:00 GMT</pubDate>
</item>
<item>
  <title>文字不间断滚动</title>
  <description><![CDATA[向上<br />
<br />&lt;!DOCTYPE&nbsp;HTML&nbsp;PUBLIC&nbsp;&quot;-//W3C//DTD&nbsp;HTML&nbsp;4.01&nbsp;Transitional//EN&quot;&gt;<br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;meta&nbsp;http-equiv=&quot;Content-Type&quot;&nbsp;content=&quot;text/html;&nbsp;charset=gb2312&quot;&gt;<br />
&lt;title&gt;连续向上滚动&lt;/title&gt;<br />
&lt;style&nbsp;type=&quot;text/css&quot;&gt;..]]></description>
  <link>http://www.yongfa365.com/Item/8858e276623bcff5.html</link>
  <pubDate>Thu, 24 Aug 2006 14:28:00 GMT</pubDate>
</item>
<item>
  <title>[转]实践DIV+CSS网页布局入门指南</title>
  <description><![CDATA[你正在学习CSS布局吗？是不是还不能完全掌握纯CSS布局？通常有两种情况阻碍你的学习：&nbsp;<br /><br />第一种可能是你还没有理解CSS处理页面的原理。在你考虑你的页面整体表现效果前，你应当先考虑内容的语义和结构，然后再针对语义、结构添加CSS。这篇文章将告诉你应该怎样把HTML结构化。&nbsp;<br /><br />另一种原因是你对那些非常熟悉的表现层属..]]></description>
  <link>http://www.yongfa365.com/Item/c9948a3c3f1ed23e.html</link>
  <pubDate>Tue, 18 Jul 2006 15:38:00 GMT</pubDate>
</item>
<item>
  <title>[原]设边框为1px的最简单方法</title>
  <description><![CDATA[一、<br /><br /><br />设边框为1px的最简单方法<br /><br /><br />1.&nbsp;Dreamweaver里Ctrl+Alt+T-----&gt;设置单元格间距为1px&nbsp;即:&nbsp;cellspacing=&quot;1&quot;<br /><br /><br />2.Table&nbsp;bgcolor设为你想要的表格边框的颜色<br /><br /><br />3.拖动选择所有单元格,设置背景为白色(你想要的颜色),<br /><br /><br />4.完成<br /><br /><br />&lt;!DOCTYPE&nbsp;html&nbsp;PUBLIC&nbsp;&quot;-//W3C//DTD&nbsp;XHTML&nbsp;1.0&nbsp;Tra..]]></description>
  <link>http://www.yongfa365.com/Item/1c66d8d381a1e4da.html</link>
  <pubDate>Tue, 18 Jul 2006 14:19:00 GMT</pubDate>
</item>
<item>
  <title>[转-改]防止图片,文字撑破表格方法</title>
  <description><![CDATA[防止图片,文字撑破表格方法<br /><br />1.这个比较少用使用后你的图片可能会只显示一部分<br />&lt;table&nbsp;style=&quot;table-layout:fixed;word-wrap:break-word;word-break;break-all;&quot;&nbsp;&gt;<br /><br />2.这个比较常用，一般用来处理长串连续英文撑破表格的问题]]></description>
  <link>http://www.yongfa365.com/Item/43a6cb4fa288a082.html</link>
  <pubDate>Tue, 18 Jul 2006 14:13:00 GMT</pubDate>
</item>
</channel></rss>
