<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: CSS Image Filters in Internet&#160;Explorer</title> <atom:link href="http://davidwalsh.name/css-image-filters-internet-explorer/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/css-image-filters-internet-explorer</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: Dan</title><link>http://davidwalsh.name/css-image-filters-internet-explorer/comment-page-1#comment-8516</link> <dc:creator>Dan</dc:creator> <pubDate>Thu, 02 Apr 2009 01:04:00 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/css-image-filters-internet-explorer#comment-8516</guid> <description>The only way I know of doing it so it works cross-browser is to use 2 separate images and do a rollover, which of course can be done using pure CSS with no javascript (in case user has scripting disabled).   Example:div#01 //set an id for the div
{
height: XXpx; //where XX is your actual dimension
width: XXpx; //ditto
background-image: url(&#039;image&#095;a.jpg&#039;);
display: block;
}div#01:hover
{
background-image: url(&#039;image&#095;b.jpg);
}.hide //define a class for image preload
{
display: none;
}In your HTML:&lt;img src=&quot;image&#095;b.jpg&quot; class=&quot;hide&quot;&gt; &lt;!-- This preloads the rollover image --&gt;
&lt;div id=&quot;01&quot;&gt;&lt;/div&gt;I&#039;ve tried this in IE, Firefox, abd Safari and it works in all 3</description> <content:encoded><![CDATA[<p>The only way I know of doing it so it works cross-browser is to use 2 separate images and do a rollover, which of course can be done using pure CSS with no javascript (in case user has scripting disabled).   Example:</p><p>div#01 //set an id for the div<br
/> {<br
/> height: XXpx; //where XX is your actual dimension<br
/> width: XXpx; //ditto<br
/> background-image: url(&#8216;image&#95;a.jpg&#8217;);<br
/> display: block;<br
/> }</p><p>div#01:hover<br
/> {<br
/> background-image: url(&#8216;image&#95;b.jpg);<br
/> }</p><p>.hide //define a class for image preload<br
/> {<br
/> display: none;<br
/> }</p><p>In your HTML:</p><p>&lt;img src=&#8221;image&#95;b.jpg&#8221; class=&#8221;hide&#8221;&gt; &lt;!&#8211; This preloads the rollover image &#8211;&gt;<br
/> &lt;div id=&#8221;01&#8243;&gt;&lt;/div&gt;</p><p>I&#8217;ve tried this in IE, Firefox, abd Safari and it works in all 3</p> ]]></content:encoded> </item> <item><title>By: Eric Wendelin</title><link>http://davidwalsh.name/css-image-filters-internet-explorer/comment-page-1#comment-556</link> <dc:creator>Eric Wendelin</dc:creator> <pubDate>Fri, 28 Mar 2008 00:55:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/css-image-filters-internet-explorer#comment-556</guid> <description>@pfwd:So I think that FF3 was going to have a similar feature called image filters but it got pulled. Maybe FF4?</description> <content:encoded><![CDATA[<p>@pfwd:</p><p>So I think that FF3 was going to have a similar feature called image filters but it got pulled. Maybe FF4?</p> ]]></content:encoded> </item> <item><title>By: pfwd</title><link>http://davidwalsh.name/css-image-filters-internet-explorer/comment-page-1#comment-554</link> <dc:creator>pfwd</dc:creator> <pubDate>Wed, 26 Mar 2008 22:52:26 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/css-image-filters-internet-explorer#comment-554</guid> <description>Nice, Just wish IE would support more common image styles like Tony mentioned instead of making their own ones up.
However saying that IE8 is getting better in CSS support than IE7/6.
Does anyone know of a way of doing this in FF i wonder?</description> <content:encoded><![CDATA[<p>Nice, Just wish IE would support more common image styles like Tony mentioned instead of making their own ones up.<br
/> However saying that IE8 is getting better in CSS support than IE7/6.<br
/> Does anyone know of a way of doing this in FF i wonder?</p> ]]></content:encoded> </item> <item><title>By: Eric Wendelin</title><link>http://davidwalsh.name/css-image-filters-internet-explorer/comment-page-1#comment-553</link> <dc:creator>Eric Wendelin</dc:creator> <pubDate>Wed, 26 Mar 2008 20:38:59 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/css-image-filters-internet-explorer#comment-553</guid> <description>These are interesting. Don&#039;t forget about DropShadow(color,offX,offY)!  Note that this will prevent your CSS from validating but neat effects.</description> <content:encoded><![CDATA[<p>These are interesting. Don&#8217;t forget about DropShadow(color,offX,offY)!  Note that this will prevent your CSS from validating but neat effects.</p> ]]></content:encoded> </item> <item><title>By: Rob</title><link>http://davidwalsh.name/css-image-filters-internet-explorer/comment-page-1#comment-555</link> <dc:creator>Rob</dc:creator> <pubDate>Wed, 26 Mar 2008 20:37:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/css-image-filters-internet-explorer#comment-555</guid> <description>Cute, but IE can&#039;t do much of anything else right, so why bother?  With every other browser  near passing Acid3, while IE8 still struggles with basic properties, you should make an article about the multitude of standard things that can be done on every other browser but doesn&#039;t work on IE.</description> <content:encoded><![CDATA[<p>Cute, but IE can&#8217;t do much of anything else right, so why bother?  With every other browser  near passing Acid3, while IE8 still struggles with basic properties, you should make an article about the multitude of standard things that can be done on every other browser but doesn&#8217;t work on IE.</p> ]]></content:encoded> </item> <item><title>By: Tony</title><link>http://davidwalsh.name/css-image-filters-internet-explorer/comment-page-1#comment-552</link> <dc:creator>Tony</dc:creator> <pubDate>Wed, 26 Mar 2008 18:30:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/css-image-filters-internet-explorer#comment-552</guid> <description>I like the effects, gives you more management to the images which are one of the type of contents that are not available to manipulate in css (including objects{videos, animations...}).Sad that IE can give you manipulation in this, but it doesn&#039;t get better in supporting more transparency in png images.</description> <content:encoded><![CDATA[<p>I like the effects, gives you more management to the images which are one of the type of contents that are not available to manipulate in css (including objects{videos, animations&#8230;}).</p><p>Sad that IE can give you manipulation in this, but it doesn&#8217;t get better in supporting more transparency in png images.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/13 queries in 0.009 seconds using disk: basic
Object Caching 605/606 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 11:20:34 -->
