<?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>春去花还在-CoLee★＂ &#187; div+css</title>
	<atom:link href="http://colee.99n9.com/category/web%e5%89%8d%e7%ab%af%e6%8a%80%e6%9c%af%e7%b1%bb/div%e5%8a%a0css/feed/" rel="self" type="application/rss+xml" />
	<link>http://colee.99n9.com</link>
	<description>CoLee的网页设计制作素材、html、javacript、ajax代码精心自编或修改收藏，欢迎大家共享与交流。</description>
	<lastBuildDate>Tue, 04 Aug 2009 03:51:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>做web前端开发常用工具介绍</title>
		<link>http://colee.99n9.com/%e5%81%9aweb%e5%89%8d%e7%ab%af%e5%bc%80%e5%8f%91%e5%b8%b8%e7%94%a8%e5%b7%a5%e5%85%b7%e4%bb%8b%e7%bb%8d/</link>
		<comments>http://colee.99n9.com/%e5%81%9aweb%e5%89%8d%e7%ab%af%e5%bc%80%e5%8f%91%e5%b8%b8%e7%94%a8%e5%b7%a5%e5%85%b7%e4%bb%8b%e7%bb%8d/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 03:51:52 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[div+css]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[xml与xsl]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[前端开发]]></category>
		<category><![CDATA[常用工具]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=221</guid>
		<description><![CDATA[由于近年来RIA相关技术的兴起，WEB前端相关职位已经开始出现在越来越多的互联网公司中，而且越来越受到人们的重视。
现在做前端与前些年（PS设计出效果图，dreamweaver拉出界面，就可以交由后台程序员来套程序了）已经完全不同。由于浏览器运行环境以及RIA项目需求的特殊性，WEB前端所涉及的东西也越来越多，web标准、多浏览器兼容、程序性能、JS内存泄露、js/Ajax的调试&#8230;很多很多的问题摆到了WEB前端开发人员身上，因此如果能有一些相关的小工具来辅助我们，相信对于我们的项目开发效率和开发难度上都会有所改善。
尽管本人在前端开发方面还有太多太多的未知，但是在实际开发中也积累了不少各类各样的前端开发用的小工具，有些工具对于我们的项目来说甚至是事半功倍的。
废话不多说，我就分类来分享一下本人所用到一些工具，一来自己做个总结，二来希望能对其它做开发的朋友有所帮助。
这篇文章主要介绍关于开发方面的相关的工具。
1、Aptana
说到Aptana，我想每一位做前端技术的朋友都应该已经知道它的大名了。Aptana是一个基于Eclipse的致力于前端开发（JavaScript）的工具，其功能非常强大，而且是开源项目（Profession版收费）。
它具有以下特点：
1、JavaScript,HTML,CSS代码提示
2、代码结构（大纲）：显示JavaScript,HTML和CSS的代码结构。 
3、代码语法错误提示。 
4、支持Aptana UI自定义和扩展。 
5、支持跨平台。 
6、支持流行AJAX框架的Code Assist功能：AFLAX，Dojo，JQuery，MochiKit，Prototype，Rico，script.aculo.us，Yahoo UI。 
7、JS代码在IE/FF下的断点调试。
8、插件丰富，如AIR、PHP、Ruby、Python等语言的开发插件。
9、内置其自行开发的Ajax应用服务器Aptana Jaxer。
对于纯前端的开发来讲，特别是js的开发来讲，aptana真的是不可多的的好工具。
2、Spket
Spket也是一个基于Eclipse构建起来的开源JS开发工具。可单独使用，也可作为eclipse插件使用。具有强大的JS、Ajax框架代码提示功能。特别是开发Jquery/ExtJS时，使用这个插件可以为开发带来极大的方便，免去记忆和查找大量复杂API之苦。特别推荐使用EXT的开发人员使用，这个工具应该是当前开发extjs的首推工具了，网上甚至有人称其为“Ext开发人员的紫色匕首”。
3、TopStyle
这个工具真是太有名了，我想每位做前端的人可能都要比我还要熟悉它，它是一款功能专注于CSS设计的辅助工具，功能十分丰富，包括：可以选取特定的浏览器或CSS阶层、内建的样式表检查器、内部的预览能力、以颜色标示的编辑器，以及样式预览等，具体可以到这里看介绍：[URL=]http://baike.baidu.com/view/662735.htm[/URL]。
4、JSA 优秀的JS代码压缩混淆工具
这个本来应该不算开发工具，但是不知归到哪里比较好，而且觉得这个对于最终代码发布来说还是一个很有用的工具，因此这里就推荐一下。JSA是用基于JAVA开发的js脚本压缩工具，文件后缀是jar格式的，因此需要你的电脑首先安装了JRE运行环境。该压缩工具采用的压缩算法，可以使你的JS代码达到最小，从而加速页面的加载速度。
5、PlayColor/飞鱼网页尺/SWFDecompiler
这里推荐的三款工具主要使用于界面和美工设计。
PlayColor是一块小巧的取色工具，在网页设计中，特别是参考一些设计资源的配色时，这个工具能为我们带来很大的方便。
飞鱼网页尺是一个用来测量屏幕中两点之间距离的小工具，这个在前端页面的设计制作中也用的比较多，当然可取代的工具也不少，有兴趣的大家可以网上找找。
SWFDecompiler：大名顶顶的Flash反编译工具，有时候我们再网上看到很多有用的Flash，但是由于没有源码，即没办法应用到我们的项目中，又不能学习研究其源码，有了这个工具，你的想法基本就可以实现了。
这几个工具这里就不给出下载地址了，baidu/google一下，N多可以下载的。
]]></description>
			<content:encoded><![CDATA[<p>由于近年来RIA相关技术的兴起，WEB前端相关职位已经开始出现在越来越多的互联网公司中，而且越来越受到人们的重视。</p>
<p>现在做前端与前些年（PS设计出效果图，dreamweaver拉出界面，就可以交由后台程序员来套程序了）已经完全不同。由于浏览器运行环境以及RIA项目需求的特殊性，WEB前端所涉及的东西也越来越多，web标准、多浏览器兼容、程序性能、JS内存泄露、js/Ajax的调试&#8230;很多很多的问题摆到了WEB前端开发人员身上，因此如果能有一些相关的小工具来辅助我们，相信对于我们的项目开发效率和开发难度上都会有所改善。</p>
<p>尽管本人在前端开发方面还有太多太多的未知，但是在实际开发中也积累了不少各类各样的前端开发用的小工具，有些工具对于我们的项目来说甚至是事半功倍的。</p>
<p>废话不多说，我就分类来分享一下本人所用到一些工具，一来自己做个总结，二来希望能对其它做开发的朋友有所帮助。</p>
<p>这篇文章主要介绍关于开发方面的相关的工具。</p>
<p><strong>1、<img style="margin: 3px 5px -3px; width: 16px; height: 16px; padding: 0px;" src="http://www.ajaxbbs.net/dlink/gfx/web.png" alt="" width="16" height="16" /><a title="External link: aptana.com" href="http://aptana.com/" target="_blank">Aptana</a></strong></p>
<p>说到Aptana，我想每一位做前端技术的朋友都应该已经知道它的大名了。Aptana是一个基于Eclipse的致力于前端开发（JavaScript）的工具，其功能非常强大，而且是开源项目（Profession版收费）。</p>
<p><strong>它具有以下特点：</strong></p>
<p><code>1、JavaScript,HTML,CSS代码提示<br />
2、代码结构（大纲）：显示JavaScript,HTML和CSS的代码结构。 <br />
3、代码语法错误提示。 <br />
4、支持Aptana UI自定义和扩展。 <br />
5、支持跨平台。 <br />
6、支持流行AJAX框架的Code Assist功能：AFLAX，Dojo，JQuery，MochiKit，Prototype，Rico，script.aculo.us，Yahoo UI。 <br />
7、JS代码在IE/FF下的断点调试。<br />
8、插件丰富，如AIR、PHP、Ruby、Python等语言的开发插件。<br />
9、内置其自行开发的Ajax应用服务器Aptana Jaxer。</code></p>
<p>对于纯前端的开发来讲，特别是js的开发来讲，aptana真的是不可多的的好工具。</p>
<p><strong>2、<img style="margin: 3px 5px -3px; width: 16px; height: 16px; padding: 0px;" src="http://spket.com/favicon.ico" alt="" width="16" height="16" /><a title="External link: spket.com" href="http://spket.com/" target="_blank">Spket</a></strong></p>
<p>Spket也是一个基于Eclipse构建起来的开源JS开发工具。可单独使用，也可作为eclipse插件使用。具有强大的JS、Ajax框架代码提示功能。特别是开发<img style="margin: 3px 5px -3px; width: 16px; height: 16px; padding: 0px;" src="http://www.ajaxbbs.net/dlink/gfx/web.png" alt="" width="16" height="16" /><a title="External link: www.jquery.com" href="http://www.jquery.com/" target="_blank">Jquery</a>/<img style="margin: 3px 5px -3px; width: 16px; height: 16px; padding: 0px;" src="http://www.ajaxbbs.net/dlink/gfx/web.png" alt="" width="16" height="16" /><a title="External link: www.extjs.com" href="http://www.extjs.com/" target="_blank">ExtJS</a>时，使用这个插件可以为开发带来极大的方便，免去记忆和查找大量复杂API之苦。特别推荐使用EXT的开发人员使用，这个工具应该是当前开发extjs的首推工具了，网上甚至有人称其为“Ext开发人员的紫色匕首”。</p>
<p><strong>3、<img style="margin: 3px 5px -3px; width: 16px; height: 16px; padding: 0px;" src="http://www.newsgator.com/favicon.ico" alt="" width="16" height="16" /><a title="External link: www.newsgator.com" href="http://www.newsgator.com/individuals/topstyle/default.aspx" target="_blank">TopStyle</a></strong></p>
<p>这个工具真是太有名了，我想每位做前端的人可能都要比我还要熟悉它，它是一款功能专注于CSS设计的辅助工具，功能十分丰富，包括：可以选取特定的浏览器或CSS阶层、内建的样式表检查器、内部的预览能力、以颜色标示的编辑器，以及样式预览等，具体可以到这里看介绍：[URL=]http://baike.baidu.com/view/662735.htm[/URL]。</p>
<p><strong>4、<img style="margin: 3px 5px -3px; width: 16px; height: 16px; padding: 0px;" src="http://www.ajaxbbs.net/dlink/gfx/web.png" alt="" width="16" height="16" /><a title="External link: www.xidea.org" href="http://www.xidea.org/project/jsa/" target="_blank">JSA</a> 优秀的JS代码压缩混淆工具</strong></p>
<p>这个本来应该不算开发工具，但是不知归到哪里比较好，而且觉得这个对于最终代码发布来说还是一个很有用的工具，因此这里就推荐一下。JSA是用基于JAVA开发的js脚本压缩工具，文件后缀是jar格式的，因此需要你的电脑首先安装了JRE运行环境。该压缩工具采用的压缩算法，可以使你的JS代码达到最小，从而加速页面的加载速度。</p>
<p><strong>5、PlayColor/飞鱼网页尺/SWFDecompiler</strong></p>
<p>这里推荐的三款工具主要使用于界面和美工设计。</p>
<p><span style="color: #808000;">PlayColor</span>是一块小巧的取色工具，在网页设计中，特别是参考一些设计资源的配色时，这个工具能为我们带来很大的方便。</p>
<p><span style="color: #808000;">飞鱼网页尺</span>是一个用来测量屏幕中两点之间距离的小工具，这个在前端页面的设计制作中也用的比较多，当然可取代的工具也不少，有兴趣的大家可以网上找找。</p>
<p><span style="color: #808000;">SWFDecompiler</span>：大名顶顶的Flash反编译工具，有时候我们再网上看到很多有用的Flash，但是由于没有源码，即没办法应用到我们的项目中，又不能学习研究其源码，有了这个工具，你的想法基本就可以实现了。</p>
<p>这几个工具这里就不给出下载地址了，baidu/google一下，N多可以下载的。</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/%e5%81%9aweb%e5%89%8d%e7%ab%af%e5%bc%80%e5%8f%91%e5%b8%b8%e7%94%a8%e5%b7%a5%e5%85%b7%e4%bb%8b%e7%bb%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>两键整理乱七八糟的HTML代码</title>
		<link>http://colee.99n9.com/%e4%b8%a4%e9%94%ae%e6%95%b4%e7%90%86%e4%b9%b1%e4%b8%83%e5%85%ab%e7%b3%9f%e7%9a%84html%e4%bb%a3%e7%a0%81/</link>
		<comments>http://colee.99n9.com/%e4%b8%a4%e9%94%ae%e6%95%b4%e7%90%86%e4%b9%b1%e4%b8%83%e5%85%ab%e7%b3%9f%e7%9a%84html%e4%bb%a3%e7%a0%81/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 03:41:01 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[整理]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=219</guid>
		<description><![CDATA[版权声明：转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://vontall.blogbus.com/logs/4380232.html
博客上有网友留言问：“谁能把在一行的html文档格式化成错落有秩的嵌套文档？”
我想他的意思就是如何把那些乱糟糟的HTML代码整理成漂亮的带缩进的代码吧。的确现在有不少网站看还没有注意到网页源代码的整洁，查看他们的源代码简直就是一场噩梦。其实现在已经有许多常用的网页编辑器都具备了这样的功能，只是可能有些用户没有注意到。
Dreamweaver 8：
应用最广泛的网页编辑器应该就是Dreamweaver了（当然记事本除外^_^）。在Dreamwaver中打开杂乱无章的HTML文件，在菜单中选择“命令”－＞“套用源格式”。代码就被整理好了。
TopStyle Pro 3：
试了试我用来写CSS的TopStyle Pro也有这功能。在菜单上选择“HTML”－＞“HTML整理”－＞“Convert to XHTML”，在下面输出部分的“整理”窗口中就可以得到调整好的带缩进的HTML文档了，效果很不错。我用的是3.11汉化版，其它版本应该也不难找到。
]]></description>
			<content:encoded><![CDATA[<p style="line-height: 180%;">版权声明：转载时请以超链接形式标明文章原始出处和作者信息及本声明<br />
http://vontall.blogbus.com/logs/4380232.html</p>
<p>博客上有网友留言问：“谁能把在一行的html文档格式化成错落有秩的嵌套文档？”</p>
<p>我想他的意思就是如何把那些乱糟糟的HTML代码整理成漂亮的带缩进的代码吧。的确现在有不少网站看还没有注意到网页源代码的整洁，查看他们的源代码简直就是一场噩梦。其实现在已经有许多常用的网页编辑器都具备了这样的功能，只是可能有些用户没有注意到。</p>
<p>Dreamweaver 8：<br />
应用最广泛的网页编辑器应该就是Dreamweaver了（当然记事本除外^_^）。在Dreamwaver中打开杂乱无章的HTML文件，在菜单中选择“<span style="color: #0000ff;">命令</span>”－＞“<span style="color: #0000ff;">套用源格式</span>”。代码就被整理好了。</p>
<p>TopStyle Pro 3：<br />
试了试我用来写CSS的TopStyle Pro也有这功能。在菜单上选择“<span style="color: #0000ff;">HTML</span>”－＞“<span style="color: #0000ff;">HTML整理</span>”－＞“<span style="color: #0000ff;">Convert to XHTML</span>”，在下面输出部分的“整理”窗口中就可以得到调整好的带缩进的HTML文档了，效果很不错。我用的是3.11汉化版，其它版本应该也不难找到。</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/%e4%b8%a4%e9%94%ae%e6%95%b4%e7%90%86%e4%b9%b1%e4%b8%83%e5%85%ab%e7%b3%9f%e7%9a%84html%e4%bb%a3%e7%a0%81/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>始终在页面固定位置的层_网页特效演示页</title>
		<link>http://colee.99n9.com/%e5%a7%8b%e7%bb%88%e5%9c%a8%e9%a1%b5%e9%9d%a2%e5%9b%ba%e5%ae%9a%e4%bd%8d%e7%bd%ae%e7%9a%84%e5%b1%82_%e7%bd%91%e9%a1%b5%e7%89%b9%e6%95%88%e6%bc%94%e7%a4%ba%e9%a1%b5/</link>
		<comments>http://colee.99n9.com/%e5%a7%8b%e7%bb%88%e5%9c%a8%e9%a1%b5%e9%9d%a2%e5%9b%ba%e5%ae%9a%e4%bd%8d%e7%bd%ae%e7%9a%84%e5%b1%82_%e7%bd%91%e9%a1%b5%e7%89%b9%e6%95%88%e6%bc%94%e7%a4%ba%e9%a1%b5/#comments</comments>
		<pubDate>Thu, 23 Jul 2009 03:39:17 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[div+css]]></category>
		<category><![CDATA[固定]]></category>
		<category><![CDATA[定位]]></category>
		<category><![CDATA[随屏]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=205</guid>
		<description><![CDATA[始终在页面固定位置的层_网页特效演示页
]]></description>
			<content:encoded><![CDATA[<p>始终在页面固定位置的层_网页特效演示页</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/%e5%a7%8b%e7%bb%88%e5%9c%a8%e9%a1%b5%e9%9d%a2%e5%9b%ba%e5%ae%9a%e4%bd%8d%e7%bd%ae%e7%9a%84%e5%b1%82_%e7%bd%91%e9%a1%b5%e7%89%b9%e6%95%88%e6%bc%94%e7%a4%ba%e9%a1%b5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS常用统一命名规范</title>
		<link>http://colee.99n9.com/css%e5%b8%b8%e7%94%a8%e7%bb%9f%e4%b8%80%e5%91%bd%e5%90%8d%e8%a7%84%e8%8c%83/</link>
		<comments>http://colee.99n9.com/css%e5%b8%b8%e7%94%a8%e7%bb%9f%e4%b8%80%e5%91%bd%e5%90%8d%e8%a7%84%e8%8c%83/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 08:08:25 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=188</guid>
		<description><![CDATA[css常用命名程序代码
专栏：column
元素：element
页头：header
登录条：loginbar
标志：logo
侧栏：sidebar
广告：banner
导航：nav
子导航：subnav
菜单：menu
子菜单：submenu
搜索：search
滚动：scroll
页面主体：main
内容：content
标签页：tab
文章列表：list
提示信息：msg
小技巧：tips
栏目标题：title
加入：joinus
指南：guide
服务：service
热点：hot
新闻：news
下载：download
注册：register
状态：status
按钮：btn
投票：vote
合作伙伴：partner
友情链接：friendlink
页脚：footer
版权：copyright 
以上结构可以组合使用，例如：左列标题lefttitle；底部导航footernav 。书写原则是： 1.一律小写； 2.尽量用英文； 3.不加中杠和下划线； 4.尽量不缩写，除非一看就明白的单词
外围wrap
列一 column-one
列二 column-two
头：header
内容：content/container
尾：footer
导航：nav
侧栏：sidebar
栏目：column
页面外围控制整体布局宽度：wrapper
左右中：left right center
]]></description>
			<content:encoded><![CDATA[<p>css常用命名程序代码<br />
专栏：column<br />
元素：element<br />
页头：header<br />
登录条：loginbar<br />
标志：logo<br />
侧栏：sidebar<br />
广告：banner<br />
导航：nav<br />
子导航：subnav<br />
菜单：menu<br />
子菜单：submenu<br />
搜索：search<br />
滚动：scroll<br />
页面主体：main<br />
内容：content<br />
标签页：tab<br />
文章列表：list<br />
提示信息：msg<br />
小技巧：tips<br />
栏目标题：title<br />
加入：joinus<br />
指南：guide<br />
服务：service<br />
热点：hot<br />
新闻：news<br />
下载：download<br />
注册：register<br />
状态：status<br />
按钮：btn<br />
投票：vote<br />
合作伙伴：partner<br />
友情链接：friendlink<br />
页脚：footer<br />
版权：copyright <br />
以上结构可以组合使用，例如：左列标题lefttitle；底部导航footernav 。书写原则是： 1.一律小写； 2.尽量用英文； 3.不加中杠和下划线； 4.尽量不缩写，除非一看就明白的单词</p>
<p>外围wrap<br />
列一 column-one<br />
列二 column-two</p>
<p>头：header<br />
内容：content/container<br />
尾：footer<br />
导航：nav<br />
侧栏：sidebar<br />
栏目：column<br />
页面外围控制整体布局宽度：wrapper<br />
左右中：left right center</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/css%e5%b8%b8%e7%94%a8%e7%bb%9f%e4%b8%80%e5%91%bd%e5%90%8d%e8%a7%84%e8%8c%83/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>web开发中常用中英文对照表</title>
		<link>http://colee.99n9.com/web%e5%bc%80%e5%8f%91%e4%b8%ad%e5%b8%b8%e7%94%a8%e4%b8%ad%e8%8b%b1%e6%96%87%e5%af%b9%e7%85%a7%e8%a1%a8/</link>
		<comments>http://colee.99n9.com/web%e5%bc%80%e5%8f%91%e4%b8%ad%e5%b8%b8%e7%94%a8%e4%b8%ad%e8%8b%b1%e6%96%87%e5%af%b9%e7%85%a7%e8%a1%a8/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 14:19:29 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[div+css]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=181</guid>
		<description><![CDATA[网站导航 Site Map
公司简介 Profile or Company Profile or Company
公司设备 Equipment Equipment
公司荣誉 Glories Glories
企业文化 Culture Culture
产品展示 Product Product
资质认证 Quality Certification
企业规模 Scale Scale
营销网络 Sales Network
组织机构 organization organization
合作加盟 Join In Cooperation
技术力量 Technology Technology
经理致辞 Manager`s oration
发展历程 Development History
工程案例 Engineering Projects
业务范围 Business Scope
分支机构 Branches
供求信息 Supply &#38; Demand
经营理念 Operation Principle
产品销售 Sales Sales
联系我们 Contact Us Contact Us
信息发布 Information Information
返回首页 Homepage Homepage
产品定购 order [...]]]></description>
			<content:encoded><![CDATA[<p>网站导航 Site Map<br />
公司简介 Profile or Company Profile or Company<br />
公司设备 Equipment Equipment<br />
公司荣誉 Glories Glories<br />
企业文化 Culture Culture<br />
产品展示 Product Product<br />
资质认证 Quality Certification<br />
企业规模 Scale Scale<br />
营销网络 Sales Network<br />
组织机构 organization organization<br />
合作加盟 Join In Cooperation<br />
技术力量 Technology Technology<br />
经理致辞 Manager`s oration<br />
发展历程 Development History<br />
工程案例 Engineering Projects<br />
业务范围 Business Scope<br />
分支机构 Branches<br />
供求信息 Supply &amp; Demand<br />
经营理念 Operation Principle<br />
产品销售 Sales Sales<br />
联系我们 Contact Us Contact Us<br />
信息发布 Information Information<br />
返回首页 Homepage Homepage<br />
产品定购 order order<br />
分类浏览 Browse By Category<br />
电子商务 E-business<br />
公司实力 Strength Strength<br />
版权所有 Copy Right<br />
友情连结 Hot Link<br />
应用领域 Application Fields<br />
人力资源 Human Resource Hr<br />
领导致辞 Leader`s oration<br />
企业资质 Enterprise Qualification<br />
行业新闻 Trade News<br />
行业动态 Trends<br />
客户留言 Customer Message<br />
客户服务 Customer Service<br />
新闻动态 News &amp; Trends<br />
公司名称 Company Name<br />
销售热线 Sales Hot-Line<br />
联系人 Contact Person<br />
您的要求 Your Requirements<br />
建设中 In Construction<br />
证书 Certificate Certificate<br />
地址 ADD Add<br />
邮编 Postal Code Zipcode<br />
电话 TEL Tel<br />
传真 FAX Fax<br />
产品名称 Product Name<br />
产品说明 Description Description<br />
价格 Price<br />
品牌 Brand<br />
规格 Specification<br />
尺寸 Size<br />
生产厂家 Manufacuturer Manufacturer<br />
型号 Model<br />
产品标号 Item No.<br />
技术指标 Technique Data<br />
产品描述 Description<br />
产地 Production Place<br />
销售信息 Sales Information<br />
用途 Application<br />
论坛 Forum<br />
在线订购 On-line order<br />
招商 Enterprise-establishing<br />
招标 Bid Inviting<br />
综述 General<br />
业绩 Achievements<br />
招聘 Join Us<br />
求贤纳士 Join Us<br />
大事 Great Event<br />
动态 Trends<br />
服务 Service<br />
投资 Investment<br />
行业 Industry<br />
规划 Programming<br />
环境 Environment<br />
发送 Delivery<br />
提交 Submit<br />
重写 Reset<br />
登录 Enter<br />
注册 Login<br />
社区 Community<br />
业务介绍 Business Introduction<br />
在线调查 Online Inquiry Inquiry<br />
下载中心 Download<br />
会员登陆 Member Entrance<br />
意见反馈 Feedback<br />
常见问题 FAQ<br />
中心概况 General Profile<br />
教育培训 Education &amp; Training<br />
游乐园 Amusement Park<br />
在线交流 Online Communication<br />
专题报道 Special Report</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/web%e5%bc%80%e5%8f%91%e4%b8%ad%e5%b8%b8%e7%94%a8%e4%b8%ad%e8%8b%b1%e6%96%87%e5%af%b9%e7%85%a7%e8%a1%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>设置兼容IE与FF等浏览器的半透明背景层</title>
		<link>http://colee.99n9.com/%e8%ae%be%e7%bd%ae%e5%85%bc%e5%ae%b9ie%e4%b8%8eff%e7%ad%89%e6%b5%8f%e8%a7%88%e5%99%a8%e7%9a%84%e5%8d%8a%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%e5%b1%82/</link>
		<comments>http://colee.99n9.com/%e8%ae%be%e7%bd%ae%e5%85%bc%e5%ae%b9ie%e4%b8%8eff%e7%ad%89%e6%b5%8f%e8%a7%88%e5%99%a8%e7%9a%84%e5%8d%8a%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%e5%b1%82/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 09:08:56 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[透明背景]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=176</guid>
		<description><![CDATA[&#60;div style=&#8221;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;&#8221;&#62;设置兼容IE与FF等浏览器的半透明背景层&#60;/div&#62;
]]></description>
			<content:encoded><![CDATA[<p>&lt;div style=&#8221;filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7;&#8221;&gt;设置兼容IE与FF等浏览器的半透明背景层&lt;/div&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/%e8%ae%be%e7%bd%ae%e5%85%bc%e5%ae%b9ie%e4%b8%8eff%e7%ad%89%e6%b5%8f%e8%a7%88%e5%99%a8%e7%9a%84%e5%8d%8a%e9%80%8f%e6%98%8e%e8%83%8c%e6%99%af%e5%b1%82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>offset与scroll等坐标函数介绍</title>
		<link>http://colee.99n9.com/offset%e4%b8%8escroll%e7%ad%89%e5%9d%90%e6%a0%87%e5%87%bd%e6%95%b0%e4%bb%8b%e7%bb%8d/</link>
		<comments>http://colee.99n9.com/offset%e4%b8%8escroll%e7%ad%89%e5%9d%90%e6%a0%87%e5%87%bd%e6%95%b0%e4%bb%8b%e7%bb%8d/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 08:02:55 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[div+css]]></category>
		<category><![CDATA[offset]]></category>
		<category><![CDATA[scroll]]></category>
		<category><![CDATA[坐标]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=174</guid>
		<description><![CDATA[获取大小的属性有 CSS ( 大小 +border) 属性对应的 offset 长宽属性（无标准的实事标准）： 
1. offsetWidth
获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的宽度。 
与 CSS width + border 对应 
2. offsetHeight 获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的高度。  
与 CSS height + border 对应 
CSS ( 大小 -padding ) 属性对应的 client 长宽属性（无标准的实事标准）：  
3. clientWidth
获取对象的宽度，不计算任何边距、边框、滚动条或可能应用到该对象的补白。 
与 CSS width - 滚动条宽度 ( 如果有 ) 
对应 
4. clientHeight
获取对象的高度，不计算任何边距 (margin) 、边框、滚动条或可能应用到该对象的补白 (padding) 。 
与 [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span>获取大小的属性有 </span></strong><span style="color: #000000;"><span style="font-family: Times New Roman;"><strong>CSS (</strong> </span><span><strong>大小</strong> </span><span style="font-family: Times New Roman;"><strong>+border)</strong> </span><span><strong>属性对应的</strong> </span><span style="font-family: Times New Roman;"><strong><span>offset</span></strong> </span><span><strong>长宽属性（无标准的实事标准）：</strong> </span></span><strong><br />
<span style="font-family: Times New Roman;"><strong><em><span style="color: #000000;">1.</span> </em></strong><span style="color: #000000;"><strong>offsetWidth</strong><br />
</span></span><span style="color: #000000;"><em><span>获取对象相对于版面或由父坐标</span> <span style="font-family: Times New Roman;">offsetParent </span></em><em><span>属性指定的父坐标的宽度。</span> </em></span><br />
<span><span style="color: #000000;">与</span> </span><span style="font-family: Times New Roman;"><span style="color: #000000;">CSS </span><span style="color: #0000ff;">width + border</span> </span><span style="color: #000000;"><span>对应</span> </span><br />
<span style="font-family: Times New Roman;"><strong><span style="color: #000000;">2.</span> </strong><span style="color: #000000;"><strong>offsetHeight</strong> </span></span><span style="color: #000000;"><em><span>获取对象相对于版面或由父坐标</span> <span style="font-family: Times New Roman;">offsetParent </span></em><em><span>属性指定的父坐标的高度。</span> </em><span style="font-family: Times New Roman;"> </span></span><br />
<span><span style="color: #000000;">与</span> </span><span style="font-family: Times New Roman;"><span style="color: #000000;">CSS</span> <span style="color: #0000ff;">height + border</span> </span><span style="color: #000000;"><span>对应</span> </span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;">CSS (</span> <span>大小</span> <span style="font-family: Times New Roman;">-padding )</span> <span>属性对应的</span> <span style="font-family: Times New Roman;">client</span> <span>长宽属性（无标准的实事标准）：</span> <span style="font-family: Times New Roman;"> </span></span><br />
<span style="font-family: Times New Roman;"><strong><span style="color: #000000;">3.</span> </strong><span style="color: #000000;"><strong>clientWidth</strong><br />
</span></span><span style="color: #000000;"><span>获取对象的宽度，不计算任何边距、边框、滚动条或可能应用到该对象的补白。</span> </span><br />
<span><span style="color: #000000;">与</span> </span><span style="font-family: Times New Roman;"><span style="color: #000000;">CSS </span><span style="color: #0000ff;">width -</span> </span><span style="color: #0000ff;"><span><strong>滚动条宽度</strong> </span></span><span style="color: #0000ff;"><strong><span style="font-family: Times New Roman;">(</span> </strong></span><span style="color: #0000ff;"><span><strong>如果有</strong> </span></span><span style="font-family: Times New Roman;"><span style="color: #0000ff;"><strong>)</strong> </span><br />
</span><span style="color: #000000;"><span>对应</span> </span><br />
<span style="font-family: Times New Roman;"><strong><span style="color: #000000;">4.</span> </strong><span style="color: #000000;"><strong>clientHeight</strong><br />
</span></span><span style="color: #000000;"><span>获取对象的高度，不计算任何边距</span> <span style="font-family: Times New Roman;">(margin)</span> <span>、边框、滚动条或可能应用到该对象的补白</span> <span style="font-family: Times New Roman;">(padding)</span> <span>。</span> </span><br />
<span><span style="color: #000000;">与</span> </span><span style="font-family: Times New Roman;"><span style="color: #000000;">CSS </span><span style="color: #0000ff;">height -</span> </span><span style="color: #0000ff;"><span><strong>滚动条宽度</strong> </span></span><span style="color: #0000ff;"><strong><span style="font-family: Times New Roman;">(</span> </strong></span><span style="color: #0000ff;"><span><strong>如果有</strong> </span></span><span style="font-family: Times New Roman;"><span style="color: #0000ff;"><strong>)</strong> </span><br />
</span><span style="color: #000000;"><span>对应</span> </span></p>
<p><strong><span style="color: #000000;"><span>获取位置信息的属性有：</span> </span></strong><br />
<span style="color: #000000;"><span>几个</span> <span style="font-family: Times New Roman;"><span>offset</span></span> <span>属性（无标准的实事标准）：</span> </span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;"><span>offset</span> </span><span>坐标</span> <span style="font-family: Times New Roman;">0</span> <span>点是</span> <span style="font-family: Times New Roman;">offsetParent</span> <span>元素</span> <span style="font-family: Times New Roman;">content</span> <span>区域的左上点</span> </span><br />
<span style="font-family: Times New Roman;"><strong><span style="color: #000000;">5.</span> </strong><span style="color: #000000;"><strong>offsetParent</strong><br />
</span></span><span style="color: #000000;"><span>获取定义对象</span> <span style="font-family: Times New Roman;">offsetTop </span><span>和</span> <span style="font-family: Times New Roman;">offsetLeft </span><span>属性的容器对象的引用。</span> </span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;">CSS persition = absolute</span> <span>时，</span> <span style="font-family: Times New Roman;">left,top </span><span>属性值参照的元素。</span> </span><br />
<span style="color: #000000;"><em><span style="font-family: Verdana;">Object is positioned relative to parent element&#8217;s position—or to the body object if its parent element is not positioned—using the top and left properties.</span> </em></span><br />
<span style="font-family: Times New Roman;"><strong><span style="color: #000000;">6.</span> </strong><span style="color: #000000;"><strong>offsetLeft</strong><br />
</span></span><span style="color: #000000;"><em><span>获取对象相对于版面或由</span> <span style="font-family: Times New Roman;">offsetParent </span></em><em><span>属性指定的父坐标的计算左侧位置。</span> </em></span><br />
<span><span style="color: #000000;">与</span> </span><span style="font-family: Times New Roman;"><span style="color: #000000;">CSS </span><span style="color: #0000ff;">left(</span> </span><span style="color: #0000ff;"><span style="font-family: Verdana;">absolute</span> </span><span style="color: #0000ff;"><span style="font-family: Times New Roman;">)+margin</span> </span><span style="color: #000000;"><span>对应</span> </span><br />
<span style="color: #000000;"><span style="font-family: Times New Roman;"><strong>7.</strong> <strong>offsetTop</strong><br />
</span><span>获取对象相对于版面或由</span> <span style="font-family: Times New Roman;">offsetTop </span><span>属性指定的父坐标的计算顶端位置。</span> </span><br />
<span><span style="color: #000000;">与</span> </span><span style="font-family: Times New Roman;"><span style="color: #000000;">CSS </span><span style="color: #0000ff;">top(absolute)+margin</span> </span><span><span style="color: #000000;">对应 </span></span></strong></p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
<p><strong>scrollHeight: 获取对象的滚动高度。<br />
scrollLeft:设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离<br />
scrollTop:设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离<br />
scrollWidth:获取对象的滚动宽度<br />
offsetHeight:获取对象相对于版面或由父坐标 offsetParent 属性指定的父坐标的高度<br />
offsetLeft:获取对象相对于版面或由 offsetParent 属性指定的父坐标的计算左侧位置<br />
offsetTop:获取对象相对于版面或由 offsetTop 属性指定的父坐标的计算顶端位置<br />
event.clientX 相对文档的水平座标<br />
event.clientY 相对文档的垂直座标<br />
event.offsetX 相对容器的水平坐标<br />
event.offsetY 相对容器的垂直坐标<br />
document.documentElement.scrollTop 垂直方向滚动的值<br />
event.clientX+document.documentElement.scrollTop 相对文档的水平座标+垂直方向滚动的量<br />
以上主要指IE之中，FireFox差异如下：<br />
IE6.0、FF1.06+：<br />
clientWidth = width + padding<br />
clientHeight = height + padding<br />
offsetWidth = width + padding + border<br />
offsetHeight = height + padding + border<br />
IE5.0/5.5：<br />
clientWidth = width &#8211; border<br />
clientHeight = height &#8211; border<br />
offsetWidth = width<br />
offsetHeight = height </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/offset%e4%b8%8escroll%e7%ad%89%e5%9d%90%e6%a0%87%e5%87%bd%e6%95%b0%e4%bb%8b%e7%bb%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE与FireFox的兼容性区别</title>
		<link>http://colee.99n9.com/ie%e4%b8%8efirefox%e7%9a%84%e5%85%bc%e5%ae%b9%e6%80%a7%e5%8c%ba%e5%88%ab/</link>
		<comments>http://colee.99n9.com/ie%e4%b8%8efirefox%e7%9a%84%e5%85%bc%e5%ae%b9%e6%80%a7%e5%8c%ba%e5%88%ab/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 07:57:22 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[div+css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[兼容]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=169</guid>
		<description><![CDATA[
window.event

IE：有window.event对象
FF：没有window.event对象。可以通过给函数的参数传递event对象。如onmousemove=doMouseMove(event)


鼠标当前坐标

IE：event.x和event.y。
FF：event.pageX和event.pageY。
通用：两者都有event.clientX和event.clientY属性。


鼠标当前坐标(加上滚动条滚过的距离)

IE：event.offsetX和event.offsetY。
FF：event.layerX和event.layerY。


标签的x和y的坐标位置：style.posLeft 和 style.posTop

IE：有。
FF：没有。
通用：object.offsetLeft 和 object.offsetTop。


窗体的高度和宽度

IE：document.body.offsetWidth和document.body.offsetHeight。注意：此时页面一定要有body标签。
FF：window.innerWidth和window.innerHegiht，以及document.documentElement.clientWidth和document.documentElement.clientHeight。
通用：document.body.clientWidth和document.body.clientHeight。


添加事件

IE：element.attachEvent(&#8221;onclick&#8221;, func);。
FF：element.addEventListener(&#8221;click&#8221;, func, true)。
通 用：element.onclick=func。虽然都可以使用onclick事件，但是onclick和上面两种方法的效果是不一样的，onclick 只有执行一个过程，而attachEvent和addEventListener执行的是一个过程列表，也就是多个过程。例如： element.attachEvent(&#8221;onclick&#8221;, func1);element.attachEvent(&#8221;onclick&#8221;, func2)这样func1和func2都会被执行。


标签的自定义属性

IE：如果给标签div1定义了一个属性value，可以div1.value和div1["value"]取得该值。
FF：不能用div1.value和div1["value"]取。
通用：div1.getAttribute(&#8221;value&#8221;)。


父节点、子节点和删除节点

IE：parentElement、parement.children，element.romoveNode(true)。
FF：parentNode、parentNode.childNodes，node.parentNode.removeChild(node)。


画图

IE：VML。
FF：SVG。


CSS：透明

IE：filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60)。
FF：opacity:0.6。


CSS：圆角

IE：不支持圆角。
FF： -moz-border-radius:4px，或者-moz-border-radius-topleft:4px;-moz-border- radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius- bottomright:4px;。


CSS：双线凹凸边框

IE：border:2px outset;。
FF： -moz-border-top-colors: #d4d0c8 white;-moz-border-left-colors: #d4d0c8 white;-moz-border-right-colors:#404040 #808080;-moz-border-bottom-colors:#404040 #808080;。



]]></description>
			<content:encoded><![CDATA[<ol>
<li><strong>window.event</strong>
<ul>
<li>IE：有window.event对象</li>
<li>FF：没有window.event对象。可以通过给函数的参数传递event对象。如onmousemove=doMouseMove(event)</li>
</ul>
</li>
<li><strong>鼠标当前坐标</strong>
<ul>
<li>IE：event.x和event.y。</li>
<li>FF：event.pageX和event.pageY。</li>
<li>通用：两者都有event.clientX和event.clientY属性。</li>
</ul>
</li>
<li><strong>鼠标当前坐标(加上滚动条滚过的距离)</strong>
<ul>
<li>IE：event.offsetX和event.offsetY。</li>
<li>FF：event.layerX和event.layerY。</li>
</ul>
</li>
<li><strong>标签的x和y的坐标位置：style.posLeft 和 style.posTop</strong>
<ul>
<li>IE：有。</li>
<li>FF：没有。</li>
<li>通用：object.offsetLeft 和 object.offsetTop。</li>
</ul>
</li>
<li><strong>窗体的高度和宽度</strong>
<ul>
<li>IE：document.body.offsetWidth和document.body.offsetHeight。注意：此时页面一定要有body标签。</li>
<li>FF：window.innerWidth和window.innerHegiht，以及document.documentElement.clientWidth和document.documentElement.clientHeight。</li>
<li>通用：document.body.clientWidth和document.body.clientHeight。</li>
</ul>
</li>
<li><strong>添加事件</strong>
<ul>
<li>IE：element.attachEvent(&#8221;onclick&#8221;, func);。</li>
<li>FF：element.addEventListener(&#8221;click&#8221;, func, true)。</li>
<li>通 用：element.onclick=func。虽然都可以使用onclick事件，但是onclick和上面两种方法的效果是不一样的，onclick 只有执行一个过程，而attachEvent和addEventListener执行的是一个过程列表，也就是多个过程。例如： element.attachEvent(&#8221;onclick&#8221;, func1);element.attachEvent(&#8221;onclick&#8221;, func2)这样func1和func2都会被执行。</li>
</ul>
</li>
<li><strong>标签的自定义属性</strong>
<ul>
<li>IE：如果给标签div1定义了一个属性value，可以div1.value和div1["value"]取得该值。</li>
<li>FF：不能用div1.value和div1["value"]取。</li>
<li>通用：div1.getAttribute(&#8221;value&#8221;)。</li>
</ul>
</li>
<li><strong>父节点、子节点和删除节点</strong>
<ul>
<li>IE：parentElement、parement.children，element.romoveNode(true)。</li>
<li>FF：parentNode、parentNode.childNodes，node.parentNode.removeChild(node)。</li>
</ul>
</li>
<li><strong>画图</strong>
<ul>
<li>IE：VML。</li>
<li>FF：SVG。</li>
</ul>
</li>
<li><strong><span style="color: #0681ba;">CSS</span>：透明</strong>
<ul>
<li>IE：filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=60)。</li>
<li>FF：opacity:0.6。</li>
</ul>
</li>
<li><strong><span style="color: #0681ba;">CSS</span>：圆角</strong>
<ul>
<li>IE：不支持圆角。</li>
<li>FF： -moz-border-radius:4px，或者-moz-border-radius-topleft:4px;-moz-border- radius-topright:4px;-moz-border-radius-bottomleft:4px;-moz-border-radius- bottomright:4px;。</li>
</ul>
</li>
<li><strong><span style="color: #0681ba;">CSS</span>：双线凹凸边框</strong>
<ul>
<li>IE：border:2px outset;。</li>
<li>FF： -moz-border-top-colors: #d4d0c8 white;-moz-border-left-colors: #d4d0c8 white;-moz-border-right-colors:#404040 #808080;-moz-border-bottom-colors:#404040 #808080;。</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/ie%e4%b8%8efirefox%e7%9a%84%e5%85%bc%e5%ae%b9%e6%80%a7%e5%8c%ba%e5%88%ab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决子块float浮动,父块高度自适应问题</title>
		<link>http://colee.99n9.com/%e8%a7%a3%e5%86%b3%e5%ad%90%e5%9d%97float%e6%b5%ae%e5%8a%a8%e7%88%b6%e5%9d%97%e9%ab%98%e5%ba%a6%e8%87%aa%e9%80%82%e5%ba%94%e9%97%ae%e9%a2%98/</link>
		<comments>http://colee.99n9.com/%e8%a7%a3%e5%86%b3%e5%ad%90%e5%9d%97float%e6%b5%ae%e5%8a%a8%e7%88%b6%e5%9d%97%e9%ab%98%e5%ba%a6%e8%87%aa%e9%80%82%e5%ba%94%e9%97%ae%e9%a2%98/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 03:55:58 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[浮动]]></category>
		<category><![CDATA[高度]]></category>
		<category><![CDATA[高度自适应]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=154</guid>
		<description><![CDATA[overflow:auto;是让高度自适应，zoom:1;是为了兼容IE6]]></description>
			<content:encoded><![CDATA[<p>当一个子块浮动的时候，外面的父块高度就不以子块高度为标准了，换句话说，子块浮动后不能够撑开父块，这个问题很容易解决，只要记住就OK了</p>
<p>方法是在父元素加上<br />
overflow:auto;<br />
zoom:1;<br />
解释一下：overflow:auto;是让高度自适应，zoom:1;是为了兼容IE6(注：在本人机子上IE6可以不加这句话)，也可以用height:1%;的方式来解决。怎么样问题解决了吧~</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/%e8%a7%a3%e5%86%b3%e5%ad%90%e5%9d%97float%e6%b5%ae%e5%8a%a8%e7%88%b6%e5%9d%97%e9%ab%98%e5%ba%a6%e8%87%aa%e9%80%82%e5%ba%94%e9%97%ae%e9%a2%98/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>div+css布局常用命名</title>
		<link>http://colee.99n9.com/divcss%e5%b8%83%e5%b1%80%e5%b8%b8%e7%94%a8%e5%91%bd%e5%90%8d/</link>
		<comments>http://colee.99n9.com/divcss%e5%b8%83%e5%b1%80%e5%b8%b8%e7%94%a8%e5%91%bd%e5%90%8d/#comments</comments>
		<pubDate>Mon, 06 Jul 2009 07:36:40 +0000</pubDate>
		<dc:creator>CoLee★＂</dc:creator>
				<category><![CDATA[div+css]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[布局]]></category>
		<category><![CDATA[常用名]]></category>

		<guid isPermaLink="false">http://colee.99n9.com/?p=122</guid>
		<description><![CDATA[容    器：container/box
头    部：header
主 导 航：mainNav
子 导 航：subNav
顶 导 航：topNav
网站标志：logo
大 广 告：banner
页面中部：mainBody
底    部：footer
菜    单：menu
菜单内容：menuContent
子 菜 单：subMenu
子菜单内容：subMenuContent
搜    索：search
搜索关键字：keyword
搜索范围：range
标签文字：tagTitle
标签内容：tagContent
当前标签：tagCurrent/currentTag
标　  题：title
内    容：content
列    表：list
当前位置：currentPath
侧 边 栏：sidebar
图    标：icon
注    释：note
登    录：login
注    册：register
列 定 义：column_1of3 (三列中的第一列)
                    column_2of3 (三列中的第二列)
                    column_3of3 (三列中的第三列)
表    头: meter
]]></description>
			<content:encoded><![CDATA[<p>容    器：container/box<br />
头    部：header<br />
主 导 航：mainNav<br />
子 导 航：subNav<br />
顶 导 航：topNav<br />
网站标志：logo<br />
大 广 告：banner<br />
页面中部：mainBody<br />
底    部：footer<br />
菜    单：menu<br />
菜单内容：menuContent<br />
子 菜 单：subMenu<br />
子菜单内容：subMenuContent<br />
搜    索：search<br />
搜索关键字：keyword<br />
搜索范围：range<br />
标签文字：tagTitle<br />
标签内容：tagContent<br />
当前标签：tagCurrent/currentTag<br />
标　  题：title<br />
内    容：content<br />
列    表：list<br />
当前位置：currentPath<br />
侧 边 栏：sidebar<br />
图    标：icon<br />
注    释：note<br />
登    录：login<br />
注    册：register<br />
列 定 义：column_1of3 (三列中的第一列)<br />
                    column_2of3 (三列中的第二列)<br />
                    column_3of3 (三列中的第三列)<br />
表    头: meter</p>
]]></content:encoded>
			<wfw:commentRss>http://colee.99n9.com/divcss%e5%b8%83%e5%b1%80%e5%b8%b8%e7%94%a8%e5%91%bd%e5%90%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
