<?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"
	>
<channel>
	<title>Comments on: You want CSS opacity to go with that? Well, suit yourself</title>
	<atom:link href="http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Tue, 06 Jan 2009 13:26:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Don Carr</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-489310</link>
		<dc:creator>Don Carr</dc:creator>
		<pubDate>Tue, 23 Dec 2008 11:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-489310</guid>
		<description>I'm glad MS doesn't make light bulbs and power plugs. We'd have to change our lamps and wall sockets every couple of years, or maybe just keep one "Microsoft" outlet and one "Microsoft" lamp.

We needed a pause button to come up over a little slideshow, with opacity .5, as you rolled over it. Oh and also you needed to me able to copy the picture normally (right click or ctrl click). Honestly, it took longer to make the little play and pause buttons in Photoshop than it took to add the feature into a test page and have it work wonderfully on Safari, Opera, Firefox, Camino, Seamonkey on Mac and SeaMonkey on XP and Vista. It's taken me 2 weeks off and on trying to get this thing to happen in IE. Still no luck.

http://www.megalodon.com/pauseTry3.html

I just this evening pasted in the MS-recommended opacity CSS you posted in your article. It just comes up full opaque in IE. I think it has something to do with it being an image element it's playing over, but not sure. The earlier version worked

http://www.megalodon.com/pauseTry2.html

but that was before the requirement came down of needing to allow copying of the image. This one used a div positioned (:absolute) over the img to fire the mouseOver, instead of using the image element, which is what pauseTry3 uses. I had to add a 1x1 transparent background to the div to make IE actually fire the mouseOver (worked everywhere else of course).

Is there some IE problem with using transparency over an image element?

I feel that Microsoft's design philosophy is "slap it together and go on to the next jumping paperclip." Good design doesn't sell Windows boxes.

Great article.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad <acronym title="Microsoft">MS</acronym> doesn&#8217;t make light bulbs and power plugs. We&#8217;d have to change our lamps and wall sockets every couple of years, or maybe just keep one &#8220;Microsoft&#8221; outlet and one &#8220;Microsoft&#8221; lamp.</p>
<p>We needed a pause button to come up over a little slideshow, with opacity .5, as you rolled over it. Oh and also you needed to me able to copy the picture normally (right click or ctrl click). Honestly, it took longer to make the little play and pause buttons in Photoshop than it took to add the feature into a test page and have it work wonderfully on Safari, Opera, Firefox, Camino, Seamonkey on Mac and SeaMonkey on XP and Vista. It&#8217;s taken me 2 weeks off and on trying to get this thing to happen in <acronym title="Internet Explorer">IE</acronym>. Still no luck.</p>
<p><a href="http://www.megalodon.com/pauseTry3.html" rel="nofollow">http://www.megalodon.com/pauseTry3.html</a></p>
<p>I just this evening pasted in the <acronym title="Microsoft">MS</acronym>-recommended opacity <acronym title="Cascading Style Sheets">CSS</acronym> you posted in your article. It just comes up full opaque in <acronym title="Internet Explorer">IE</acronym>. I think it has something to do with it being an image element it&#8217;s playing over, but not sure. The earlier version worked</p>
<p><a href="http://www.megalodon.com/pauseTry2.html" rel="nofollow">http://www.megalodon.com/pauseTry2.html</a></p>
<p>but that was before the requirement came down of needing to allow copying of the image. This one used a div positioned (:absolute) over the img to fire the mouseOver, instead of using the image element, which is what pauseTry3 uses. I had to add a 1&#215;1 transparent background to the div to make <acronym title="Internet Explorer">IE</acronym> actually fire the mouseOver (worked everywhere else of course).</p>
<p>Is there some <acronym title="Internet Explorer">IE</acronym> problem with using transparency over an image element?</p>
<p>I feel that Microsoft&#8217;s design philosophy is &#8220;slap it together and go on to the next jumping paperclip.&#8221; Good design doesn&#8217;t sell Windows boxes.</p>
<p>Great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-479201</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Mon, 24 Nov 2008 19:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-479201</guid>
		<description>Dan,

Yeah, one more weird decision...

James,

Impossible to tell, but with this approach, you will get opacity for background and text colors.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Yeah, one more weird decision&#8230;</p>
<p>James,</p>
<p>Impossible to tell, but with this approach, you will get opacity for background and text colors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-478025</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 21 Nov 2008 23:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-478025</guid>
		<description>The instructions stated here for opacity in IE 5-7 are different from those mentioned at W3Schools (although the instruction I saw at the latter is specifically for images). I've tried both pieces of code for a heading text and find that neither work. Have I missed something?</description>
		<content:encoded><![CDATA[<p>The instructions stated here for opacity in <acronym title="Internet Explorer">IE</acronym> 5-7 are different from those mentioned at W3Schools (although the instruction I saw at the latter is specifically for images). I&#8217;ve tried both pieces of code for a heading text and find that neither work. Have I missed something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Tilley</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-469664</link>
		<dc:creator>Dan Tilley</dc:creator>
		<pubDate>Tue, 04 Nov 2008 07:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-469664</guid>
		<description>This reminds me of when Microsoft brought out Outlook 2007 and made the bizarre decision to use &lt;i&gt;Word&lt;/i&gt; as their HTML renderer! Even IE would have been acceptable (as it was in previous Outlook versions), but now we have to make our HTML newsletters work in Word, as well as all the other, much easier, formats. Background images anyone? Not any more...</description>
		<content:encoded><![CDATA[<p>This reminds me of when Microsoft brought out Outlook 2007 and made the bizarre decision to use <i>Word</i> as their <acronym title="HyperText Markup Language">HTML</acronym> renderer! Even <acronym title="Internet Explorer">IE</acronym> would have been acceptable (as it was in previous Outlook versions), but now we have to make our <acronym title="HyperText Markup Language">HTML</acronym> newsletters work in Word, as well as all the other, much easier, formats. Background images anyone? Not any more&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-467585</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sun, 26 Oct 2008 20:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-467585</guid>
		<description>Nikos,

Thanks for sharing!
While that solution is some interesting thinking, there are moments (more regular occurances in scalable web application scenarios) where having the element outside of the fading element is just too much of a hassle.

Besides, with font resizing and such, it will never be a 100% solution to a problem I'm sure many would like to solve.</description>
		<content:encoded><![CDATA[<p>Nikos,</p>
<p>Thanks for sharing!<br />
While that solution is some interesting thinking, there are moments (more regular occurances in scalable web application scenarios) where having the element outside of the fading element is just too much of a hassle.</p>
<p>Besides, with font resizing and such, it will never be a 100% solution to a problem I&#8217;m sure many would like to solve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Dimitrakopoulos</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-467527</link>
		<dc:creator>Nikos Dimitrakopoulos</dc:creator>
		<pubDate>Sun, 26 Oct 2008 11:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-467527</guid>
		<description>Hm.. It are the link... Here it is in plain text:
http://css-tricks.com/non-transparent-elements-inside-transparent-elements/</description>
		<content:encoded><![CDATA[<p>Hm.. It are the link&#8230; Here it is in plain text:<br />
<a href="http://css-tricks.com/non-transparent-elements-inside-transparent-elements/" rel="nofollow">http://css-tricks.com/non-transparent-elements-inside-transparent-elements/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikos Dimitrakopoulos</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-467526</link>
		<dc:creator>Nikos Dimitrakopoulos</dc:creator>
		<pubDate>Sun, 26 Oct 2008 11:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-467526</guid>
		<description>In case you are interested I found this workaround about elements we want to be *non* transparent inside transparent ones. It's a *workaround* and not a clean solution, but I mention it mostly as food for thought :)

link: &lt;a&gt;Non-Transparent Elements Inside Transparent Elements (CSS Tricks)&lt;/a&gt;

Cheers</description>
		<content:encoded><![CDATA[<p>In case you are interested I found this workaround about elements we want to be *non* transparent inside transparent ones. It&#8217;s a *workaround* and not a clean solution, but I mention it mostly as food for thought <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>link: <a>Non-Transparent Elements Inside Transparent Elements (<acronym title="Cascading Style Sheets">CSS</acronym> Tricks)</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-432093</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 23 Sep 2008 17:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-432093</guid>
		<description>Greg,

Absolutely, that's true. But since they stated that it was a bug and were to fix, I didn't put any more thought into it, really. But thanks for pointing it out!</description>
		<content:encoded><![CDATA[<p>Greg,</p>
<p>Absolutely, that&#8217;s true. But since they stated that it was a bug and were to fix, I didn&#8217;t put any more thought into it, really. But thanks for pointing it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Glockner</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-431954</link>
		<dc:creator>Greg Glockner</dc:creator>
		<pubDate>Tue, 23 Sep 2008 15:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-431954</guid>
		<description>Note that in IE8b2, you need to put the -ms-filter (IE8) before the regular filter (IE6-7).  See http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx for details.</description>
		<content:encoded><![CDATA[<p>Note that in IE8b2, you need to put the -<acronym title="Microsoft">MS</acronym>-filter (IE8) before the regular filter (IE6-7).  See <a href="http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-css-vendor-extensions.aspx" rel="nofollow">http://blogs.msdn.com/ie/archive/2008/09/08/microsoft-<acronym title="Cascading Style Sheets">CSS</acronym>-vendor-extensions.aspx</a> for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-431677</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-431677</guid>
		<description>Ernesto,

Funky, I did not know that! Thanks!</description>
		<content:encoded><![CDATA[<p>Ernesto,</p>
<p>Funky, I did not know that! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-431668</link>
		<dc:creator>Ernesto</dc:creator>
		<pubDate>Tue, 23 Sep 2008 09:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-431668</guid>
		<description>There is a work around for certain IE versions to make not all child elements transparent. By adding position: relative; to a child element those IEs won't opacify the child. Yet another wicked behaviour.</description>
		<content:encoded><![CDATA[<p>There is a work around for certain <acronym title="Internet Explorer">IE</acronym> versions to make not all child elements transparent. By adding position: relative; to a child element those IEs won&#8217;t opacify the child. Yet another wicked behaviour.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-426634</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-426634</guid>
		<description>Nick,

We're all fine, thanks! :-)

Right, it used to be on their agenda. In regards to DHTML Behaviors, I know lots of people used to implement them as IE-specific fixes as well; not very common nowadays, I think (but then again, probably more common than I think :-) ).</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>We&#8217;re all fine, thanks! <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Right, it used to be on their agenda. In regards to DHTML Behaviors, I know lots of people used to implement them as <acronym title="Internet Explorer">IE</acronym>-specific fixes as well; not very common nowadays, I think (but then again, probably more common than I think <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Fitzsimons</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-426621</link>
		<dc:creator>Nick Fitzsimons</dc:creator>
		<pubDate>Fri, 19 Sep 2008 20:16:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-426621</guid>
		<description>Things are good thanks, Robert - hope you and your family are all well :-)

They had the "submitted to the W3C" blurb all over the MSDN documentation of their proprietary stuff for years, but finally got rid of it as part of the general tidying-up of the docs that accompanied the release of IE7.

IIRC, &lt;a href="http://msdn.microsoft.com/en-us/library/ms531079.aspx" rel="nofollow"&gt;DHTML Behaviors&lt;/a&gt; were also submitted as a proposed recommendation to the W3C, but quickly died a death.  ;-)</description>
		<content:encoded><![CDATA[<p>Things are good thanks, Robert - hope you and your family are all well <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>They had the &#8220;submitted to the <acronym title="World Wide Web Consortium">W3C</acronym>&#8221; blurb all over the <acronym title="Microsoft Developer Network">MSDN</acronym> documentation of their proprietary stuff for years, but finally got rid of it as part of the general tidying-up of the docs that accompanied the release of IE7.</p>
<p><acronym title="if I remember correctly">IIRC</acronym>, <a href="http://msdn.microsoft.com/en-us/library/ms531079.aspx" rel="nofollow">DHTML Behaviors</a> were also submitted as a proposed recommendation to the <acronym title="World Wide Web Consortium">W3C</acronym>, but quickly died a death.  <img src='http://www.robertnyman.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-426571</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-426571</guid>
		<description>Nick,

Hey, how's it going?
Now when you mention it, I have a very vague recollection of seeing something like that too. But yeah, apparently they just let it go then.</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>Hey, how&#8217;s it going?<br />
Now when you mention it, I have a very vague recollection of seeing something like that too. But yeah, apparently they just let it go then.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Fitzsimons</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-426553</link>
		<dc:creator>Nick Fitzsimons</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-426553</guid>
		<description>&lt;blockquote cite="http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/"&gt;I’m not sure, but feel fairly sure in stating that Microsoft’s suggested filter approach is not submitted to the W3C...&lt;/blockquote&gt;
Microsoft's &lt;a href="http://msdn.microsoft.com/en-gb/library/ms530752(VS.85).aspx" rel="nofollow"&gt;filter documentation&lt;/a&gt; used to say something like "This property has been submitted to the W3C as a proposed addition to CSS" (this was in the late 1990s - early 2000s). 

It now simply says that "There is no public specification that applies to this property," so it seems that they've given up on the idea of getting it included as an official CSS property.</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/"><p>I’m not sure, but feel fairly sure in stating that Microsoft’s suggested filter approach is not submitted to the <acronym title="World Wide Web Consortium">W3C</acronym>&#8230;</p></blockquote>
<p>Microsoft&#8217;s <a href="http://msdn.microsoft.com/en-gb/library/ms530752(VS.85).aspx" rel="nofollow">filter documentation</a> used to say something like &#8220;This property has been submitted to the <acronym title="World Wide Web Consortium">W3C</acronym> as a proposed addition to <acronym title="Cascading Style Sheets">CSS</acronym>&#8221; (this was in the late 1990s - early 2000s). </p>
<p>It now simply says that &#8220;There is no public specification that applies to this property,&#8221; so it seems that they&#8217;ve given up on the idea of getting it included as an official <acronym title="Cascading Style Sheets">CSS</acronym> property.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opcaitet är tydligen inte så lätt&#8230; &#8211; gardebratt.se - Håll det enkelt</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-425515</link>
		<dc:creator>Opcaitet är tydligen inte så lätt&#8230; &#8211; gardebratt.se - Håll det enkelt</dc:creator>
		<pubDate>Fri, 19 Sep 2008 05:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-425515</guid>
		<description>[...] Nyman slår an vad som liksom är Microsofts kärna i You Want CSS Opacity To Go With That? Well, Suit Yourself. Kortfattat behandlas hur CSS ska hantera opacitet enligt specen, samt vad som är Microsofts [...]</description>
		<content:encoded><![CDATA[<p>[...] Nyman slår an vad som liksom är Microsofts kärna i You Want <acronym title="Cascading Style Sheets">CSS</acronym> Opacity To Go With That? Well, Suit Yourself. Kortfattat behandlas hur <acronym title="Cascading Style Sheets">CSS</acronym> ska hantera opacitet enligt specen, samt vad som är Microsofts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-424258</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Thu, 18 Sep 2008 07:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-424258</guid>
		<description>Ross,

That's really my point. The syntax is a mess, sure, but I'm arguing that they could just go with &lt;code&gt;opacity&lt;/code&gt;, and, if necessary, connect it to their filter implementation behind the scenes. No need to put it in the face of developers.

And definitely, it will be a number of extra CSS files for minor issues that really shouldn't be any issues.

Kamal,

Oh, absolutely. The problem with only using proper code, though, is that Internet Explorer has such a giant market share, and naturally our clients would like their web sites to work in the most-used web browser, so we continue to waste time and their money on adapting, adapting and adapting.</description>
		<content:encoded><![CDATA[<p>Ross,</p>
<p>That&#8217;s really my point. The syntax is a mess, sure, but I&#8217;m arguing that they could just go with <code>opacity</code>, and, if necessary, connect it to their filter implementation behind the scenes. No need to put it in the face of developers.</p>
<p>And definitely, it will be a number of extra <acronym title="Cascading Style Sheets">CSS</acronym> files for minor issues that really shouldn&#8217;t be any issues.</p>
<p>Kamal,</p>
<p>Oh, absolutely. The problem with only using proper code, though, is that Internet Explorer has such a giant market share, and naturally our clients would like their web sites to work in the most-used web browser, so we continue to waste time and their money on adapting, adapting and adapting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-424181</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Thu, 18 Sep 2008 05:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-424181</guid>
		<description>Microsoft is just trying to create proprietary stuff as much as possible even while there so many standards that they could just follow. I think this "opacity" is just one example of this.

The easiest option would be to spread the word and create our web sites only with the standard/accepted tags and options. Then one day Microsoft will have to adopt to the standards since IE is not displaying major portion of sites in correct format causing users to switch to Firefox like browsers.</description>
		<content:encoded><![CDATA[<p>Microsoft is just trying to create proprietary stuff as much as possible even while there so many standards that they could just follow. I think this &#8220;opacity&#8221; is just one example of this.</p>
<p>The easiest option would be to spread the word and create our web sites only with the standard/accepted tags and options. Then one day Microsoft will have to adopt to the standards since <acronym title="Internet Explorer">IE</acronym> is not displaying major portion of sites in correct format causing users to switch to Firefox like browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ross Bruniges</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-424134</link>
		<dc:creator>Ross Bruniges</dc:creator>
		<pubDate>Thu, 18 Sep 2008 05:07:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-424134</guid>
		<description>To be fair as none of the IE examples will validate and need to go in specific styles for each version of the browser anyways it's no real biggie that there is a different version for IE8 compared to others...

Annoying they couldn't just go with opacity like the other people though (which would have validated) but I guess time constraints and the like meant they had to do it.</description>
		<content:encoded><![CDATA[<p>To be fair as none of the <acronym title="Internet Explorer">IE</acronym> examples will validate and need to go in specific styles for each version of the browser anyways it&#8217;s no real biggie that there is a different version for IE8 compared to others&#8230;</p>
<p>Annoying they couldn&#8217;t just go with opacity like the other people though (which would have validated) but I guess time constraints and the like meant they had to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2008/09/16/you-want-css-opacity-to-go-with-that-well-suit-yourself/#comment-423136</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 17 Sep 2008 12:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/?p=826#comment-423136</guid>
		<description>Aaron,

That's true, but as far as I know, that syntax is not recommended, since the performance with it is not as good as the progid approach.

Morgan,

Well, I guess we need to start telling people how much extra it will cost if they want it to work in certain web browsers who doesn't adhere to general standards.</description>
		<content:encoded><![CDATA[<p>Aaron,</p>
<p>That&#8217;s true, but as far as I know, that syntax is not recommended, since the performance with it is not as good as the progid approach.</p>
<p>Morgan,</p>
<p>Well, I guess we need to start telling people how much extra it will cost if they want it to work in certain web browsers who doesn&#8217;t adhere to general standards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
