<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Transparent DIV SPAN for all browsers, Firefox, Opera, Safari, Chrome, Internet Explorer</title>
	<atom:link href="http://www.codingday.com/transparent-div-span-for-all-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingday.com/transparent-div-span-for-all-browsers/</link>
	<description>Adventures in Computing, Can Erten's blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:33:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anish</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-42457</link>
		<dc:creator>anish</dc:creator>
		<pubDate>Thu, 25 Feb 2010 04:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-42457</guid>
		<description>thanks Coding Day !!! it works well in IE hell
and also thanks Shelly Caldwell ! for giving valuable tip about the width property.</description>
		<content:encoded><![CDATA[<p>thanks Coding Day !!! it works well in IE hell<br />
and also thanks Shelly Caldwell ! for giving valuable tip about the width property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donjoe</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-41521</link>
		<dc:creator>donjoe</dc:creator>
		<pubDate>Wed, 17 Feb 2010 13:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-41521</guid>
		<description>Apparently the only way is to move your content outside the transparent container (HTML-wise) and then use trickery to make it _visually_ appear on top of the transparent container when the page is rendered. (One suggested trick has something to do with negative margin values in CSS.)</description>
		<content:encoded><![CDATA[<p>Apparently the only way is to move your content outside the transparent container (HTML-wise) and then use trickery to make it _visually_ appear on top of the transparent container when the page is rendered. (One suggested trick has something to do with negative margin values in CSS.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wayne</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-40073</link>
		<dc:creator>wayne</dc:creator>
		<pubDate>Wed, 27 Jan 2010 02:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-40073</guid>
		<description>Hey everyone. I love this. I have one more question: How do I get just the background to be transparent. Right now, EVERYTHING associated with the element is transparent.

#main {
background:#000000;
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;
}




Content



The container is transparent, and so is the text and that is my problem. Any help would be great, thanks.</description>
		<content:encoded><![CDATA[<p>Hey everyone. I love this. I have one more question: How do I get just the background to be transparent. Right now, EVERYTHING associated with the element is transparent.</p>
<p>#main {<br />
background:#000000;<br />
filter:alpha(opacity=50);<br />
-moz-opacity: 0.5;<br />
opacity: 0.5;<br />
}</p>
<p>Content</p>
<p>The container is transparent, and so is the text and that is my problem. Any help would be great, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valeriano Cossu</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-40055</link>
		<dc:creator>Valeriano Cossu</dc:creator>
		<pubDate>Tue, 26 Jan 2010 04:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-40055</guid>
		<description>Superb!
Cheers</description>
		<content:encoded><![CDATA[<p>Superb!<br />
Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelly Caldwell</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-39192</link>
		<dc:creator>Shelly Caldwell</dc:creator>
		<pubDate>Tue, 22 Dec 2009 00:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-39192</guid>
		<description>Remember you have to have a width (&#039;auto&#039; won&#039;t work) for this to work in IE7</description>
		<content:encoded><![CDATA[<p>Remember you have to have a width (&#8216;auto&#8217; won&#8217;t work) for this to work in IE7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Hanafey</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-38906</link>
		<dc:creator>Nic Hanafey</dc:creator>
		<pubDate>Mon, 09 Nov 2009 12:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-38906</guid>
		<description>Hey there,

Thanks so much! This worked perfectly- now my page works in IE, Firefox and Chrome :)

Cheers</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>Thanks so much! This worked perfectly- now my page works in IE, Firefox and Chrome <img src='http://www.codingday.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vince</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-38862</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Wed, 28 Oct 2009 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-38862</guid>
		<description>Does anyone know what the performance difference is using this method over using a 1 pixel semi-transparent png?</description>
		<content:encoded><![CDATA[<p>Does anyone know what the performance difference is using this method over using a 1 pixel semi-transparent png?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg J</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-38839</link>
		<dc:creator>Greg J</dc:creator>
		<pubDate>Thu, 22 Oct 2009 09:40:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-38839</guid>
		<description>Hi,

Everyone seems to be having success getting this to work in IE. I&#039;m using IE8 and it&#039;s not working for me. Here is the css I am using for the transparent div:

#feedscroller {
    display: block;
    background: #fff;
    overflow: scroll;
    width: 598px;
    height: 390px;
    border: 1px solid #c6cdb4;
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
}

any ideas anyone?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Everyone seems to be having success getting this to work in IE. I&#8217;m using IE8 and it&#8217;s not working for me. Here is the css I am using for the transparent div:</p>
<p>#feedscroller {<br />
    display: block;<br />
    background: #fff;<br />
    overflow: scroll;<br />
    width: 598px;<br />
    height: 390px;<br />
    border: 1px solid #c6cdb4;<br />
    opacity: 0.5;<br />
    filter:alpha(opacity=50);<br />
    -moz-opacity: 0.5;<br />
}</p>
<p>any ideas anyone?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunjit S Nair</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-38777</link>
		<dc:creator>Sunjit S Nair</dc:creator>
		<pubDate>Sun, 27 Sep 2009 04:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-38777</guid>
		<description>Excellent idea, Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Excellent idea, Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rizomer</title>
		<link>http://www.codingday.com/transparent-div-span-for-all-browsers/comment-page-1/#comment-38648</link>
		<dc:creator>rizomer</dc:creator>
		<pubDate>Sat, 15 Aug 2009 18:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/transparent-div-span-for-all-browsers/#comment-38648</guid>
		<description>this opens horizons. thanks.</description>
		<content:encoded><![CDATA[<p>this opens horizons. thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
