<?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>Flaming Squirrel &#187; css</title>
	<atom:link href="http://www.flamingsquirrel.co.uk/blog/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingsquirrel.co.uk/blog</link>
	<description>Creative thoughts of Andy Beer</description>
	<lastBuildDate>Mon, 05 Dec 2011 10:27:02 +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>IE6 and 7 whitespace bug</title>
		<link>http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 09:02:52 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/?p=42</guid>
		<description><![CDATA[IE 6 and IE7 often display whitespace underneath images and &#60;li&#62; tags (when all other browsers do not) . The best way to solve this is to add either or both of the css rules: display:inline-block; display:block; The alternative method &#8230; <a href="http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/ie6-and-7-whitespace-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lining up labels with radio/checkboxes</title>
		<link>http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 11:20:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/</guid>
		<description><![CDATA[I used to battle with trying to line up labels horizontally with radio or checkboxes&#8230;. it never looked the same in all browsers. Solution: HTML: &#60;ul class=&#8221;form-check&#8221;&#62; &#60;li&#62;&#60;input name=&#8221;radio&#8221; type=&#8221;radio&#8221; value=&#8221;yes&#8221; /&#62;&#60;label&#62;Yes&#60;/label&#62;&#60;/li&#62; &#60;li&#62;&#60;input name=&#8221;radio&#8221; type=&#8221;radio&#8221; value=&#8221;no&#8221; /&#62;&#60;label&#62;No&#60;/label&#62;&#60;/li&#62; &#60;/ul&#62; CSS: ul.form-check{ &#8230; <a href="http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/lining-up-labels-with-radiocheckboxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Styling an hr</title>
		<link>http://www.flamingsquirrel.co.uk/blog/styling-an/</link>
		<comments>http://www.flamingsquirrel.co.uk/blog/styling-an/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 11:48:36 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.flamingsquirrel.co.uk/blog/styling-an/</guid>
		<description><![CDATA[I have always had problems with the &#60;hr/&#62; and getting it to look equally spacedbut this seems to work well across all browsers. hr{ color:#76a2d7; background-color:#76a2d7; height:1px; border:none; margin:0 0 10px 0; }]]></description>
		<wfw:commentRss>http://www.flamingsquirrel.co.uk/blog/styling-an/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

