<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pleasanton Web Design &#187; internet explorer</title>
	<atom:link href="http://pleasantonwebdesignblog.com/category/internet-explorer/feed" rel="self" type="application/rss+xml" />
	<link>http://pleasantonwebdesignblog.com</link>
	<description>Information on Web design, technology, and culture from my vantage point here in Pleasanton, California.</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:36:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Slideshow Transition Problem in IE7 and IE8</title>
		<link>http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=slideshow-transition-problem-in-ie7-and-ie8</link>
		<comments>http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html#comments</comments>
		<pubDate>Mon, 17 May 2010 04:10:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla extensions]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=600</guid>
		<description><![CDATA[I most recently ran into this problem using JoomlaWorks FrontPage Slideshow (for Joomla 1.5), but have seen it before in other JavaScript slideshow scripts. During the transition, you will see dots in the dark/black areas of the image being transitioned. These dot&#8217;s can be white, but are actually whatever the color of the background behind [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html" size="small" count="true"></div></div><p>I most recently ran into this problem using JoomlaWorks FrontPage Slideshow (for Joomla 1.5), but have seen it before in other JavaScript slideshow scripts. During the transition, you will see dots in the dark/black areas of the image being transitioned. These dot&#8217;s can be white, but are actually whatever the color of the background behind the slideshow image is. The problem is actually that both IE7 and IE8 interpret the black areas of the images as transparent. Why? Probably just the typical IE browser bug (try FireFox or Chrome if you aren&#8217;t already using them).</p>
<p><strong>Here&#8217;s what it look&#8217;s like:</strong></p>
<div id="attachment_601" class="wp-caption alignnone" style="width: 295px"><img class="size-full wp-image-601" title="Internet Explorer Slideshow Transition Problem" src="http://pleasantonwebdesignblog.com/wp-content/uploads/2010/05/ie_transition_problem.jpg" alt="" width="285" height="185" /><p class="wp-caption-text">Internet Explorer Slideshow Transition Problem</p></div>
<p>How do you get rid of it? There are two ways that I&#8217;m aware of:</p>
<p>1) Set the background to black. This will probably make your slideshow darker overall, which may or may not be acceptable, depending on the context.</p>
<p>2) Edit your image to make the black, just not quite black. If you are using Photoshop, do the following:</p>
<ul>
<li>Choose &#8220;Select &gt; Color Range&#8221;</li>
<li>Click on the eyedropper with the &#8220;+&#8221;</li>
<li>Click on a black area, then click &#8220;OK.&#8221;  This should select all the black in the image.</li>
<li>Fill the selection with a not-quite-black color.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2010/05/slideshow-transition-problem-in-ie7-and-ie8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Problem &#8211; Background-Position in IE7</title>
		<link>http://pleasantonwebdesignblog.com/2009/08/background-position-in-ie7-css-problem.html?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=background-position-in-ie7-css-problem</link>
		<comments>http://pleasantonwebdesignblog.com/2009/08/background-position-in-ie7-css-problem.html#comments</comments>
		<pubDate>Sat, 22 Aug 2009 04:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[css]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://pleasantonwebdesignblog.com/?p=474</guid>
		<description><![CDATA[I ran aross this problem with the way Internet Explore 7 (IE7) handles the background-position css property, and thought I&#8217;d post it just in case I could save someone some time. I was working on a layout, and it looked great in IE8, Firefox 2, Firefox 3 &#38; Google Chrome 2. When viewed in IE7, however, the background-position [...]]]></description>
			<content:encoded><![CDATA[<div class="none"><div class="g-plusone" data-href="http://pleasantonwebdesignblog.com/2009/08/background-position-in-ie7-css-problem.html" size="small" count="true"></div></div><p>I ran aross this problem with the way Internet Explore 7 (IE7) handles the background-position css property, and thought I&#8217;d post it just in case I could save someone some time. I was working on a layout, and it looked great in IE8, Firefox 2, Firefox 3 &amp; Google Chrome 2. When viewed in IE7, however, the background-position of one of the elements was off.</p>
<p>After a bit of experimentation, as is a normal part of cross-browser testing with Microsoft Internet Exploder, I narrowed down the problem to the fact that I had overflow hidden for this particular element. All other browsers used the declared dimensions of the element to position the background. The problem is that there was some overflow, and all browsers but IE7 properly ignored it. IE7 used the dimensions including the overflow to determine the background-position.<br />

<!-- Begin Google Adsense code -->
<script type="text/javascript"><!--
google_ad_client = "pub-8315023803230274";
/* 468x60, created 1/7/09 */
google_ad_slot = "2170958206";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<!-- End Google Adsense code -->
<br />
In this situation I was able to size the element in such a way to eliminate the possibility of overflow, and then was able to remove the overflow:hidden declaration.</p>
]]></content:encoded>
			<wfw:commentRss>http://pleasantonwebdesignblog.com/2009/08/background-position-in-ie7-css-problem.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

