<?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>Blue Cap Development Studio &#187; XHTML / CSS</title>
	<atom:link href="http://www.bluecapstudio.com/blog/category/xhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluecapstudio.com/blog</link>
	<description>Just another development studio</description>
	<lastBuildDate>Fri, 11 Dec 2009 05:43:52 +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>Position:Fixed &#8211; Keeping it on the screen</title>
		<link>http://www.bluecapstudio.com/blog/2009/12/positionfixed-keeping-it-on-the-screen/</link>
		<comments>http://www.bluecapstudio.com/blog/2009/12/positionfixed-keeping-it-on-the-screen/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 05:43:52 +0000</pubDate>
		<dc:creator>Brandon</dc:creator>
				<category><![CDATA[XHTML / CSS]]></category>

		<guid isPermaLink="false">http://www.bluecapstudio.com/blog/?p=82</guid>
		<description><![CDATA[A neat little tool you may see some websites using now-a-days is a menu, toolbar or possible a footer that always seems to stay with the page no matter how aggressively you scroll up and down. Although it looks like a unique, possible complicated display of CSS mastery, all it really is, is a single [...]]]></description>
			<content:encoded><![CDATA[<p>A neat little tool you may see some websites using now-a-days is a menu, toolbar or possible a footer that always seems to stay with the page no matter how aggressively you scroll up and down. Although it looks like a unique, possible complicated display of CSS mastery, all it really is, is a single line of code.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;color: #ccc; font: 12px Consolas, Lucida Console, Monaco, monospace;"><span class="kw1">position</span><span class="sy0">:</span><span class="kw2">fixed</span><span class="sy0">;</span></pre></div></div>

<p>By using this tibit of CSS, you can force a div or practically anything else to have a fixed position of the users screen. Combining this with top, bottom, left or right positioning will place the item in a specific location on the screen and will keep it there as long as you please.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bluecapstudio.com/blog/2009/12/positionfixed-keeping-it-on-the-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
