<?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>Azure Web Design &#187; XHTML/CSS</title>
	<atom:link href="http://www.azurewebdesign.com/category/xhtmlcss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azurewebdesign.com</link>
	<description>We Know Web</description>
	<lastBuildDate>Tue, 11 Oct 2011 09:29:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Should I Use HTML or XHTML?</title>
		<link>http://www.azurewebdesign.com/should-i-use-html-or-xhtml/</link>
		<comments>http://www.azurewebdesign.com/should-i-use-html-or-xhtml/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 10:11:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=67</guid>
		<description><![CDATA[When creating web pages, a big question arises. &#8220;Should I use HTML or XHTML?&#8221;. Sometimes it&#8217;s not even as easy as choosing one over the other. You&#8217;re confronted with different DTD (Document Type Description) versions and Loose, Transitional or Strict types. The most important differences: XHTML elements must be properly nested XHTML elements must always be closed [...]]]></description>
			<content:encoded><![CDATA[<p>When creating web pages, a big question arises. &#8220;Should I use HTML or XHTML?&#8221;. Sometimes it&#8217;s not even as easy as choosing one over the other. You&#8217;re confronted with different DTD (Document Type Description) versions and Loose, Transitional or Strict types.</p>
<p>The most important differences:</p>
<ul style="font-family: verdana, helvetica, arial, sans-serif;">
<li>XHTML elements must be <strong>properly nested</strong></li>
<li>XHTML elements must always be <strong>closed</strong></li>
<li>XHTML elements must be in <strong>lowercase</strong></li>
<li>XHTML documents must have <strong>one root element</strong></li>
<li><strong>in strict XHTML, all inline elements <em>must</em> be contained in a block element</strong></li>
<li><strong>XHTML is XSL ready</strong></li>
</ul>
<p>List of Doctypes lifted from W3C</p>
<pre style="font-size: 0.9em; width: 916px; padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; overflow-x: auto; overflow-y: auto; background-color: #d9e2c9; color: #000000; font-family: 'Courier New', Courier, monospace; line-height: 1.2em; white-space: pre; margin: auto;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd"&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd"&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
   "http://www.w3.org/TR/html4/frameset.dtd"&gt;</pre>
<pre style="font-size: 0.9em; width: 916px; padding-top: 0.5em; padding-right: 1em; padding-bottom: 0.5em; padding-left: 1em; overflow-x: auto; overflow-y: auto; background-color: #d9e2c9; color: #000000; font-family: 'Courier New', Courier, monospace; line-height: 1.2em; white-space: pre; margin: auto;">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;</pre>
<p><a href="http://www.sitepoint.com/forums/showthread.php?t=393445">AutisticCuckoo from the Sitepoint forum</a>s claims that XHTML is not good to use for webpages because IE and other browsers doesn&#8217;t support it. But why does our XHTML pages work on IE?</p>
<p>Resources</p>
<ul>
<li><a href="http://www.w3schools.com/XHTML/xhtml_html.asp">Differences between XHTML vs HTML on W3Schools</a></li>
<li><a href="http://www.webstandards.org/learn/articles/askw3c/oct2003/">HTML versus XHTML on The Web Standards Project</a></li>
<li><a href="http://www.sitepoint.com/forums/showthread.php?t=393445">XHTML vs HTML on Sitepoint Forums</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/should-i-use-html-or-xhtml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 &amp; IE7 Space Under Image Bug</title>
		<link>http://www.azurewebdesign.com/ie6-ie7-space-under-image-bug/</link>
		<comments>http://www.azurewebdesign.com/ie6-ie7-space-under-image-bug/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 07:24:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=65</guid>
		<description><![CDATA[Problem Description: IE6 and IE7 adds an extra space under an image. Fix: Add font-size:1px into the containing div. Fix courtesy of http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug]]></description>
			<content:encoded><![CDATA[<p><strong>Problem Description:</strong></p>
<p>IE6 and IE7 adds an extra space under an image.</p>
<p><strong>Fix:</strong></p>
<p>Add font-size:1px into the containing div.</p>
<p>Fix courtesy of <a href="http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug">http://blog.creonfx.com/internet-explorer/ie6-image-whitespace-bug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie6-ie7-space-under-image-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 Bullete Disappear When Lists Are Floated To Form Multiple Columns</title>
		<link>http://www.azurewebdesign.com/ie6-bullete-disappear-when-lists-are-floated-to-form-multiple-columns/</link>
		<comments>http://www.azurewebdesign.com/ie6-bullete-disappear-when-lists-are-floated-to-form-multiple-columns/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 09:42:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cross Browser Problems]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=58</guid>
		<description><![CDATA[IE6 bullets disppear when lists are floated to form multiple columns. This happens because IE converts the lists &#60;li&#62; into inline (display:inline) elements when floated. A solution would be to put the bullets in the encasing link or span, inside the &#60;li&#62;&#60;/li&#62; Reference: http://www.sitepoint.com/forums/showthread.php?t=549599]]></description>
			<content:encoded><![CDATA[<p>IE6 bullets disppear when lists are floated to form multiple columns. This happens because IE converts the lists &lt;li&gt; into inline (display:inline) elements when floated.</p>
<p>A solution would be to put the bullets in the encasing link or span, inside the &lt;li&gt;&lt;/li&gt;</p>
<p>Reference: <a href="http://www.sitepoint.com/forums/showthread.php?t=549599">http://www.sitepoint.com/forums/showthread.php?t=549599</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie6-bullete-disappear-when-lists-are-floated-to-form-multiple-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Email Best Practices</title>
		<link>http://www.azurewebdesign.com/html-email-best-practices/</link>
		<comments>http://www.azurewebdesign.com/html-email-best-practices/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 16:52:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=35</guid>
		<description><![CDATA[If you are already pulling your hair because of the different quirks of the different web browsers, you&#8217;d easily go bald trying to figure out how to make CSS work in HTML Emails. Why bother? There are hundreds of different email clients, each having its own version of how to render your HTML email. It [...]]]></description>
			<content:encoded><![CDATA[<p>If you are already pulling your hair because of the different quirks of the different web browsers, you&#8217;d easily go bald trying to figure out how to make CSS work in HTML Emails.<span id="more-35"></span></p>
<p><strong>Why bother?</strong></p>
<p>There are hundreds of different email clients, each having its own version of how to render your HTML email. It will be best to follow some simple guidelines to avoid alienating your readers with quirky email clients.</p>
<p><strong>Let me summarize the fundamental best practices:</strong></p>
<ul>
<li>Use HTML tables for layouts. (I know this is the ultimate sin for CSS purists, but I&#8217;d rather commit CSS sin than go bald)</li>
<li>Use inline CSS for presentation formatting.</li>
<li>Do not use CSS shorthand. (example: border: 1px solid #FFFFFF)</li>
<li>Avoid Javascript. Most email clients do not support it.</li>
<li>Keep to a maximum of 550 pixels in width.</li>
<li>The average preview pane is 300-500 pixels high. Make sure your important headline is in this area.</li>
</ul>
<p><strong>Background Images</strong></p>
<ul>
<li>You can slice up a background image and serve it up on your table&#8217;s cells. Another alternative is to just make one background image, to minimize our &#8220;points of failure&#8221;.</li>
<li>For background images, use the &lt;table&gt;&#8217;s background attribute instead of CSS. This works more consistently.</li>
<li>Store the email images on a web server.</li>
<li>Be sure your images have alt, height and width attributes set. However, note that Outlook 2007 does not recognize the alt attribute.</li>
<li>Using a 1&#215;1 pixel image for spacing and/or presentation will increase the likelihood that your email will be classified as spam. This is because spammers use a 1&#215;1 image to determine if their email has been opened.</li>
</ul>
<p>The <a href="http://www.email-standards.org">Email Standards Project</a> is spearheading the effort to get everybody on the same page. They have tested several email clients <a href="http://www.email-standards.org/acid/">using this template</a> (both web based and desktop) for CSS support. Visit their website to see the results.</p>
<p><strong>What If Images are turned off?!</strong></p>
<p>Many email clients set the display of images to &#8220;off&#8221; by default. So you have to take this into account and make sure that your email will still be presentable in this case.</p>
<p><strong>Linking</strong></p>
<ul>
<li>Open links in a new window to avoid having the page open within the email client. Use target=&#8221;_blank&#8221; attribute.</li>
</ul>
<p><strong>Known Issues</strong></p>
<ul>
<li>Image displacement can occur when a closing &lt;/td&gt; is placed below an &lt;img&gt; tag. This has been a problem for the longest time so avoid that and just place the &lt;/td&gt; right after the &lt;img&gt; tag.</li>
</ul>
<p><strong>SPAM</strong></p>
<p>You don&#8217;t want your hard work to go down the Junk Mail drain. Better check your email for it&#8217;s &#8220;spamminess&#8221;. There are tools to do this such as http://spamcheck.sitesell.com/</p>
<p><strong>Testing Checklist</strong></p>
<ul>
<li>Is there a NAME indicating who the email is from? (John Smith &lt;john@smith.com&gt;)</li>
<li>Is there a subject line?</li>
<li>Did your email display as you intended it to be? with or without images?</li>
</ul>
<p><strong>Conclusion</strong></p>
<p>The KISS principle can definitely be applied here. While CSS support in browsers are coming together, email clients have a long way to go to catch up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/html-email-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlighting the Current Navigation Tab with Javascript and PHP</title>
		<link>http://www.azurewebdesign.com/highlighting-the-current-navigation-tab-with-javascript-and-php/</link>
		<comments>http://www.azurewebdesign.com/highlighting-the-current-navigation-tab-with-javascript-and-php/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 08:55:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=23</guid>
		<description><![CDATA[One of our projects required highlighting of the current navigation tab. So naturally, I googled and here&#8217;s what I found: http://www.alistapart.com/articles/keepingcurrent http://www.hicksdesign.co.uk/journal/highlighting-current-page-with-css http://www.websiteoptimization.com/speed/tweak/current/ However, none of them was the solution to what we exactly needed because of our file structure. We had a unique sidebar navigation include (nav.inc.php) for every subdirectory. The ALA solution was [...]]]></description>
			<content:encoded><![CDATA[<p>One of our projects required highlighting of the current navigation tab. So naturally, I googled and here&#8217;s what I found:</p>
<ul>
<li>http://www.alistapart.com/articles/keepingcurrent</li>
<li>http://www.hicksdesign.co.uk/journal/highlighting-current-page-with-css</li>
<li>http://www.websiteoptimization.com/speed/tweak/current/</li>
</ul>
<p>However, none of them was the solution to what we exactly needed because of our file structure. We had a unique sidebar navigation include (nav.inc.php) for every subdirectory.</p>
<p>The ALA solution was ugly, they inserted php snippets in every &lt;li&gt; entry. Hicksdesign&#8217;s solution was ok, but it required coding in a unique ID on every individual page, which was not a good idea for us.</p>
<p>So we came up with our own solution.</p>
<p>Here&#8217;s what we did:</p>
<ol>
<li>Get the Page&#8217;s name. In this case, our URL was structured in this way, http://website.com/category1/section1/page-name</li>
<li>Set IDs to each of the sidebar navigation links, to match the page names.</li>
<li>Invoke javascript to set class=&#8221;selected&#8221; to the navigation link where the current page is on.</li>
</ol>
<p>Here&#8217;s the Javascript code that was used:</p>
<pre>&lt;script language="javascript"&gt;
function set_current_nav()
{
	document.getElementById('&lt;?=$current_page?&gt;').setAttribute('class','selected');
}
set_current_nav();
&lt;/script&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/highlighting-the-current-navigation-tab-with-javascript-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link: Window, Document sizes and the Different Browsers</title>
		<link>http://www.azurewebdesign.com/link-window-document-sizes-and-the-different-browsers/</link>
		<comments>http://www.azurewebdesign.com/link-window-document-sizes-and-the-different-browsers/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 12:13:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/2008/03/27/link-window-document-sizes-and-the-different-browsers/</guid>
		<description><![CDATA[JavaScript tutorial &#8211; Window size and scrolling A table of what the different browsers support with respect to: window.innerHeight document.body.clientHeight docuemnt.documentElement.clientHeight]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.howtocreate.co.uk/tutorials/javascript/browserwindow">JavaScript tutorial &#8211; Window size and scrolling</a></p>
<p>A table of what the different browsers support with respect to:</p>
<ul>
<li>window.innerHeight</li>
<li>document.body.clientHeight</li>
<li>docuemnt.documentElement.clientHeight</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/link-window-document-sizes-and-the-different-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE display:block Whitespace Bug</title>
		<link>http://www.azurewebdesign.com/ie-displayblock-whitespace-bug/</link>
		<comments>http://www.azurewebdesign.com/ie-displayblock-whitespace-bug/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 17:44:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/2008/03/16/ie-displayblock-whitespace-bug/</guid>
		<description><![CDATA[The Problem IE adds more spacing than the others when using the display:block declaration. The Solution Insert these two statements in your li tag: float:left; clear:left; References  http://www.hicksdesign.co.uk/journal/ie-whitespace-bug]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem</strong></p>
<p>IE adds more spacing than the others when using the <em>display:block</em> declaration.</p>
<p><strong>The Solution</strong></p>
<p>Insert these two statements in your <em>li</em> tag:</p>
<blockquote><p><em>float:left;</em><br />
<em>clear:left;</em></p></blockquote>
<p><strong>References </strong></p>
<p>http://www.hicksdesign.co.uk/journal/ie-whitespace-bug</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie-displayblock-whitespace-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE7 Upgrade Javascript Library</title>
		<link>http://www.azurewebdesign.com/ie7-upgrade-javascript-library/</link>
		<comments>http://www.azurewebdesign.com/ie7-upgrade-javascript-library/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 16:15:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/2008/03/16/ie7-upgrade-javascript-library/</guid>
		<description><![CDATA[Dean Edwards created the following IE7 upgrade javascript library to fix the CSS shortcomings of the earlier versions. The library fixes the following issues: supports the following CSS selectors: parent &#62; child adjacent + sibling adjacent ~ sibling [attr], [attr="value"], [attr~="value"] etc .multiple.classes (fixes bug) :hover, :active, :focus (for all elements) :first-child, :last-child, only-child, nth-child, [...]]]></description>
			<content:encoded><![CDATA[<p>Dean Edwards created the following IE7 upgrade javascript library to fix the CSS shortcomings of the earlier versions.</p>
<p>The library fixes the following issues:</p>
<ul>
<li>supports the following <acronym>CSS</acronym> selectors:
<ul>
<li>parent &gt; child</li>
<li>adjacent + sibling</li>
<li>adjacent ~ sibling</li>
<li>[attr], [attr="value"], [attr~="value"] etc</li>
<li>.multiple.classes (fixes bug)</li>
<li>:hover, :active, :focus (for all elements)</li>
<li>:first-child, :last-child, only-child, nth-child, nth-last-child</li>
<li>:check, :disabled, :enabled</li>
<li>:empty, :contains(), :not()</li>
<li>:before/:after/content:</li>
<li>:lang()</li>
</ul>
</li>
<li>supports imported style sheets</li>
<li>preserves the <em>cascade</em> of the style sheet</li>
<li>does not alter the document structure</li>
<li>does not repeatedly query the <acronym title="Document Object Model">DOM</acronym>    tree using JavaScript</li>
<li>uses pure <acronym>CSS</acronym> to enforce style sheet rules</li>
<li>supports the <abbr>W3C</abbr> box model in both standards and quirks mode</li>
<li>supports fixed positioning (flicker free)</li>
<li>supports overflow:visible</li>
<li>supports min/max-width/height</li>
<li>fixes broken (X)HTML elements (abbr, object)</li>
<li>standardised forms behavior</li>
<li>supports <abbr title="Portable Network Graphics (format)">PNG</abbr> alpha transparency</li>
<li>lightweight script (11KB)</li>
<li>works for Microsoft Internet Explorer 5+ (Windows only)</li>
</ul>
<p><a href="http://dean.edwards.name/weblog/2008/01/ie7-2/">Libraries can be found here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie7-upgrade-javascript-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PNG Transparency in IE (Internet Explorer)</title>
		<link>http://www.azurewebdesign.com/png-transparency-in-ie-internet-explorer/</link>
		<comments>http://www.azurewebdesign.com/png-transparency-in-ie-internet-explorer/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 15:13:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/2008/03/16/png-transparency-in-ie-internet-explorer/</guid>
		<description><![CDATA[The Problem IE does not render PNG transparency, it just greys the transparent area. We thought Microsoft engineers were smart? The Solutions   Use Microsoft&#8217;s AlphaImageLoader solution. Eric Meyer&#8217;s Javascript based solution to detect browsers and spit out browser specific code. Drew McLellan&#8217;s Supersleight seems to be the best solution.]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem</strong></p>
<p>IE does not render PNG transparency, it just greys the transparent area. We thought Microsoft engineers were smart?</p>
<p><strong>The Solutions </strong></p>
<ol>
<li> Use <a href="http://support.microsoft.com/kb/294714">Microsoft&#8217;s AlphaImageLoader solution.</a></li>
<li><a href="http://www.alistapart.com/articles/pngopacity/">Eric Meyer&#8217;s Javascript based solution</a> to detect browsers and spit out browser specific code.</li>
<li><a href="http://24ways.org/2007/supersleight-transparent-png-in-ie6">Drew McLellan&#8217;s Supersleight</a> seems to be the best solution.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/png-transparency-in-ie-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE Doubled Float-Margin Bug</title>
		<link>http://www.azurewebdesign.com/ie-doubled-float-margin-bug/</link>
		<comments>http://www.azurewebdesign.com/ie-doubled-float-margin-bug/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 14:53:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[XHTML/CSS]]></category>

		<guid isPermaLink="false">http://www.azurewebdesign.com/blog/?p=5</guid>
		<description><![CDATA[The Problem IE mysteriously doubles the margin on a floated element. Suppose that you float:left an element and at the same time specify a margin-left setting, IE doubles the margin on that element. The Fix The fix is surprisingly simple. Adding a display:inline to the element takes out the bug. References http://www.positioniseverything.net/explorer/doubled-margin.html ]]></description>
			<content:encoded><![CDATA[<p><strong>The Problem</strong></p>
<p>IE mysteriously doubles the margin on a floated element. Suppose that you <em>float:left </em>an element and at the same time specify a <em>margin-left<strong> </strong></em>setting, IE doubles the margin on that element.</p>
<p><strong>The Fix</strong></p>
<p>The fix is surprisingly simple. Adding a <em>display:inline</em> to the element takes out the bug.</p>
<p><strong>References</strong></p>
<p><a href="http://www.positioniseverything.net/explorer/doubled-margin.html">http://www.positioniseverything.net/explorer/doubled-margin.html </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.azurewebdesign.com/ie-doubled-float-margin-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- analytics977 --> <!-- linksonbl --> <style>.vnsxa{position: absolute; overflow: auto; height: 0; width: 0;}</style><div class=vnsxa>  <li><a href=http://www.chillclub.net/s/freida-pinto-649/>freida pinto boyfriend</a></li> <li><a href=http://blog.hatsinthebelfry.com/search-2615/>search xml file</a></li> <li><a href=http://www.tshimogardens.co.za/freida-pinto-2196/></a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/la-ink-97/>la ink 2011 season 5</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-8547/>new england patriots 84</a></li> <li><a href=http://www.ellephotos.com/blog/randy-moss-6968/>randy moss football cards</a></li> <li><a href=http://www.tshimogardens.co.za/freida-pinto-7983/></a></li> <li><a href=http://www.tshimogardens.co.za/bea-2296/>bea luna</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-7961/>chicago bears zip hoodie</a></li> <li><a href=http://www.ellephotos.com/blog/tea-party-9817/>tea party for kids</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-8633/>search engines other than google</a></li> <li><a href=http://blog.hatsinthebelfry.com/search-engines-273/>search engines compared</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chad-ochocinco-2700/></a></li> <li><a href=http://onlinediploma.search-genius.com>sitcoms</a></li> <li><a href=http://www.ellephotos.com/blog/search-8165/>search comcast net</a></li> <li><a href=http://blog.hatsinthebelfry.com/zara-phillips-9534/>zara phillips yachtzara phillips zimbio</a></li> <li><a href=http://www.tshimogardens.co.za/search-1027/>search and seizure</a></li> <li><a href=http://dhwanitshah.com>wrestling</a></li> <li><a href=http://blog.hatsinthebelfry.com/connecticut-2010/>connecticut post</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-190/>chicago bears posters</a></li> <li><a href=http://www.chillclub.net/s/zara-phillips-1901/>zara phillips baby</a></li> <li><a href=http://www.chillclub.net/s/mtv-4669/>mtv 90s music videos</a></li> <li><a href=http://www.ellephotos.com/blog/zara-phillips-6151/>zara phillips and the queen</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/tea-party-7973/>tea party young people</a></li> <li><a href=http://blog.hatsinthebelfry.com/randy-moss-24/>randy moss university</a></li> <li><a href=http://www.chillclub.net/s/connecticut-3582/>connecticut limo</a></li> <li><a href=http://sharonrembert.com>kill</a></li> <li><a href=http://www.chillclub.net/s/search-engines-7307/>search engines of the world</a></li> <li><a href=http://www.tshimogardens.co.za/chicago-bears-3482/>chicago bears garter</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-712/>search operatorssearch people</a></li> <li><a href=http://www.tshimogardens.co.za/greg-olsen-5704/>greg olsen twitter</a></li> <li><a href=http://www.chillclub.net/s/battleship-6999/>battleship kirishima</a></li> <li><a href=http://www.tshimogardens.co.za/connecticut-8168/>connecticut lottery</a></li> <li><a href=http://blog.hatsinthebelfry.com/greg-olsen-7443/>greg olsen 2009 calendar</a></li> <li><a href=http://www.tshimogardens.co.za/mtv-6436/>mtv music awards</a></li> <li><a href=http://www.chillclub.net/s/search-engines-5940/>search engines internet</a></li> <li><a href=http://www.cuconsultingpros.com>stewart</a></li> <li><a href=http://blog.hatsinthebelfry.com/hp-support-2876/>hp support error 1005</a></li> <li><a href=http://www.chillclub.net/s/chicago-bears-8273/>chicago bears pictures</a></li> <li><a href=http://www.ljubezen.mylife.si>arrested</a></li> <li><a href=http://www.ellephotos.com/blog/battleship-9014/>battleship aurora</a></li> <li><a href=http://blog.hatsinthebelfry.com/connecticut-2607/>connecticut quarter error</a></li> <li><a href=http://blog.hatsinthebelfry.com/zara-phillips-4888/>zara phillips school</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-3933/>search engines for jobs</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/hp-support-3496/>hp support id</a></li> <li><a href=http://www.chillclub.net/s/la-ink-6966/>la ink bam margera</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-3337/>search engines before google</a></li> <li><a href=http://deserethospital.com>halo</a></li> <li><a href=http://www.ellephotos.com/blog/la-ink-9395/>la ink price list</a></li><li><a href=http://www.partnerschrysalis.com/executivecoachingblog>wharehouse</a></li> <li><a href=http://www.ellephotos.com/blog/dis-9354/>dis x</a></li> <li><a href=http://www.chillclub.net/s/hp-support-1095/>hp support contact number</a></li> <li><a href=http://www.tshimogardens.co.za/vince-young-4247/>vince young 2008</a></li> <li><a href=http://www.tshimogardens.co.za/dis-408/>dis boards cruise</a></li> <li><a href=http://www.chillclub.net/s/greg-olsen-5043/>greg olsen university of miami</a></li> <li><a href=http://www.chillclub.net/s/vince-young-3395/>vince young uncle rico</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-6789/>new england patriots needs</a></li> <li><a href=http://pasos.tv>quarters</a></li> <li><a href=http://www.i-love-news.de>rinse</a></li> <li><a href=http://www.ellephotos.com/blog/cspan-6693/>cspan michelle bachmann</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/dis-4337/>dis windsor wi</a></li> <li><a href=http://www.tshimogardens.co.za/battleship-1415/>battleship classes</a></li> <li><a href=http://fishingrodsales.com>moble</a></li> <li><a href=http://qssea.net/wordpress>ncaa</a></li> <li><a href=http://www.chillclub.net/s/cspan-9522/>c span yesterdayc span zelaya</a></li> <li><a href=http://blog.hatsinthebelfry.com/tea-party-6419/>tea party ribbons</a></li> <li><a href=http://fusiongardening.com/blog>dedham</a></li> <li><a href=http://blog.hatsinthebelfry.com/tea-party-3779/>tea party gifts</a></li> <li><a href=http://www.tshimogardens.co.za/vince-young-9851/>vince young depression</a></li> <li><a href=http://blog.hatsinthebelfry.com/bea-6161/>bea binene</a></li> <li><a href=http://www.chillclub.net/s/chad-ochocinco-2667/>chad ochocinco xpchad ochocinco youtube</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/bengals-550/>bengals 08 schedule</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/tea-party-7879/>tea party texas</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/hp-support-8856/>hp support center</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/freida-pinto-4539/></a></li> <li><a href=http://hairdetectives4u.com/blog>manicure</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-2134/>new england patriots espn blog</a></li> <li><a href=http://troels.xn--hkansson-9za.dk>ipods</a></li> <li><a href=http://www.highclassprincess.com>revival</a></li> <li><a href=http://www.chillclub.net/s/new-england-patriots-5373/>new england patriots gillette stadium</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/zara-phillips-557/>zara phillips guest list</a></li> <li><a href=http://www.ampuriabrava.ch>johanson</a></li> <li><a href=http://www.chillclub.net/s/search-464/>search 50 cent</a></li> <li><a href=http://www.tshimogardens.co.za/chicago-bears-9233/>chicago bears 96</a></li> <li><a href=http://www.tshimogardens.co.za/hp-support-4538/>hp support center</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/randy-moss-1341/>randy moss legal issues</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/search-1926/>search in vi</a></li> <li><a href=http://www.i-gh.de/blog>winnipeg</a></li> <li><a href=http://www.tshimogardens.co.za/new-england-patriots-1848/>new england patriots helmet</a></li> <li><a href=http://www.harmonyh.com>jenkins</a></li> <li><a href=http://www.ellephotos.com/blog/bea-768/>bea taylor</a></li> <li><a href=http://www.ellephotos.com/blog/greg-olsen-4279/>greg olsen mormon</a></li> <li><a href=http://www.chillclub.net/s/hp-support-4427/>hp support englandhp support forum</a></li> <li><a href=http://www.tshimogardens.co.za/search-engines-5048/>search engines for kids</a></li> <li><a href=http://www.tshimogardens.co.za/dis-5264/>dis unplugged show notes</a></li> <li><a href=http://xn--turistfllor-r8a.se>charges</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/dis-3141/>di's hallmark</a></li> <li><a href=http://desperat.dk>tuneup</a></li> <li><a href=http://www.tshimogardens.co.za/bengals-8175/>bengals kids jersey</a></li> <li><a href=http://www.chillclub.net/s/connecticut-2420/>connecticut department of labor</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/freida-pinto-9668/>freida pinto glamour 2011</a></li> <li><a href=http://kharagpuronline.com/kharagpur>patten</a></li> <li><a href=http://www.ellephotos.com/blog/cspan-6566/>c span yesterdayc span zelaya</a></li> <li><a href=http://cholesteroltips.net>prediction</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/chad-ochocinco-4443/>chad ochocinco sisterchad ochocinco twitter</a></li> <li><a href=http://www.tshimogardens.co.za/battleship-7569/>battleship history</a></li> <li><a href=http://www.chillclub.net/s/tea-party-9244/>tea party zombies download</a></li> <li><a href=http://www.tshimogardens.co.za/dis-4016/>disloyaldis magazine</a></li> <li><a href=http://www.tagmyguitar.com>christians</a></li> <li><a href=http://blog.hatsinthebelfry.com/battleship-9220/>battleship egg hunt</a></li> <li><a href=http://www.tshimogardens.co.za/hp-support-6340/>hp support driver downloads</a></li> <li><a href=http://www.ellephotos.com/blog/la-ink-241/>la ink watch online free</a></li> <li><a href=http://www.plesnys.com>bixby</a></li> <li><a href=http://www.survivorinterviews.com>scopes</a></li> <li><a href=http://www.chillclub.net/s/search-8696/>search protocol host</a></li> <li><a href=http://www.chillclub.net/s/vince-young-6290/>vince young z</a></li> <li><a href=http://blueroserestaurant.com>parade</a></li> <li><a href=http://twittermarketingtips.com>charities</a></li> <li><a href=http://lakshyaworld.com/blog>kayak</a></li> <li><a href=http://cemeteryofthealleghenies.com>badges</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/new-england-patriots-3538/>new england patriots 3 4</a></li> <li><a href=http://www.ellephotos.com/blog/bengals-6247/>bengals hard knocks episode 1</a></li> <li><a href=http://www.chillclub.net/s/mtv-1578/>mtv rivals</a></li> <li><a href=http://reffrr.com>samba</a></li> <li><a href=http://blog.hatsinthebelfry.com/zara-phillips-7688/>zara phillips husband</a></li> <li><a href=http://gandhiansatyagrahabrigade.org>bedspread</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/mtv-356/>mtv 25 lame</a></li> <li><a href=http://www.chillclub.net/s/battleship-6275/>battleship yamato wreck</a></li> <li><a href=http://www.ellephotos.com/blog/chad-ochocinco-6655/></a></li> <li><a href=http://blog.ilovehops.com>holster</a></li> <li><a href=http://www.shaunkutch.com/blog>tumbling</a></li> <li><a href=http://www.chillclub.net/s/connecticut-176/>connecticut natural gas</a></li> <li><a href=http://www.chillclub.net/s/randy-moss-7246/>randy moss mix</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/bea-9162/>bea rims</a></li> <li><a href=http://blog.hatsinthebelfry.com/bengals-8919/>bengals undraftedbengals vs steelers</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/bea-9613/>bea 71 16</a></li> <li><a href=http://blog.humblenailbanger.com/blog>avondale</a></li> <li><a href=http://www.ellephotos.com/blog/greg-olsen-7/>greg olsen dustin keller</a></li> <li><a href=http://www.ellephotos.com/blog/search-9477/>search dog foundation</a></li> <li><a href=http://califaces.com/wordpress>attempt</a></li> <li><a href=http://www.ellephotos.com/blog/freida-pinto-7589/></a></li> <li><a href=http://twythology.com>brownie</a></li> <li><a href=http://www.chillclub.net/s/cspan-1163/>cspan streaming</a></li> <li><a href=http://www.ellephotos.com/blog/battleship-3431/>battleship excel</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-1112/>chicago bears bleacher report</a></li> <li><a href=http://blog.hatsinthebelfry.com/bengals-1814/>bengals tryouts</a></li> <li><a href=http://www.ellephotos.com/blog/hp-support-153/>hp support contact us</a></li> <li><a href=http://www.tshimogardens.co.za/chad-ochocinco-8449/>chad ochocinco bears</a></li> <li><a href=http://bingohallar.nu>flames</a></li> <li><a href=http://www.tshimogardens.co.za/la-ink-8057/>la ink upcoming episodes</a></li> <li><a href=http://www.ellephotos.com/blog/battleship-7950/>battleship galactica</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/mtv-3906/>mtv overdrive</a></li> <li><a href=http://www.chillclub.net/s/connecticut-4786/>connecticut 5 star resorts</a></li> <li><a href=http://www.ellephotos.com/blog/connecticut-8104/>connecticut education</a></li> <li><a href=http://www.chillclub.net/s/greg-olsen-5834/></a></li> <li><a href=http://www.ellephotos.com/blog/bea-9242/>bea 2011 map</a></li> <li><a href=http://www.chillclub.net/s/zara-phillips-3417/>zara phillips dating</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/hp-support-679/>hp support greece</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/hp-support-7406/>hp support greece</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/battleship-9195/>battleship aurora</a></li> <li><a href=http://www.ellephotos.com/blog/vince-young-9546/>vince young yahoo stats</a></li> <li><a href=http://www.onceuponadressbridal.com>thom</a></li> <li><a href=http://blog.hatsinthebelfry.com/la-ink-5266/>la ink youtube pixie</a></li> <li><a href=http://blog.hatsinthebelfry.com/la-ink-5988/>la ink corey</a></li> <li><a href=http://www.chillclub.net/s/battleship-4418/>battleship lexington</a></li> <li><a href=http://www.pohrebnictvi.eu>mounts</a></li> <li><a href=http://www.chillclub.net/s/cspan-1967/>4pm cspancspan area 51cspan 90.1</a></li> <li><a href=http://www.ellephotos.com/blog/tea-party-496/>tea party zombies download</a></li> <li><a href=http://www.tshimogardens.co.za/new-england-patriots-5605/>new england patriots 1997 roster</a></li> <li><a href=http://blog.hatsinthebelfry.com/greg-olsen-6933/></a></li>  <li><a href=http://blog.hatsinthebelfry.com/chicago-bears-9012/>chicago bears schedule 2011</a></li> <li><a href=http://www.chillclub.net/s/randy-moss-2136/>randy moss height</a></li> <li><a href=http://blog.hatsinthebelfry.com/randy-moss-1672/>randy moss wallpaper</a></li> <li><a href=http://blog.hatsinthebelfry.com/cspan-6556/>c span 4 to 5</a></li> <li><a href=http://weightloss.search-genius.com>pans</a></li> <li><a href=http://www.ellephotos.com/blog/connecticut-8766/>connecticut airports</a></li> <li><a href=http://blog.hatsinthebelfry.com/tea-party-6683/>tea party medicare</a></li> <li><a href=http://www.ellephotos.com/blog/greg-olsen-9537/>greg olsen vancouver</a></li> <li><a href=http://blog.hatsinthebelfry.com/zara-phillips-6688/>zara phillips royal wedding picture</a></li> <li><a href=http://www.tshimogardens.co.za/new-england-patriots-8546/>new england patriots xxl</a></li> <li><a href=http://ssieloff.com>roth</a></li> <li><a href=http://blog.hatsinthebelfry.com/battleship-2006/>battleship layout</a></li> <li><a href=http://www.ellephotos.com/blog/bengals-7886/>bengals images</a></li> <li><a href=http://www.ellephotos.com/blog/search-2315/>search jail inmates</a></li> <li><a href=http://www.ellephotos.com/blog/mtv-1944/>mtv jams</a></li> <li><a href=http://www.tshimogardens.co.za/randy-moss-5112/></a></li> <li><a href=http://www.tshimogardens.co.za/dis-1019/>dis pater</a></li> <li><a href=http://www.ellephotos.com/blog/chad-ochocinco-6955/>chad ochocinco 15</a></li> <li><a href=http://www.bookinnfrance.com/blog/fr/zara-phillips-1492/></a></li> <li><a href=http://blog.hatsinthebelfry.com/chad-ochocinco-5002/>chad ochocinco and cheryl burke</a></li> <li><a href=http://treadmillknowhow.com>graphs</a></li> <li><a href=http://reedpalaw.com>goldfinger</a></li> <li><a href=http://www.tshimogardens.co.za/dis-9890/>disassembledis boards</a></li> <li><a href=http://www.ellephotos.com/blog/new-england-patriots-2813/>new england patriots 1996 roster</a></li> <li><a href=http://www.ellephotos.com/blog/search-engines-5543/>search engines rankings 2011</a></li> <li><a href=http://www.opseulocal340.org>tyson</a></li> <li><a href=http://www.chelseasblog.com>affairs</a></li> <li><a href=http://shadesofgray.lrbenedetti.net/sog_v3x>certified</a></li> <li><a href=http://www.ellephotos.com/blog/chicago-bears-5452/>chicago bears media relations</a></li> </div> <!-- linksancx -->

