<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[沧海一粟]]></title> 
<link>http://www.dzhope.com/index.php</link> 
<description><![CDATA[Web系统架构与服务器运维,php开发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[沧海一粟]]></copyright>
<item>
<link>http://www.dzhope.com/post/328/</link>
<title><![CDATA[如何嵌套透明iframe页面]]></title> 
<author>jed &lt;jed521@163.com&gt;</author>
<category><![CDATA[代码编程]]></category>
<pubDate>Sat, 09 Jun 2007 07:36:45 +0000</pubDate> 
<guid>http://www.dzhope.com/post/328/</guid> 
<description>
<![CDATA[ 
	IE5.5开始支持浮动框架的内容透明。如果想要为浮动框架定义透明内容，则必须满足下列条件。 &nbsp;<br/>1.与 iframe 元素一起使用的 allowTransparency 标签属性必须设置为 true。 &nbsp;<br/>2.在 iframe 内容源文档，background-color 或 body 元素的 bgColor 标签属性必须设置为 transparent。 <br/>具体步骤： <br/>1. 包含框架页的代码。 &nbsp;<br/><br/><div class="code"><br/>&lt;body bgColor=&quot;#eeeeee&quot;&gt; <br/>&lt;iframe allowTransparency=&quot;true&quot; src=&quot;transparent.htm&quot;&gt; <br/>&lt;/iframe&gt; <br/></div><br/><br/>2.transparent.htm页的代码。 <br/><br/><body bgColor="transparent"> <br/>透明的iframe文档 <br/>
]]>
</description>
</item><item>
<link>http://www.dzhope.com/post/328/#blogcomment2787</link>
<title><![CDATA[[评论] 如何嵌套透明iframe页面]]></title> 
<author>性感美女 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 10 Jun 2007 05:50:38 +0000</pubDate> 
<guid>http://www.dzhope.com/post/328/#blogcomment2787</guid> 
<description>
<![CDATA[ 
	哇,真是一个好方法啊.喜欢哦 
]]>
</description>
</item>
</channel>
</rss>