<?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>thought-after.com &#187; CSS</title>
	<atom:link href="http://www.thought-after.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thought-after.com</link>
	<description>Web development and geeky stuff by Lafinboy</description>
	<lastBuildDate>Mon, 01 Mar 2010 05:00:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Free random background image script tool</title>
		<link>http://www.thought-after.com/2007/08/free-random-background-image-script-tool/</link>
		<comments>http://www.thought-after.com/2007/08/free-random-background-image-script-tool/#comments</comments>
		<pubDate>Mon, 13 Aug 2007 01:41:38 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Free Tools]]></category>
		<category><![CDATA[random background image]]></category>
		<category><![CDATA[script generator]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2007/08/13/free-random-background-image-script-tool/</guid>
		<description><![CDATA[A while ago I posted a solution for generating CSS random background images, which provided a PHP server side solution for adding random background images to stylesheets on the fly. Since it&#039;s initial posting the solution provided there has been tweaked and fine tuned based on use and reader feedback. A lot of the feedback [...]]]></description>
			<content:encoded><![CDATA[<p>A while ago I posted a solution for generating <a href="/2006/05/26/css-random-background-image-rotation/" title="CSS Random Background Image Rotation">CSS random background images</a>, which provided a PHP server side solution for adding random background images to stylesheets on the fly.</p>
<p>Since it&#039;s initial posting the solution provided there has been tweaked and fine tuned based on use and reader feedback. A lot of the feedback and comments were about the inability for readers to use that particular solution because they did not have access to modify the PHP source code. One such example is that of <a href="http://www.blogger.com/" title="Blogger">Blogger</a>s, who have access to the Blogger templating system, but not the code.</p>
<p>In response to this feedback I have put together a free <a href="/free-tools/random-background-image-script-generator/" title="Free andom background image script generator">random background image script generator</a> tool, which will generate a self contained block of Javascript which can be pasted into any template or web page, to provide random background image selection and application to a single element on that page.</p>
<p>Comments and feedback are encouraged, as are links from any sites that may find a use for the script!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2007/08/free-random-background-image-script-tool/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Convert pixels to ems &#8211; with ease</title>
		<link>http://www.thought-after.com/2007/02/convert-pixels-to-ems-with-ease/</link>
		<comments>http://www.thought-after.com/2007/02/convert-pixels-to-ems-with-ease/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 08:11:04 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[developer tools]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2007/02/08/convert-pixels-to-ems-with-ease/</guid>
		<description><![CDATA[I came across a very neat, and immensely useful tool online today that converts fixed pixel sizes to their relative em size equivalents. The Em Calculator bases conversions on a specified base pixel conversion ratio, and provides you with immediate calculations for nested child and sibling nodes of the DOM tree. Big thanks to Piotr [...]]]></description>
			<content:encoded><![CDATA[<p>I came across a very neat, and immensely useful tool online today that converts fixed pixel sizes to their relative em size equivalents. The <a href="http://riddle.pl/emcalc/">Em Calculator</a> bases conversions on a specified base pixel conversion ratio, and provides you with immediate calculations for nested child and sibling nodes of the DOM tree. Big thanks to <a href="http://riddle.pl/">Piotr Petrus</a> who has put this tool together.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2007/02/convert-pixels-to-ems-with-ease/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS srolling table with fixed header</title>
		<link>http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/</link>
		<comments>http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 00:54:52 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Snippets]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2006/12/01/css-srolling-table-with-fixed-header/</guid>
		<description><![CDATA[Came across this example some time ago which details how to give a fixed header and/or footer to a scrollable table.]]></description>
			<content:encoded><![CDATA[<p>Came across this example some time ago which details how to give a <a href="http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header2.html">fixed header and/or footer to a scrollable table</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2006/12/css-srolling-table-with-fixed-header/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>CSS hacks &#8211; Targetting IE7</title>
		<link>http://www.thought-after.com/2006/11/css-hacks-targetting-ie7/</link>
		<comments>http://www.thought-after.com/2006/11/css-hacks-targetting-ie7/#comments</comments>
		<pubDate>Tue, 28 Nov 2006 05:25:12 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE7]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2006/11/28/css-hacks-targetting-ie7/</guid>
		<description><![CDATA[A simple hack to target IE7 only: /* Target IE7 only */ html>body #getquotebox { *background: url(../images/loginbox-bg.jpg) 10px left no-repeat; } /* end */ Can be used in cases where conditional comments can&#039;t be, for whatever reason.]]></description>
			<content:encoded><![CDATA[<p>A simple hack to target IE7 only:</p>
<div class="codesnip-container" >/* Target IE7 only */<br />
html>body #getquotebox {<br />
*background: url(../images/loginbox-bg.jpg) 10px left no-repeat;<br />
}<br />
/* end */</div>
<p>Can be used in cases where conditional comments can&#039;t be, for whatever reason.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2006/11/css-hacks-targetting-ie7/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS Naked Day</title>
		<link>http://www.thought-after.com/2006/04/css-naked-day/</link>
		<comments>http://www.thought-after.com/2006/04/css-naked-day/#comments</comments>
		<pubDate>Wed, 05 Apr 2006 06:10:32 +0000</pubDate>
		<dc:creator>Lafinboy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[thought-after]]></category>

		<guid isPermaLink="false">http://www.thought-after.com/2006/04/05/css-naked-day/</guid>
		<description><![CDATA[Wondering where the fancy site has gone? What happened to the layout, the images, the niceties? Fear not &#8211; this is a temporary change to support CSS Naked Day, a push to encourage web developers to open up their sites to the harsh glare of public scrutiny. Will your site stand up to being naked [...]]]></description>
			<content:encoded><![CDATA[<p>Wondering where the fancy site has gone? What happened to the layout, the images, the niceties? Fear not &#8211; this is a temporary change to support <a title="See what's underneath this sites flashy clothes" href="http://naked.dustindiaz.com/">CSS Naked Day</a>, a push to encourage web developers to open up their sites to the harsh glare of public scrutiny. Will your site stand up to being naked for a day? Go on, give it a go &#8211; in cyberspace nobody can see you blush!</p>
<p>Reading this after 6th April 2006? The nakedness has passed, and the site is fully clothed again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thought-after.com/2006/04/css-naked-day/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
