<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Marshal的博客]]></title> 
<link>http://www.marshal.sh.cn/index.php</link> 
<description><![CDATA[Marshal的个人博客，记叙自己的生活。]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Marshal的博客]]></copyright>
<item>
<link>http://www.marshal.sh.cn/post/400/</link>
<title><![CDATA[em和px 的区别]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Tue, 12 Aug 2008 09:42:29 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/400/</guid> 
<description>
<![CDATA[ 
	这里引用的是Jorux的“95%的中国网站需要重写CSS”的文章，题目有点吓人，但是确实是现在国内网页制作方面的一些缺陷。我一直也搞不清楚px与em之间的关系和特点，看过以后确实收获很大。平时都是用px来定义字体，所以无法用浏览器字体放大的功能，而国外大多数网站都可以在IE下使用。因为<br/><br/>1. IE无法调整那些使用px作为单位的字体大小；<br/>2. 国外的大部分网站能够调整的原因在于其使用了em作为字体单位；<br/>3. Firefox能够调整px和em，但是96%以上的中国网民使用IE浏览器(或内核)。<br/><br/>px像素（Pixel）。相对长度单位。像素px是相对于显示器屏幕分辨率而言的。(引自CSS2.0手册)<br/><br/>另外要说的是,Marshalv8模板里已经大量采用em作为单位。更符合标准。<br/><br/>Tags - <a href="http://www.marshal.sh.cn/tags/em/" rel="tag">em</a> , <a href="http://www.marshal.sh.cn/tags/px/" rel="tag">px</a> , <a href="http://www.marshal.sh.cn/tags/css/" rel="tag">css</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%258C%25BA%25E5%2588%25AB/" rel="tag">区别</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/Marshalv8/</link>
<title><![CDATA[【Marshalv8】发布于2008/8/8 8PM]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Fri, 08 Aug 2008 11:52:21 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/Marshalv8/</guid> 
<description>
<![CDATA[ 
	Marshalv8 发布于2008/8/8 8PM<br/>由Marshal发布的第八个Bo-blog模板。<br/>CSS代码都有注释。<br/>模板学习可以参阅此模板制作教程<br/><a href="http://bbs.bo-blog.com/viewthread.php?tid=19982&extra=page%3D1" target="_blank">http://bbs.bo-blog.com/vie...</a><br/>模板更多请查阅<br/><a href="http://www.marshal.sh.cn/marshalv8" target="_blank">http://www.marshal.sh.cn/m...</a><br/>模板信息<br/>A、模版名称：Marshalv8<br/>B、模版适用bo-blog的版本：2.1.0以上 <br/>C、模版适用的分辨率；：800*600以上<br/>D、适用的浏览器环境；：IE6/7，Firefox 已测试<br/>E、模版使用过程中注意的问题：欢迎到我博客留言。 <br/>F、模板预览地址: <a href="http://www.marshal.sh.cn/index.php?tem=Marshalv8" target="_blank">http://www.marshal.sh.cn/i...</a><br/>下载请至：<a href="http://bbs.bo-blog.com/viewthread.php?tid=20177&extra=page%3D1" target="_blank">http://bbs.bo-blog.com/vie...</a><br/><a href="http://www.marshal.sh.cn/attachment.php?fid=92" target="_blank"><img src="http://www.marshal.sh.cn/attachment.php?fid=92" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://www.marshal.sh.cn/tags/marshalv8/" rel="tag">marshalv8</a> , <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%258F%2591%25E5%25B8%2583/" rel="tag">发布</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%2595%2599%25E7%25A8%258B/" rel="tag">教程</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/380/</link>
<title><![CDATA[再发一条IE6下js的透明png代码]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Mon, 02 Jun 2008 04:15:18 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/380/</guid> 
<description>
<![CDATA[ 
	png图片有很好的品质。阴影效果也不会有杂边,很流畅。如果插入网页的话可以给网站内容增色不少!更重要的是在不增加图片容量大小的情况下提高了页面的图片的质量。对于有复杂背景，如：在有颜色过度背景上插入不规则边框的图片带来极大很便利!<br/>但目前IE中对于插入的透明背景的.png的图片是不能正常显示的。IE会自动给".png"格式的图片加个灰色背景。<br/>　　解决这个的方法是增加javascript。具体方法如下：<br/>　　把下面的代码放在head区就可以解决问题了。<br/><div class="code">&lt;script language=&quot;javascript&quot;&gt; <br/>function correctPNG()&nbsp;&nbsp;<br/>&#123; <br/>for(var i=0; i&lt;document.images.length; i++) <br/>&#123; <br/>&nbsp;&nbsp;var img = document.images&#91;i&#93; <br/>&nbsp;&nbsp;var imgName = img.src.toUpperCase() <br/>&nbsp;&nbsp;if (imgName.substring(imgName.length-3, imgName.length) == &quot;PNG&quot;) <br/>&nbsp;&nbsp;&#123; <br/>&nbsp;&nbsp; var imgID = (img.id) ? &quot;id=&#039;&quot; + img.id + &quot;&#039; &quot; : &quot;&quot; <br/>&nbsp;&nbsp; var imgClass = (img.className) ? &quot;class=&#039;&quot; + img.className + &quot;&#039; &quot; : &quot;&quot; <br/>&nbsp;&nbsp; var imgTitle = (img.title) ? &quot;title=&#039;&quot; + img.title + &quot;&#039; &quot; : &quot;title=&#039;&quot; + img.alt + &quot;&#039; &quot; <br/>&nbsp;&nbsp; var imgStyle = &quot;display:inline-block;&quot; + img.style.cssText&nbsp;&nbsp;<br/>&nbsp;&nbsp; if (img.align == &quot;left&quot;) imgStyle = &quot;float:left;&quot; + imgStyle <br/>&nbsp;&nbsp; if (img.align == &quot;right&quot;) imgStyle = &quot;float:right;&quot; + imgStyle <br/>&nbsp;&nbsp; if (img.parentElement.href) imgStyle = &quot;cursor:hand;&quot; + imgStyle&nbsp;&nbsp; <br/>&nbsp;&nbsp; var strNewHTML = &quot;&lt;span &quot; + imgID + imgClass + imgTitle <br/>&nbsp;&nbsp; + &quot; style=&#92;&quot;&quot; + &quot;width:&quot; + img.width + &quot;px; height:&quot; + img.height + &quot;px;&quot; + imgStyle + &quot;;&quot; <br/>&nbsp;&nbsp;+ &quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader&quot; <br/>&nbsp;&nbsp; + &quot;(src=&#92;&#039;&quot; + img.src + &quot;&#92;&#039;, sizingMethod=&#039;scale&#039;);&#92;&quot;&gt;&lt;/span&gt;&quot;&nbsp;&nbsp;<br/>&nbsp;&nbsp; img.outerHTML = strNewHTML <br/>&nbsp;&nbsp; i = i-1 <br/>&nbsp;&nbsp;&#125; <br/>&#125; <br/>&#125; <br/>window.attachEvent(&quot;onload&quot;, correctPNG); <br/> &lt;/script&gt;&nbsp;&nbsp;</div><br/><br/>　　也可以把这段代码单独加在一张图片上：<br/><br/><div class="code">&lt;span <br/>style=&quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;male.png&#039;,sizingMethod=&#039;scale&#039;);&quot;&gt;&lt;/span&gt; </div><br/>Tags - <a href="http://www.marshal.sh.cn/tags/js/" rel="tag">js</a> , <a href="http://www.marshal.sh.cn/tags/png/" rel="tag">png</a> , <a href="http://www.marshal.sh.cn/tags/%25E9%2580%258F%25E6%2598%258E/" rel="tag">透明</a> , <a href="http://www.marshal.sh.cn/tags/%25E4%25BB%25A3%25E7%25A0%2581/" rel="tag">代码</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/379/</link>
<title><![CDATA[只改动CSS让IE6支持透明PNG ]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Sun, 01 Jun 2008 11:35:56 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/379/</guid> 
<description>
<![CDATA[ 
	作为浏览器市场的老大，IE6的罪恶罄竹难书，不支持透明PNG这一“特性”让IE6成为常用浏览器中唯一的异类。IE特有的CSS滤镜虽然可以做到这一点，但是代码比较复杂，而且使用了该滤镜所属标签下的链接失效。在这里和大家分享一个能让IE6不完美支持透明PNG图片的“傻瓜式”脚本，至于为什么是不完美，我们稍后分析<br/><br/>来源：<a href="http://www.twinhelix.com/css/iepngfix/" target="_blank">http://www.twinhelix.com/c...</a><br/>预览：<a href="http://www.twinhelix.com/css/iepngfix/demo/" target="_blank">http://www.twinhelix.com/c...</a><br/>下载：<a href="http://www.twinhelix.com/css/iepngfix/iepngfix.zip" target="_blank">http://www.twinhelix.com/c...</a><br/>效果：允许IE6正常显示使用&lt;img&gt;标签插入或以CSS background-image方式写入的透明PNG图象。<br/><br/>使用方法： <br/><br/>1、下载脚本脚本，将其中的iepngfix.htc和blank.gif解压缩到合适的目录内，.htc即Html Components，该文件需要在CSS中被调用；blank.gif是一个1×1像素的透明GIF图片，缺少该文件会使&lt;img&gt;标签插入的PNG图象显示为红色的叉烧包。<br/><br/>2、在iepngfix.htc中修改blank.gif的路径，var blankImg =‘blank.gif的正确路径’，这是惟一一个需要修改的配置。<br/><br/>if (typeof blankImg == ‘undefined’) var blankImg = ‘blank.gif’;<br/><br/>3、在css中将需要使用透明PNG的元素与.htc文件关联。<br/><br/>例如：*&#123;behavior: url(iepngfix.htc) &#125;<br/><br/>轻松三步，IE6就能支持透明PNG图片了。<br/><br/><br/>进阶使用：<br/><br/>1、在css中使用通配符“*”调用.htc脚本会对body内所有标签进行处理，加大客户端的资源消耗，延缓页面载入时间。我们可以细化CSS选择器针对某一个标签甚至是某个ID的元素来套用脚本以获得更好的用户体验。<br/><br/>例如：img,div&#123;behavior: url(iepngfix.htc) &#125;<br/>div#header&#123;behavior: url(iepngfix.htc)&#125;<br/><br/>如果无法预见页面中哪些地方需要这个滤镜，还可以将behavior写入成class以便调用。<br/><br/>.pngsupport&#123;behavior: url(iepngfix.htc)&#125;<br/><br/>2、利用IE的条件注释使脚本只应用于IE6及以下版本，减少对IE7用户的影响。<br/><br/>&lt;!–[if lte IE 6]&gt;<br/>*&#123;behavior: url(iepngfix.htc)&#125;<br/>&lt;![endif]–&gt;<br/><br/>3、behavior是IE特有的属性，直接写入样式表将导致页面无法通过W3C的css验证。使用以下脚本写入behavior就可以解决这个问题，前提是页面必须有一个外部样式表，并且位于这个脚本的上面。这种方法的不便之处每次只能添加一个选择符。<br/> <br/><br/>&lt;script type=”text/javascript”&gt;<br/>if (document.all &amp;&amp; /MSIE (5&#92;.5&amp;#124;6)/.test(navigator.userAgent) &amp;&amp;<br/>&nbsp;&nbsp;document.styleSheets &amp;&amp; document.styleSheets[0] &amp;&amp; document.styleSheets[0].addRule)<br/> &#123;<br/> document.styleSheets[0].addRule(’*&#039;, ‘behavior: url(iepngfix.htc)’);<br/> document.styleSheets[0].addRule(’img’, ‘behavior: url(iepngfix.htc)’);<br/> document.styleSheets[0].addRule(’div’, ‘behavior: url(iepngfix.htc)’);<br/> &#125;<br/> &lt;/script&gt;.<br/>缺陷：<br/><br/>在文章开头我就说过这个脚本不是完美的，一起来看看iepngfix.htc都有哪些短版吧。<br/><br/>1、使用PNG透明背景可能导致该元素内部链接无法点击，尤其在链接具有float属性的时候，如：存在于一个浮动列表中的链接。推荐解决方法：使用display:inline代替float来实现块级元素的的横向排列。<br/><br/>2、img标签的插入的透明PNG图象无法使用右键保存，“另存为”只能取到覆盖在上面的blank.gif。什么？不要blank.gif？等着吃叉烧包吧。<br/><br/>3、作为背景的PNG图象无法被平铺，无法被定位，即background-repeat默认为no-repeat，而background-position彻底失效。<br/><br/>4、在页面刚载入的时候我们依旧能看到PNG图象因为IE6不支持而短暂出现的灰边，时间取决页面文件的大小和网络速度。<br/><br/>5、作者建议为使用PNG背景的元素设置一个固定宽度，但在我的使用中尚未发现width:auto会带来什么问题。<br/><br/>6、不支持低于5.5版本的浏览器，不过这个问题已经算不上问题。<br/><br/>Tags - <a href="http://www.marshal.sh.cn/tags/css/" rel="tag">css</a> , <a href="http://www.marshal.sh.cn/tags/ie6/" rel="tag">ie6</a> , <a href="http://www.marshal.sh.cn/tags/%25E9%2580%258F%25E6%2598%258E/" rel="tag">透明</a> , <a href="http://www.marshal.sh.cn/tags/png/" rel="tag">png</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/MarshalV7/</link>
<title><![CDATA[6.1号给大家的礼物--MarshalV7模板发布]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Sun, 01 Jun 2008 11:18:46 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/MarshalV7/</guid> 
<description>
<![CDATA[ 
	<div class="quote"><div class="quote-title">引用</div><div class="quote-content">模板名称：Marshalv7<br/>模板作者：Marshal<br/>适应程序：Boblog 2.0.3+<br/>预览地址:<a href="http://www.marshal.sh.cn/index.php?tem=marshalv7" target="_blank">http://www.marshal.sh.cn/i...</a><br/>适用于IE6 7 Firefox Opera等主流浏览器</div></div><br/>修改模板的navbar于侧边，请勿点击“边栏”按钮（隐藏侧边）。<br/>这只是给大家6.1的小礼物，ftp仍旧没有好，只是用webmin的上传功能发布的。<br/>手上还有个更好的模板，还有6天就是我20生日了，到时候再发布吧。<br/><br/>模板制作于5月的某天，以纪念某人20生日，祝你开心。（有注释）<br/>模板预览：<a href="http://www.marshal.sh.cn/attachment.php?fid=80" target="_blank"><img src="http://www.marshal.sh.cn/attachment.php?fid=80" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>模板下载请至：<a href="http://bbs.bo-blog.com/viewthread.php?tid=18534&extra=page%3D1" target="_blank">http://bbs.bo-blog.com/vie...</a><br/>Tags - <a href="http://www.marshal.sh.cn/tags/marshalv7/" rel="tag">marshalv7</a> , <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/358/</link>
<title><![CDATA[在html中调用一个页面]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Wed, 16 Apr 2008 15:02:49 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/358/</guid> 
<description>
<![CDATA[ 
	这个方法是这样的，只需要一个script语句就能调用别的页面，用起来很方便！<br/>假如这是一个页面的代码：<br/><div class="code">&lt;html&gt;<br/>&lt;head&gt;<br/>&lt;title&gt;页面调用测试&lt;/title&gt;<br/>&lt;/head&gt;<br/>&lt;body&gt;<br/>&lt;table width=&quot;760&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br/>&nbsp;&nbsp; &lt;tr&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &lt;td&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;script language=&quot;JavaScript&quot; src=&quot;footer.js&quot;&gt;&lt;/script&gt;&lt;!--这里就是调用语句，调用同一目录下的footer.js文件--&gt;<br/>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/td&gt;<br/>&nbsp;&nbsp; &lt;/tr&gt;<br/>&lt;/table&gt;<br/>&lt;/body&gt;<br/>&lt;/html&gt;</div><br/><br/>而footer.js文件的内容就是：<br/><div class="code">document.write(&#039;&lt;div aligh=&quot;center&quot;&gt;&#039;)<br/>document.write(&#039;输入要显示的文字&#039;)<br/>document.write(&#039;&lt;/div&gt;&#039;);</div><br/><br/>这样就完成了一个页面的调用，是不是很方便<br/>Tags - <a href="http://www.marshal.sh.cn/tags/html/" rel="tag">html</a> , <a href="http://www.marshal.sh.cn/tags/%25E8%25B0%2583%25E7%2594%25A8/" rel="tag">调用</a> , <a href="http://www.marshal.sh.cn/tags/%25E9%25A1%25B5%25E9%259D%25A2/" rel="tag">页面</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/328/</link>
<title><![CDATA[如果你觉得博客广告太多太占地方怎么办？]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Wed, 05 Mar 2008 09:24:29 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/328/</guid> 
<description>
<![CDATA[ 
	下面这段是我博客的广告代码，有GG和阿里妈妈的，因为广告不能做框架页，用table定义又不符合xhtml标准，所以就用了一段div代码。<br/><div class="code">&lt;div style=&quot;width : 100%;height:180px; overflow-x : visible;&nbsp;&nbsp; overflow-y : scroll; padding-left:15;&quot;&gt;<br/>&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--<br/>google_ad_client = &quot;pub-4259704116123361&quot;;<br/>//120x240, 创建于 08-1-4<br/>google_ad_slot = &quot;0999242656&quot;;<br/>google_ad_width = 120;<br/>google_ad_height = 240;<br/>//--&gt;&lt;/script&gt;<br/>&lt;script type=&quot;text/javascript&quot;<br/>src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;<br/>&lt;/script&gt;<br/>&lt;script type=&quot;text/JavaScript&quot;&gt; <br/>alimama_pid=&quot;mm_10696039_742397_1446812&quot;; <br/>alimama_titlecolor=&quot;0000FF&quot;; <br/>alimama_descolor =&quot;000000&quot;; <br/>alimama_bgcolor=&quot;FFFFFF&quot;; <br/>alimama_bordercolor=&quot;E6E6E6&quot;; <br/>alimama_linkcolor=&quot;008000&quot;; <br/>alimama_bottomcolor=&quot;FFFFFF&quot;; <br/>alimama_anglesize=&quot;0&quot;; <br/>alimama_bgpic=&quot;0&quot;; <br/>alimama_icon=&quot;0&quot;; <br/>alimama_sizecode=&quot;22&quot;; <br/>alimama_width=120; <br/>alimama_height=240; <br/>alimama_type=2; <br/>&lt;/script&gt; <br/>&lt;script src=&quot;http://a.alimama.cn/inf.js&quot; type=text/javascript&gt; <br/>&lt;/script&gt;&lt;/div&gt;</div><br/>Tags - <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/div/" rel="tag">div</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%25B9%25BF%25E5%2591%258A/" rel="tag">广告</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25BB%259A%25E5%258A%25A8%25E6%259D%25A1/" rel="tag">滚动条</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/327/</link>
<title><![CDATA[bo-blog滚动条连接]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Tue, 04 Mar 2008 16:10:54 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/327/</guid> 
<description>
<![CDATA[ 
	其中<strong>height:350px</strong>可修改其高度<br/><div class="code">&lt;script type=&quot;text/javascript&quot;&gt;<br/>//&lt;!&#91;CDATA&#91;<br/>if (document.getElementById(&#039;sidebar_link&#039;)) &#123;<br/>var linkprimitivehtml=document.getElementById(&#039;sidebar_link&#039;).innerHTML;<br/>document.getElementById(&#039;sidebar_link&#039;).innerHTML=&quot;&lt;div style=&#039;height:350px;overflow:auto;&#039;&gt;&quot;+linkprimitivehtml+&quot;&lt;/div&gt;&quot;;<br/>&#125;<br/>//&#93;&#93;&gt;<br/>&lt;/script&gt;</div><br/><br/>更完美的优化版<br/><br/><div class="code">&lt;script type=&quot;text/javascript&quot;&gt;<br/>//&lt;!&#91;CDATA&#91;<br/>if (document.getElementById(&#039;sidebar_link&#039;)) &#123;<br/>var linkprimitivehtml=document.getElementById(&#039;sidebar_link&#039;).innerHTML;<br/>document.getElementById(&#039;sidebar_link&#039;).innerHTML=&quot;&lt;div style=&#039;height:350px;overflow:auto;&#039;&gt;&quot;+linkprimitivehtml+&quot;&lt;/div&gt;&lt;div style=&#039;text-align:right;padding:3px;&#039;&gt;&lt;strong&gt;&lt;a href=&#039;login.php?job=applylink&#039;&gt;申请链接&lt;/a&gt;&#124;&lt;a href=&#039;links.php&#039;&gt;更多链接… &lt;/a&gt;&lt;/strong&gt;&lt;/div&gt;&quot;;<br/>&#125;<br/>//&#93;&#93;&gt;<br/>&lt;/script&gt;</div><br/>Tags - <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25BB%259A%25E5%258A%25A8%25E6%259D%25A1/" rel="tag">滚动条</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/Marshalv5/</link>
<title><![CDATA[简约化WP模板-蓝色基调Marshalv5]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Wed, 20 Feb 2008 15:14:40 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/Marshalv5/</guid> 
<description>
<![CDATA[ 
	A、模版名称：Marshalv5<br/>B、模版适用bo-blog的版本：2.1.0以上 <br/>C、模版适用的分辨率；：800*600以上<br/>D、适用的浏览器环境；：IE6/7，Firefox 已测试<br/>E、模版使用过程中注意的问题：欢迎到我博客留言。 <br/>F、模板预览地址: <a href="http://www.marshal.sh.cn/index.php?tem=marshalv5" target="_blank">http://www.marshal.sh.cn/i...</a><br/>下载地址:<a href="http://bbs.bo-blog.com/viewthread.php?tid=16076&extra=page%3D1" target="_blank">http://bbs.bo-blog.com/vie...</a><br/><a href="http://www.marshal.sh.cn/attachment.php?fid=61" target="_blank"><img src="http://www.marshal.sh.cn/attachment.php?fid=61" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://www.marshal.sh.cn/tags/marshalv5/" rel="tag">marshalv5</a> , <a href="http://www.marshal.sh.cn/tags/blog/" rel="tag">blog</a> , <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/WheatGrass/</link>
<title><![CDATA[模仿国外WP的模板WheatGrass]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Mon, 21 Jan 2008 00:49:12 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/WheatGrass/</guid> 
<description>
<![CDATA[ 
	原本此模板有更好的JS菜单、单栏等等更好的模板。但是由于许多细节问题。暂缓了发布<br/>模板信息<br/>A、模版名称：WheatGrass<br/>B、模版适用bo-blog的版本：2.1.0以上 <br/>C、模版适用的分辨率；：800*600以上<br/>D、适用的浏览器环境；：IE6/7，Firefox 已测试<br/>E、模版使用过程中注意的问题：欢迎到我博客留言。 <br/>F、模板预览地址: <a href="http://www.marshal.sh.cn/index.php?tem=wheatgrass" target="_blank">http://www.marshal.sh.cn/i...</a><br/>下载地址 <a href="http://bbs.bo-blog.com/viewthread.php?tid=15473&extra=page%3D1" target="_blank">http://bbs.bo-blog.com/vie...</a><br/><a href="http://www.marshal.sh.cn/attachment.php?fid=54" target="_blank"><img src="http://www.marshal.sh.cn/attachment.php?fid=54" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E4%25BB%25BF/" rel="tag">模仿</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%259B%25BD%25E5%25A4%2596/" rel="tag">国外</a> , <a href="http://www.marshal.sh.cn/tags/wp/" rel="tag">wp</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a> , <a href="http://www.marshal.sh.cn/tags/wheatgrass/" rel="tag">wheatgrass</a> , <a href="http://www.marshal.sh.cn/tags/bo-blog/" rel="tag">bo-blog</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/266/</link>
<title><![CDATA[一段IE6下PNG图版透明的js]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Fri, 11 Jan 2008 10:52:06 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/266/</guid> 
<description>
<![CDATA[ 
	<div class="code">&lt;script language=&quot;javascript&quot;&gt;<br/>// 修复 IE 下 PNG 图片不能透明显示的问题<br/>function fixPNG(myImage) &#123;<br/>var arVersion = navigator.appVersion.split(&quot;MSIE&quot;);<br/>var version = parseFloat(arVersion&#91;1&#93;);<br/>if ((version &gt;= 5.5) &amp;&amp; (version &lt; 7) &amp;&amp; (document.body.filters))<br/>&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var imgID = (myImage.id) ? &quot;id=&#039;&quot; + myImage.id + &quot;&#039; &quot; : &quot;&quot;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var imgClass = (myImage.className) ? &quot;class=&#039;&quot; + myImage.className + &quot;&#039; &quot; : &quot;&quot;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var imgTitle = (myImage.title) ? &quot;title=&#039;&quot; + myImage.title&nbsp;&nbsp;+ &quot;&#039; &quot; : &quot;title=&#039;&quot; + myImage.alt + &quot;&#039; &quot;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var imgStyle = &quot;display:inline-block;&quot; + myImage.style.cssText;<br/>&nbsp;&nbsp;&nbsp;&nbsp;var strNewHTML = &quot;&lt;span &quot; + imgID + imgClass + imgTitle<br/><br/>&nbsp;&nbsp; + &quot; style=&#92;&quot;&quot; + &quot;width:&quot; + myImage.width<br/><br/>&nbsp;&nbsp; + &quot;px; height:&quot; + myImage.height<br/><br/>&nbsp;&nbsp; + &quot;px;&quot; + imgStyle + &quot;;&quot;<br/><br/>&nbsp;&nbsp; + &quot;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader&quot;<br/><br/>&nbsp;&nbsp; + &quot;(src=&#92;&#039;&quot; + myImage.src + &quot;&#92;&#039;, sizingMethod=&#039;scale&#039;);&#92;&quot;&gt;&lt;/span&gt;&quot;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;myImage.outerHTML = strNewHTML;<br/>&#125; &#125; <br/><br/>window.onload=function()&#123;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;document.getElementById(&quot;top&quot;).style.height=screen.height/5+&quot;px&quot;;<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br/>&#125;//<br/>&lt;/script&gt;</div><br/>用法如下：<br/>&lt;img src=&quot;logo.png&quot; width=&quot;328&quot; height=&quot;325&quot; border=&quot;0&quot; onload=&quot;fixPNG(this)&quot; /&gt;<br/>Tags - <a href="http://www.marshal.sh.cn/tags/ie6/" rel="tag">ie6</a> , <a href="http://www.marshal.sh.cn/tags/png/" rel="tag">png</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%259B%25BE%25E7%2589%2588/" rel="tag">图版</a> , <a href="http://www.marshal.sh.cn/tags/%25E9%2580%258F%25E6%2598%258E/" rel="tag">透明</a> , <a href="http://www.marshal.sh.cn/tags/js/" rel="tag">js</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/mousenewyear/</link>
<title><![CDATA[鼠年喜庆模板发布！Marshal出品必为精品]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Wed, 02 Jan 2008 15:22:10 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/mousenewyear/</guid> 
<description>
<![CDATA[ 
	A、模版名称； Mousenewyear<br/>B、模版适用bo-blog的版本； 2.1.0 及以上<br/>C、模版适用的分辨率； 1024X768及以上<br/>D、适用的浏览器环境； IE6+傲游2,Firefox测试通过.顶部透明图片部分浏览器不显示。或许等待下个版本<br/>E、模版使用过程中注意的问题； <br/>1、评论 最新文章之类 控制在5～6篇为好<br/>2、请阅读模板内readme.txt.<br/>3.把images文件夹复制在根目录即可<br/>&nbsp;&nbsp; 那个灯笼就是下拉菜单,含有链接 标签之类，完美下拉菜单，支持<a href="http://www.marshal.sh.cn/tags/seo/" target="_blank" title="http://www.marshal.sh.cn/tags/seo/" class="mykeyword">seo</a><br/>Marshal版权所有。请勿转载修改版权和模板。<br/>欢迎提意见<br/>下载请到<a href="http://bbs.bo-blog.com/viewthread.php?tid=15006&extra=page%3D1" target="_blank">http://bbs.bo-blog.com/vie...</a><br/>或<a href="http://www.marshal.sh.cn/share" target="_blank">http://www.marshal.sh.cn/s...</a>中的<a href="http://www.bo-blog.com" target="_blank" title="http://www.bo-blog.com" class="mykeyword">boblog</a>文件夹寻找同名模板<br/>Tags - <a href="http://www.marshal.sh.cn/tags/bo-blog/" rel="tag">bo-blog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%258F%2591%25E5%25B8%2583/" rel="tag">发布</a> , <a href="http://www.marshal.sh.cn/tags/%25E9%25BC%25A0%25E5%25B9%25B4/" rel="tag">鼠年</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%2596%25B0%25E5%25B9%25B4/" rel="tag">新年</a> , <a href="http://www.marshal.sh.cn/tags/%25E8%25BF%2587%25E5%25B9%25B4/" rel="tag">过年</a> , <a href="http://www.marshal.sh.cn/tags/%25E5%2596%259C%25E5%25BA%2586/" rel="tag">喜庆</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/227/</link>
<title><![CDATA[今天帮雪猫猫改了我昨天做的板子。]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Wed, 26 Dec 2007 08:29:51 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/227/</guid> 
<description>
<![CDATA[ 
	帮她改成单栏了。昨天也有朋友说。两栏的太乱。<br/>有喧宾夺主之感。我就改了下。嘻嘻～<br/><a href="http://www.marshal.sh.cn/attachment.php?fid=42" target="_blank"><img src="http://www.marshal.sh.cn/attachment.php?fid=42" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/MarshalVersion3/</link>
<title><![CDATA[圣诞节制作的模板MarshalVersion3 淡然风格]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Tue, 25 Dec 2007 13:29:35 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/MarshalVersion3/</guid> 
<description>
<![CDATA[ 
	A、模版名称： MarshalVersion3<br/>B、模版适用bo-blog的版本； V2.0.3 sp1<br/>C、模版适用的分辨率； 1024*768&nbsp;&nbsp; 1280*1024（推荐）<br/>D、适用的浏览器环境； IE7 FF<br/>E、模版使用过程中注意的问题，如：暂无。<br/><hr/>本模板已在bo-blog官方发布<br/>预览图<br/><a href="http://www.marshal.sh.cn/attachment.php?fid=41" target="_blank"><img src="http://www.marshal.sh.cn/attachment.php?fid=41" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>Tags - <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a> , <a href="http://www.marshal.sh.cn/tags/%25E6%25A8%25A1%25E6%259D%25BF/" rel="tag">模板</a> , <a href="http://www.marshal.sh.cn/tags/theme/" rel="tag">theme</a>
]]>
</description>
</item><item>
<link>http://www.marshal.sh.cn/post/192/</link>
<title><![CDATA[boblog加入top返回页面顶部]]></title> 
<author>Marshal &lt;admin@yourname.com&gt;</author>
<category><![CDATA[bob模板]]></category>
<pubDate>Tue, 18 Dec 2007 02:20:55 +0000</pubDate> 
<guid>http://www.marshal.sh.cn/post/192/</guid> 
<description>
<![CDATA[ 
	代码为：<br/><div class="code">&lt;a href=&quot;javascript:scroll(0,0)&quot; hidefocus=&quot;true&quot;&gt;&lt;img src=&quot;&#123;$template&#91;&#039;images&#039;&#93;&#125;/top.gif&quot; alt=&quot;&quot; title=&quot;TOP&quot; style=&quot;border: 0px;&quot; /&gt;&lt;/a&gt;</div><br/>选一个top.gif就行<br/>Tags - <a href="http://www.marshal.sh.cn/tags/boblog/" rel="tag">boblog</a>
]]>
</description>
</item>
</channel>
</rss>