<?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>Antanova Ltd. &#187; ie6</title>
	<atom:link href="http://antanova.com/tags/ie6/feed" rel="self" type="application/rss+xml" />
	<link>http://antanova.com</link>
	<description>We make excellent websites</description>
	<lastBuildDate>Tue, 30 Mar 2010 09:08:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IE6 bullet aligned to bottom of list-item (LI)</title>
		<link>http://antanova.com/blog/css/ie6-bullet-aligned-to-bottom-of-list-item-li</link>
		<comments>http://antanova.com/blog/css/ie6-bullet-aligned-to-bottom-of-list-item-li#comments</comments>
		<pubDate>Thu, 18 Sep 2008 12:43:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2008/09/18/ie6-bullet-aligned-to-bottom-of-list-item-li/</guid>
		<description><![CDATA[I just thought I’d jot this down for posterity as I’ve seen it before but not often enough for me to remember the solution. Posting this should help that, though.
When using LI in IE6, if the LI has hasLayout activated, then the corresponding bullet will be aligned to the bottom of the item instead of [...]]]></description>
			<content:encoded><![CDATA[<p>I just thought I’d jot this down for posterity as I’<span class="blsp-spelling-error">ve</span> seen it before but not often enough for me to remember the solution. Posting this <span class="blsp-spelling-corrected">should</span> <span class="blsp-spelling-corrected">help</span> that, though.</p>
<p>When using LI in IE6, if the LI has <span class="blsp-spelling-error">hasLayout</span> activated, then the corresponding bullet will be aligned to the <em>bottom</em> of the item instead of the top. Why the <span class="blsp-spelling-error">devs</span> writing IE6 thought that this would be useful I don’t know. Or perhaps, <em>it’s a bug</em>? The shock of it all.</p>
<p>The solution is to target the LI and to disable <span class="blsp-spelling-error">hasLayout</span>. The method I used today was this:</p>
<pre><code><span class="blsp-spelling-error">li</span> {zoom:0;}
</code></pre>
<p>This directly countermands the <code>zoom:1;</code> I had added to other elements to get the page to hang together in IE6.</p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/ie6-bullet-aligned-to-bottom-of-list-item-li/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>solution #2</title>
		<link>http://antanova.com/blog/css/solution-2</link>
		<comments>http://antanova.com/blog/css/solution-2#comments</comments>
		<pubDate>Wed, 20 Feb 2008 09:55:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2008/02/20/solution-2/</guid>
		<description><![CDATA[It seems that there is more than one way to skin a cat. Ages ago I wrote about a mad IE duplicating text bug that would repeat bits of content lower down on the page. It had me scratching my head for a little while wondering how IE could be home to yet another bug, [...]]]></description>
			<content:encoded><![CDATA[<p>It seems that there is more than one way to skin a cat. Ages ago I wrote about a mad <a href="http://antanova.blogspot.com/2006/03/ie-duplicating-text-bug.html">IE duplicating text bug</a> that would repeat bits of content lower down on the page. It had me scratching my head for a little while wondering how IE could be home to yet another bug, especially one this weird. My old friend Google came to the rescue in the end, showing me a cure.</p>
<p>Now though there appears to be a <a href="http://www.toastedweb.si/docs/ie_ghost_text_bug_fix.html">new and even simpler cure</a>. The problem occurs when you have two floats, and comments between them. The solution I used previously was to remove the comments, but now it appears that another fix is simply to add <code>display:inline</code> to the css rule for the floats. I pretty much do that automatically now, to avoid IE doubling the margin around floats, so it fits right in, and means I can forget about removing comments from my code.</p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/solution-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
