<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/zui_le" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/zui_le" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 22 Mar 2008 14:22:00 GMT</lastBuildDate><title>zuile的收藏</title><link>http://blog.csdn.net/zui_le/</link><item><title>css 滤境的详细介绍</title><link>http://blog.csdn.net/zui_le/archive/2008/03/22/2205755.aspx</link><wfw:comment>http://blog.csdn.net/zui_le/comments/2205755.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zui_le/comments/commentRss/2205755.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2205755</trackback:ping><description>导读： 　　【alpha滤镜属性】这个名字，在flash和photoshop经常见到。它们的作用基本类似，就是把一个目标元素与背景混合。你可以指定数值来控制混合的程取ｕ庵帧坝氡尘盎旌稀蓖ㄋ椎厮稻褪且桓鲈 氐耐该鞫取ｍü 付ㄗ 辏 梢灾付ǖ恪⑾摺⒚娴耐该鞫取ｓ捎凇癆lpha”滤镜的参数多，我们先来看一下下图： 　　“opacity”：代表透明度程度。范围是从0~100，他们其实是百分比的形式。也就是说，0代表完全透明，100代表完全不透明。 　　“finishopacity”：是一个可选参数，如果想要设置渐变的透明效果，就可以使用他们来指定结束时的透明度。范围也是0 到 100。 　　“style”：指定了透明区域的形状特征。其中0代表统一形状、1代表线形、2代表放射状、3代表长方形。 　　“startx”和“starty”：代表渐变透明效果的开始x和y坐标。 　　“finishx”和“finishy”：代表渐变透明效果结束x和y坐标。 　　blendtrans 属性 　　【blendtrans属性】淡入淡出的效果滤镜，能产生极精细的图片转换效果。 　　blendtrans滤镜功&lt;img src =&quot;http://blog.csdn.net/zui_le/aggbug/2205755.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 22:22:00 +0800</pubDate><author>zui_le</author><comments>http://blog.csdn.net/zui_le/archive/2008/03/22/2205755.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zui_le/archive/2008/03/22/2205755.aspx</guid><dc:creator>zui_le</dc:creator><fs:srclink>http://blog.csdn.net/zui_le/archive/2008/03/22/2205755.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zui_le/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zui_le/~7371520/207890693/5481037</fs:itemid></item><item><title>网页设计问题大搜集(有些细节的问题，很值得学习)</title><link>http://blog.csdn.net/zui_le/archive/2008/03/22/2205751.aspx</link><wfw:comment>http://blog.csdn.net/zui_le/comments/2205751.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zui_le/comments/commentRss/2205751.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2205751</trackback:ping><description>导读： 　　怎样用CSS改变鼠标指针样式？ 　　A： ＜span style=&quot;cursor:X&quot;＞＜/span＞ 　　这里选择cursor（文本）作为对象，还可以自己改为其他的，如link等。 　　x可以等于=hand（手形）、crosshair（十字）、text（文本光标）、wait（顾名思义啦）、default（默认效果）、help（问号）、e-size（向右箭头）、ne-resize（向右上的箭头）、nw-resize（向左上的箭头）、w-resize（向左的箭头）、sw-resize（左下箭头）、s-resize（向下箭头）、se-resize（向右下箭头）、auto（系统自动给出效果） 　　如何去除浏览器的“滚动条”？ 　　A： ＜body scroll=no＞ 　　去掉水平滚动条： 　　＜body style=&quot;overflow-x: hidden&quot;＞ 　　去掉竖直滚动条： 　　＜body style=&quot;overflow-y: hidden&quot;＞ 　　怎样打开一个全屏的IE窗口？ 　　A： 用JavaScript来实现： 　　定义过程： 　　＜script lang&lt;img src =&quot;http://blog.csdn.net/zui_le/aggbug/2205751.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 22:20:00 +0800</pubDate><author>zui_le</author><comments>http://blog.csdn.net/zui_le/archive/2008/03/22/2205751.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zui_le/archive/2008/03/22/2205751.aspx</guid><dc:creator>zui_le</dc:creator><fs:srclink>http://blog.csdn.net/zui_le/archive/2008/03/22/2205751.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zui_le/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zui_le/~7371520/207890694/5481037</fs:itemid></item><item><title>针对IE网页浏览器不同版本解释的CSS</title><link>http://blog.csdn.net/zui_le/archive/2008/03/22/2205752.aspx</link><wfw:comment>http://blog.csdn.net/zui_le/comments/2205752.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zui_le/comments/commentRss/2205752.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2205752</trackback:ping><description>导读： 　　1,选择IE5.01版,可以用&quot; if ie 5.0&quot;或者&quot; if Ite ie 5.0&quot;或者&quot; if !gt ie 5.0&quot;或者&quot; if lt ie 5.0000&quot;或者&quot; if !gte ie 5.5000&quot; 　　2,选择IE5.5,IE6.0,IE7.0,可以用&quot; if !ie 5.0&quot; 或者&quot; if gt ie 5.0&quot; 或者&quot; if !lte ie 5.0&quot; 或者&quot; if !lt IE 5.5000&quot; 或者&quot; if gte IE 5.5000&quot; 　　3,选择IE5.5,可以用&quot; if ie 5.5000&quot; 　　4,选择IE 5.01,IE6 ,IE7.0,可以用 &quot;if !IE 5.5000 &quot; 　　5,选择IE 6,可以用 &quot;if IE 6 &quot; 　　6,选择IE 5.01,IE5.5和IE7.0 ,可以用&quot; if !IE 6 &quot; 　　字串6 　　7,选择IE 7.0,可以用&quot; if IE 7.0 &quot;或者&quot; if !lte IE 6&quot; 或者&quot; if gt IE 6&quot; 或者 &quot;if !lt IE 7.0&quot;或者 &quot;if gte IE 7.0&quot;或者&quot; if !lt&lt;img src =&quot;http://blog.csdn.net/zui_le/aggbug/2205752.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 22:20:00 +0800</pubDate><author>zui_le</author><comments>http://blog.csdn.net/zui_le/archive/2008/03/22/2205752.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zui_le/archive/2008/03/22/2205752.aspx</guid><dc:creator>zui_le</dc:creator><fs:srclink>http://blog.csdn.net/zui_le/archive/2008/03/22/2205752.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zui_le/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zui_le/~7371520/207890695/5481037</fs:itemid></item><item><title>firefox与ie的javascript兼容性编程汇编</title><link>http://blog.csdn.net/zui_le/archive/2008/03/22/2205745.aspx</link><wfw:comment>http://blog.csdn.net/zui_le/comments/2205745.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zui_le/comments/commentRss/2205745.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2205745</trackback:ping><description>导读： 　　1. document.formName.item(&quot;itemName&quot;) 问题 　　说明:IE下,可以使用document.formName.item(&quot;itemName&quot;)或document.formName.elements[&quot;elementName&quot;]; 　　Firefox下,只能使用document.formName.elements[&quot;elementName&quot;]. 　　解决方法:统一使用document.formName.elements[&quot;elementName&quot;]. 　　2.集合类对象问题 　　说明:IE下,可以使用()或[]获取集合类对象Firefox下,只能使用[]获取集合类对象. 　　解决方法:统一使用[]获取集合类对象. 　　3.自定义属性问题 　　说明:IE下,可以使用获取常规属性的方法来获取自定义属性,也可以使用getAttribute()获取自定义属性Firefox下,只能使用getAttribute()获取自定义属性. 　　解决方法:统一通过getAttribute()获取自定义属性. 　　4.eval(&quot;idName&quot;)问题 　　说&lt;img src =&quot;http://blog.csdn.net/zui_le/aggbug/2205745.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 22:17:00 +0800</pubDate><author>zui_le</author><comments>http://blog.csdn.net/zui_le/archive/2008/03/22/2205745.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zui_le/archive/2008/03/22/2205745.aspx</guid><dc:creator>zui_le</dc:creator><fs:srclink>http://blog.csdn.net/zui_le/archive/2008/03/22/2205745.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zui_le/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zui_le/~7371520/207890696/5481037</fs:itemid></item><item><title>三列等高CSS布局的一个实例</title><link>http://blog.csdn.net/zui_le/archive/2008/03/22/2205177.aspx</link><wfw:comment>http://blog.csdn.net/zui_le/comments/2205177.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/zui_le/comments/commentRss/2205177.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2205177</trackback:ping><description>三列等高CSS布局的一个实例，修改国外的一个demo，兼容到了IE5.5+ 和标准的浏览器Opera Firefox Safari。不过hack太多，不是很喜欢这样做。&amp;gt;&amp;gt;&amp;gt;点击查看运行效果&amp;lt;&amp;lt;&amp;lt;&lt;img src =&quot;http://blog.csdn.net/zui_le/aggbug/2205177.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 22 Mar 2008 18:23:00 +0800</pubDate><author>zui_le</author><comments>http://blog.csdn.net/zui_le/archive/2008/03/22/2205177.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/zui_le/archive/2008/03/22/2205177.aspx</guid><dc:creator>zui_le</dc:creator><fs:srclink>http://blog.csdn.net/zui_le/archive/2008/03/22/2205177.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/zui_le/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/zui_le/~7371520/207890697/5481037</fs:itemid></item></channel></rss>