<?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>freestyle developments &#187; CSS</title>
	<atom:link href="http://freestyle-developments.co.uk/blog/?feed=rss2&#038;tag=css" rel="self" type="application/rss+xml" />
	<link>http://freestyle-developments.co.uk/blog</link>
	<description>Fun, games and coding</description>
	<lastBuildDate>Sun, 16 Jun 2013 07:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>LESS CSS class for cross browser opacity</title>
		<link>http://freestyle-developments.co.uk/blog/?p=400</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=400#comments</comments>
		<pubDate>Wed, 09 May 2012 12:37:19 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Less]]></category>
		<category><![CDATA[Opacity]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=400</guid>
		<description><![CDATA[This&#8217;ll allow you to specify an opacity value (between 0 and 1) and have LESS automatically add in the necessary IE filters, converting it to an IE opacity value (between 0 and 100).]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=400</wfw:commentRss>
		<slash:comments>25281</slash:comments>
		</item>
		<item>
		<title>LESS CSS clearfix</title>
		<link>http://freestyle-developments.co.uk/blog/?p=318</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=318#comments</comments>
		<pubDate>Wed, 09 Nov 2011 10:43:33 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[clearfix]]></category>
		<category><![CDATA[Less]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=318</guid>
		<description><![CDATA[The fantastic clearfix, as a LESS CSS class: .clearfix { zoom: 1; &#038;:before, &#038;:after { content: ""; display: table; } &#038;:after { clear: both; } } Use in your code like so: ul#gallery { .clearfix; li { float: left; } &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=318">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=318</wfw:commentRss>
		<slash:comments>321</slash:comments>
		</item>
		<item>
		<title>Modernizr progressives or exceptions?</title>
		<link>http://freestyle-developments.co.uk/blog/?p=193</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=193#comments</comments>
		<pubDate>Tue, 11 Jan 2011 23:02:22 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Modernizer]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=193</guid>
		<description><![CDATA[Modernizr, what an interesting tool you are. How do I use your class names in my CSS files? You&#8217;ve given me a choice and I&#8217;m not sure what to use: .multiplebgs div p { /* properties for browsers that support &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=193">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=193</wfw:commentRss>
		<slash:comments>343</slash:comments>
		</item>
		<item>
		<title>Highlight text using jQuery and the HTML5 mark tag</title>
		<link>http://freestyle-developments.co.uk/blog/?p=165</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=165#comments</comments>
		<pubDate>Sun, 26 Dec 2010 17:26:08 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mark]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=165</guid>
		<description><![CDATA[Here&#8217;s a jQuery plugin I wrote that&#8217;ll add HTML5 &#60;mark&#62; tags around keywords or phrases in an element&#8217;s body text. What is mark? a run of text in one document marked or highlighted for reference purposes, due to its relevance &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=165">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>6599</slash:comments>
		</item>
		<item>
		<title>em, and the two zooms</title>
		<link>http://freestyle-developments.co.uk/blog/?p=90</link>
		<comments>http://freestyle-developments.co.uk/blog/?p=90#comments</comments>
		<pubDate>Mon, 27 Sep 2010 19:34:50 +0000</pubDate>
		<dc:creator>Alan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[em]]></category>
		<category><![CDATA[percent]]></category>
		<category><![CDATA[relative units]]></category>
		<category><![CDATA[zoom]]></category>

		<guid isPermaLink="false">http://freestyle-developments.co.uk/blog/?p=90</guid>
		<description><![CDATA[Back in the days before browser &#8220;zoom&#8221;*, making text bigger on the page was done by incrementing all the font sizes in the document. All fonts set at 16px became, for example 18px, and all fonts at 20px became 22px. &#8230; <a href="http://freestyle-developments.co.uk/blog/?p=90">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://freestyle-developments.co.uk/blog/?feed=rss2&#038;p=90</wfw:commentRss>
		<slash:comments>354</slash:comments>
		</item>
	</channel>
</rss>
