<?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: Cross-browser opacity</title>
	<atom:link href="http://doctyper.com/archives/200703/cross-browser-opacity/feed/" rel="self" type="application/rss+xml" />
	<link>http://doctyper.com/archives/200703/cross-browser-opacity/</link>
	<description>Doctyper is the website of Richard Herrera, a front-end developer with a strong commitment to the web standards movement.</description>
	<lastBuildDate>Fri, 16 Jul 2010 08:26:58 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martin</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-23218</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 27 Feb 2009 21:53:57 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-23218</guid>
		<description>And look al that nasty html comments just for IE.. what a wonderful world huh.. 

microsoft is just a reflex of their users :P

thanks for the info man! You are the one! :)</description>
		<content:encoded><![CDATA[<p>And look al that nasty html comments just for IE.. what a wonderful world huh.. </p>
<p>microsoft is just a reflex of their users <img src='http://doctyper.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>thanks for the info man! You are the one! <img src='http://doctyper.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Edmunds</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-4766</link>
		<dc:creator>Matthew Edmunds</dc:creator>
		<pubDate>Thu, 11 Sep 2008 04:40:51 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-4766</guid>
		<description>Hi, I am doing fine with Firefox using opacity to create roll overs. I can&#039;t make it work in ie7 

I am guessing it is because I am not using the #element and am assigning a class.


a.button:hover {opacity: 0;-moz-opacity:0.0;}
a.button:visited {opacity: 0.4; -moz-opacity:0.4;}
&lt;!--[if IE 7]&gt;--&gt;

a.button:hover {filter: alpha(opacity=00);}
a.button:visited {filter: alpha(opacity=40);}
&lt;!--[endif]--&gt;

Is there a way around this for IE7? or is it simply not supported? 

It is  very succinct and simple method to create a rollover using 1 image in the BG and controlling the opacity of the image over it rather than using the old fashioned java style rollovers.

Thank you for your help with this.

Matthew</description>
		<content:encoded><![CDATA[<p>Hi, I am doing fine with Firefox using opacity to create roll overs. I can&#8217;t make it work in ie7 </p>
<p>I am guessing it is because I am not using the #element and am assigning a class.</p>
<p>a.button:hover {opacity: 0;-moz-opacity:0.0;}<br />
a.button:visited {opacity: 0.4; -moz-opacity:0.4;}<br />
<!--[if IE 7]&gt;--></p>
<p>a.button:hover {filter: alpha(opacity=00);}<br />
a.button:visited {filter: alpha(opacity=40);}<br />
<!--[endif]--></p>
<p>Is there a way around this for IE7? or is it simply not supported? </p>
<p>It is  very succinct and simple method to create a rollover using 1 image in the BG and controlling the opacity of the image over it rather than using the old fashioned java style rollovers.</p>
<p>Thank you for your help with this.</p>
<p>Matthew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doctyper</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-3275</link>
		<dc:creator>doctyper</dc:creator>
		<pubDate>Wed, 16 Jul 2008 22:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-3275</guid>
		<description>Wow, Troy. So bitter.

Do remember that this article was written more than A YEAR AGO. And thanks for pointing out my redoundancy [sic].</description>
		<content:encoded><![CDATA[<p>Wow, Troy. So bitter.</p>
<p>Do remember that this article was written more than A YEAR AGO. And thanks for pointing out my redoundancy [sic].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy III</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-2749</link>
		<dc:creator>Troy III</dc:creator>
		<pubDate>Mon, 09 Jun 2008 23:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-2749</guid>
		<description>Explorer inroduced OPACITY back in ancient 1997. 
W3C bastards, after e decade decided to reinvent the wheel and teach Einstein how to call his own &quot;Special Theory of Relativity&quot;. Because from now on, &quot;it will be called *our discovery*&quot;!

By the way, your redoundant code sucks. Especially your margin left -3px.
There is no need to hide anything, -who gives a shit that netscape loosers decided to forcedly yeld a CSS error in their browser. (Wich, by the way - is aganist the rules of CSS) But anyhow. The page will display and function perfectly on any rigid and lazy Netscape bastard breed.

the css:
~~~~~~~~~~~~~~~~~~~~~~~
filter: alpha(opacity=50);
-moz-opacity: .5;
-khtml-opacity: .5;
opacity: .5;
~~~~~~~~~~~~~~~~~~~~~~~
will do just fine...</description>
		<content:encoded><![CDATA[<p>Explorer inroduced OPACITY back in ancient 1997.<br />
W3C bastards, after e decade decided to reinvent the wheel and teach Einstein how to call his own &#8220;Special Theory of Relativity&#8221;. Because from now on, &#8220;it will be called *our discovery*&#8221;!</p>
<p>By the way, your redoundant code sucks. Especially your margin left -3px.<br />
There is no need to hide anything, -who gives a shit that netscape loosers decided to forcedly yeld a CSS error in their browser. (Wich, by the way &#8211; is aganist the rules of CSS) But anyhow. The page will display and function perfectly on any rigid and lazy Netscape bastard breed.</p>
<p>the css:<br />
~~~~~~~~~~~~~~~~~~~~~~~<br />
filter: alpha(opacity=50);<br />
-moz-opacity: .5;<br />
-khtml-opacity: .5;<br />
opacity: .5;<br />
~~~~~~~~~~~~~~~~~~~~~~~<br />
will do just fine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lascurettes</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-855</link>
		<dc:creator>John Lascurettes</dc:creator>
		<pubDate>Mon, 07 Jan 2008 17:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-855</guid>
		<description>Also, note that any Windows version of IE will only accept the filter:opacity() value if the element it is being applied to also hasLayout: http://www.satzansatz.de/cssd/onhavinglayout.html</description>
		<content:encoded><![CDATA[<p>Also, note that any Windows version of IE will only accept the filter:opacity() value if the element it is being applied to also hasLayout: <a href="http://www.satzansatz.de/cssd/onhavinglayout.html" rel="nofollow">http://www.satzansatz.de/cssd/onhavinglayout.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lascurettes</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-852</link>
		<dc:creator>John Lascurettes</dc:creator>
		<pubDate>Sat, 05 Jan 2008 00:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-852</guid>
		<description>BTW, you haven&#039;t needed -moz-opacity since +before+ gecko 1.7 (which is what was used in Firefox 1. 0). Use simply opacity: for all modern gecko browsers (firefox), webkit browsers and Opera.</description>
		<content:encoded><![CDATA[<p>BTW, you haven&#8217;t needed -moz-opacity since +before+ gecko 1.7 (which is what was used in Firefox 1. 0). Use simply opacity: for all modern gecko browsers (firefox), webkit browsers and Opera.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicky v</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-28</link>
		<dc:creator>nicky v</dc:creator>
		<pubDate>Tue, 15 May 2007 16:03:54 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-28</guid>
		<description>thank you this was really helpful</description>
		<content:encoded><![CDATA[<p>thank you this was really helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HelloWorld</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-16</link>
		<dc:creator>HelloWorld</dc:creator>
		<pubDate>Sat, 28 Apr 2007 09:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-16</guid>
		<description>Peace people 
 
We love you</description>
		<content:encoded><![CDATA[<p>Peace people </p>
<p>We love you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doctyper</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-8</link>
		<dc:creator>doctyper</dc:creator>
		<pubDate>Mon, 12 Mar 2007 15:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-8</guid>
		<description>Opacity on an element means the element &lt;em&gt;and its children&lt;/em&gt; will retain the transparent value. Your list is a child of the headerbar, which means it will also become transparent.</description>
		<content:encoded><![CDATA[<p>Opacity on an element means the element <em>and its children</em> will retain the transparent value. Your list is a child of the headerbar, which means it will also become transparent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roxanne</title>
		<link>http://doctyper.com/archives/200703/cross-browser-opacity/comment-page-1/#comment-7</link>
		<dc:creator>roxanne</dc:creator>
		<pubDate>Mon, 12 Mar 2007 05:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://doctyper.com/archives/200703/cross-browser-opacity/#comment-7</guid>
		<description>i tried the third method on the headerbar here http://roxstyle.com/ but it seems to mess up the link style of the list within the element.</description>
		<content:encoded><![CDATA[<p>i tried the third method on the headerbar here <a href="http://roxstyle.com/" rel="nofollow">http://roxstyle.com/</a> but it seems to mess up the link style of the list within the element.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
