<?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>Techie Gyaaan &#187; HTML</title>
	<atom:link href="http://techie.gyaaan.com/category/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://techie.gyaaan.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 15 May 2009 15:19:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Transparent Iframes</title>
		<link>http://techie.gyaaan.com/transparent-iframes/</link>
		<comments>http://techie.gyaaan.com/transparent-iframes/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 23:31:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IFrame]]></category>
		<category><![CDATA[Transparent]]></category>

		<guid isPermaLink="false">http://techie.gyaaan.com/?p=77</guid>
		<description><![CDATA[How to Setup an Iframe to be transparent Step 1 Insert your iframe code between body tags. &#60;iframe src=&#8221;yourpage.html&#8221; name=&#8221;myframe&#8221; width=&#8221;250&#8243; height=&#8221;250&#8243; frameborder=&#8221;0&#8243; allowtransparency=&#8221;true&#8221;&#62;&#60;/iframe&#62; Step 2 Now copy the code below, and paste it between tags of the page you are linking to. In this example this page is yourpage.html &#60;style type=&#8221;text/css&#8221;&#62; Body { Background: [...]]]></description>
			<content:encoded><![CDATA[<h1>How to Setup an Iframe to be transparent</h1>
<h2>Step 1</h2>
<p>Insert your iframe code between body tags.</p>
<p>&lt;iframe src=&#8221;yourpage.html&#8221; name=&#8221;myframe&#8221; width=&#8221;250&#8243; height=&#8221;250&#8243; frameborder=&#8221;0&#8243; <strong>allowtransparency=&#8221;true&#8221;</strong>&gt;&lt;/iframe&gt;</p>
<h2>Step 2</h2>
<p>Now copy the code below, and paste it between <head> tags of the page you are linking to.</p>
<p>In this example this page is yourpage.html<br />
&lt;style type=&#8221;text/css&#8221;&gt;<br />
Body { Background: transparent; }<br />
&lt;/style&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://techie.gyaaan.com/transparent-iframes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

