<?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; CSS</title>
	<atom:link href="http://antanova.com/category/blog/css/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>
		<item>
		<title>IE7 width and min-width bug</title>
		<link>http://antanova.com/blog/css/ie7-width-and-min-width-bug</link>
		<comments>http://antanova.com/blog/css/ie7-width-and-min-width-bug#comments</comments>
		<pubDate>Tue, 29 Jan 2008 17:29:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[ie7]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2008/01/29/ie7-width-and-min-width-bug/</guid>
		<description><![CDATA[After a day of plenty of swearing, I seem to have found something out that I think I should have known about before. I’m posting in the hope it will help out some other hapless web developer and prevent some nasty monitor-forehead interfacing.
For some reason, I know not why, after making a small change to [...]]]></description>
			<content:encoded><![CDATA[<p>After a day of plenty of swearing, I seem to have found something out that I think I should have known about before. I’m posting in the hope it will help out some other hapless web developer and prevent some nasty monitor-forehead interfacing.</p>
<p>For some reason, I know not why, after making a small change to an html page, IE7 stopped picking up some percentage widths (for floated elements). After a lot of swearing, I found out that sometimes, to even pick up a width, IE7 needs <em>both</em> a min-width and width. As I was using percentages that was not a hassle &#8211; so for example the rule</p>
<pre><code>float:left; width: 25.5%;
</code></pre>
<p>was having no effect: the width of the element was shrinking down to the width of its content, while on IE6, Opera, Safari and Firefox everything was fine. Adding a min-width thus</p>
<pre><code>float:left; width:25.5%; min-width:25.5%;
</code></pre>
<p>Sorted everything out. So now everything’s hunky dory. I’m sure most of you will have known about this and I’m quite surprised I haven’t come across it before. That’s part of the joy of the job, I suppose: after the frustration comes the satisfaction of learning something new and solving a problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/ie7-width-and-min-width-bug/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May the force be with you</title>
		<link>http://antanova.com/blog/css/may-the-force-be-with-you</link>
		<comments>http://antanova.com/blog/css/may-the-force-be-with-you#comments</comments>
		<pubDate>Thu, 24 Jan 2008 17:29:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2008/01/24/may-the-force-be-with-you/</guid>
		<description><![CDATA[CSS and the Force are not very alike. One of them is a dark art, taking a lifetime to master and needing super-human powers of concentration and persistence, and the other one is the Force.
Sometimes it’s frustrating to be developing a large stylesheet, only to find that part way through for some unknown reason your [...]]]></description>
			<content:encoded><![CDATA[<p>CSS and the Force are not very alike. One of them is a dark art, taking a lifetime to master and needing super-human powers of concentration and persistence, and the other one is the Force.</p>
<p>Sometimes it’s frustrating to be developing a large stylesheet, only to find that part way through for some unknown reason your styles are not being picked up by a particular element. Usually, this is because it is inheriting its style from somewhere else, and it can be a quite a job to go back through the style rules and unpick what is happening.</p>
<p>I’ve just come across a nice little article that explains <a href="http://www.stuffandnonsense.co.uk/archives/css_specificity_wars.html">selector specificity</a> very well, and it’s easy to remember. If you can’t, there’s even a poster you can print out to help you.</p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/may-the-force-be-with-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling forms is like milking a cat</title>
		<link>http://antanova.com/blog/css/styling-forms-is-like-milking-a-cat</link>
		<comments>http://antanova.com/blog/css/styling-forms-is-like-milking-a-cat#comments</comments>
		<pubDate>Thu, 17 May 2007 16:28:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web-development]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2007/05/17/styling-forms-is-like-milking-a-cat/</guid>
		<description><![CDATA[Eric Meyer has a good post on his blog, about the hoplessness of stylesheets and forms. Have a read if you&#8217;re inclined.
Technorati: css web-development
]]></description>
			<content:encoded><![CDATA[<p>Eric Meyer has a good post on his blog, about the <a href="http://meyerweb.com/eric/thoughts/2007/05/15/formal-weirdness/">hoplessness of stylesheets and forms</a>. Have a read if you&#8217;re inclined.</p>
<p>Technorati: <a href="http://technorati.com/tags/css">css</a> <a href="http://technorati.com/tags/web-development">web-development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/styling-forms-is-like-milking-a-cat/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I told you so!</title>
		<link>http://antanova.com/blog/css/i-told-you-so</link>
		<comments>http://antanova.com/blog/css/i-told-you-so#comments</comments>
		<pubDate>Thu, 05 Oct 2006 13:34:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2006/10/05/i-told-you-so/</guid>
		<description><![CDATA[Far be it from me to simply copy another website&#8217;s content, but, err&#8230; here is yet another piece of wonderment from A List Apart. In a recent article, they list some lessons for those afraid of CSS and standards. A couple caught my eye: I thought they would be good ones for clients to read.
Here [...]]]></description>
			<content:encoded><![CDATA[<p>Far be it from me to simply copy another website&#8217;s content, but, err&#8230; here is yet another piece of wonderment from <a href="http://www.alistapart.com/">A List Apart</a>. In <a href="http://alistapart.com/articles/12lessonsCSSandstandards">a recent article</a>, they list some lessons for those afraid of CSS and standards. A couple caught my eye: I thought they would be good ones for clients to read.</p>
<p>Here are my selections:</p>
<ul>
<li>&#8220;It&#8217;s not going to look exactly the same everywhere&#8230;&#8221;</li>
<li>&#8220;Longer lead times are inevitable&#8221;</li>
<li>&#8220;Working around rendering bugs is like playing Whack-a-Mole&#8221;</li>
</ul>
<p>I think that once clients appreciate particularly the above statements, there will be a new and lasting peace in the website building world.</p>
<p>Technorati: <a href="http://technorati.com/tags/css">css</a>, <a href="http://technorati.com/tags/standards">standards</a></p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/i-told-you-so/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your weekend&#8217;s reading</title>
		<link>http://antanova.com/blog/css/your-weekends-reading</link>
		<comments>http://antanova.com/blog/css/your-weekends-reading#comments</comments>
		<pubDate>Fri, 15 Sep 2006 09:51:00 +0000</pubDate>
		<dc:creator>Jason C</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://antanova.wordpress.com/2006/09/15/your-weekends-reading/</guid>
		<description><![CDATA[I&#8217;ve just had a look on A List Apart, and there is an ace selection of their earlier work relating to accessibility and all that jazz. In my professional life, it was this site and actually some of the articles on this list that first set me out on the standards crusade in 2001. Back [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just had a look on <a href="http://www.alistapart.com/">A List Apart</a>, and there is an ace selection of their earlier work relating to accessibility and all that jazz. In my professional life, it was this site and actually some of the articles on this list that first set me out on the standards crusade in 2001. Back then, my pleas were generally falling on deaf ears: &#8220;Please don&#8217;t use Flash for navigation&#8221; became &#8220;Oh, that&#8217;s Flash, don&#8217;t get Jason to do it, he hates Flash&#8221;. Et cetera.</p>
<p>Well, if you need a little primer on the why of standards and accessibility, you could do a lot worse than reading some of the articles mentioned in <a title="A Guide for New Readers" href="http://www.alistapart.com/articles/ALAprimer">The ALA Primer: A Guide for New Readers</a>.</p>
<p>As a secondary little piece of entertainment, if you don&#8217;t need to read the background articles, then have a look at <a title="A Standardista's Alphabet" href="http://www.alistapart.com/articles/alphabet">A Standardista&#8217;s Alphabet</a>. Might amuse if you&#8217;re in-the-know. If you&#8217;re not, then read the articles mentioned in the previous link.</p>
]]></content:encoded>
			<wfw:commentRss>http://antanova.com/blog/css/your-weekends-reading/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
