<?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: Images Display in Firefox and Safari, but not in Internet&#160;Explorer</title>
	<atom:link href="http://abeautifulsite.net/blog/2009/04/images-display-in-firefox-and-safari-but-not-in-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://abeautifulsite.net/blog/2009/04/images-display-in-firefox-and-safari-but-not-in-internet-explorer/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Aug 2010 15:49:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Pradeep</title>
		<link>http://abeautifulsite.net/blog/2009/04/images-display-in-firefox-and-safari-but-not-in-internet-explorer/#comment-798</link>
		<dc:creator>Pradeep</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:25:56 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=98#comment-798</guid>
		<description>Infact I have faced a issue where in I did not specify any width or height and IE6 got mad and it did not display the image at all (that was inside a table). I had to explicitly set the image height and width to certain value.So be careful if you are displaying images inside a table and your target audiences use IE6.</description>
		<content:encoded><![CDATA[<p>Infact I have faced a issue where in I did not specify any width or height and IE6 got mad and it did not display the image at all (that was inside a table). I had to explicitly set the image height and width to certain value.So be careful if you are displaying images inside a table and your target audiences use IE6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lefter</title>
		<link>http://abeautifulsite.net/blog/2009/04/images-display-in-firefox-and-safari-but-not-in-internet-explorer/#comment-797</link>
		<dc:creator>lefter</dc:creator>
		<pubDate>Mon, 11 May 2009 02:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=98#comment-797</guid>
		<description>IE seems to interpret the width and height as zero----it isnot zero ,it shoud be 1;
have a try this code;
var imgsToDisplay=document.getElementById(&quot;imgsToDisplay&quot;);alert(imgsToDisplay.height);

or
you can &lt;img src=&quot;/path/to/image/filename.jpg&quot; alt=&quot;Sample Image&quot; width=&quot;64&quot; height=&quot;&quot; /&gt;

you can see the picture but the height only 1px;</description>
		<content:encoded><![CDATA[<p>IE seems to interpret the width and height as zero&#8212;-it isnot zero ,it shoud be 1;<br />
have a try this code;<br />
var imgsToDisplay=document.getElementById(&#8220;imgsToDisplay&#8221;);alert(imgsToDisplay.height);</p>
<p>or<br />
you can <img src="/path/to/image/filename.jpg" alt="Sample Image" width="64" height="" /></p>
<p>you can see the picture but the height only 1px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roman</title>
		<link>http://abeautifulsite.net/blog/2009/04/images-display-in-firefox-and-safari-but-not-in-internet-explorer/#comment-796</link>
		<dc:creator>Roman</dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://abs.lavitech.com/?p=98#comment-796</guid>
		<description>Maybe, IE is the only right in this case: if you are using some attribute, please, fill it with some meaning value :)</description>
		<content:encoded><![CDATA[<p>Maybe, IE is the only right in this case: if you are using some attribute, please, fill it with some meaning value :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->