<?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>Navarr&#039;s Tech Side &#187; CSS</title>
	<atom:link href="http://tech.navarr.me/topics/code/css-code/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.navarr.me</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='tech.navarr.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Patterned Backgrounds &amp; Background-Attachment</title>
		<link>http://tech.navarr.me/2009/09/patterned-backgrounds-background-attachment.html</link>
		<comments>http://tech.navarr.me/2009/09/patterned-backgrounds-background-attachment.html#comments</comments>
		<pubDate>Sat, 12 Sep 2009 18:47:58 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[background-attachment]]></category>
		<category><![CDATA[background-image]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://tech.gtaero.net/2009/09/patterned-backgrounds-background-attachment.html</guid>
		<description><![CDATA[Something very crucial to most, if not every, website layout is commonly overlooked by even some of the most experienced amateur web designers:&#160; Using Background-Attachment properly on Patterned Backgrounds. When using a patterned background, such as simple lines or a pattern, you generally don’t think about how it will affect the user’s eyes or attention, [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>Something very crucial to most, if not every, website layout is commonly overlooked by even some of the most experienced amateur web designers:&#160; Using Background-Attachment properly on Patterned Backgrounds.</p>
<p>When using a patterned background, such as simple lines or a pattern, you generally don’t think about how it will affect the user’s eyes or attention, but more so the way it will look, and generally you don’t specify anything more than a <strong>background-image</strong>.&#160; The default value for <strong>background-attachment</strong> still exists, though – and it is scroll.</p>
<p>This is a bad thing for one <strong>major</strong> reason.&#160; <strong>A scrolling, patterned background distracts the user from the content of the page</strong>.&#160; A person’s eyes follow movement.&#160; It catches there attention and pulls them in.&#160; This technique is often used for form elements, such as buttons, or navigation.&#160; However, when using a patterned background, this is a bad thing.&#160; Instead of being able to focus on the content of the page, the user’s eyes will instead be distracted by the moving background images, making it harder, and slightly&#160; more painful to see.</p>
<p>Continue reading to see and compare the differences of the two styles.</p>
<p> <span id="more-122"></span>
<p>background-attachment: scroll;</p>
<p> <iframe style="width: 100%; height: 200px" src="http://www.gtaero.net/4tech/attach.php?a=scroll"></iframe>  </p>
<p>background-attachment: fixed;</p>
<p> <iframe style="width: 100%; height: 200px" src="http://www.gtaero.net/4tech/attach.php?a=fixed"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2009/09/patterned-backgrounds-background-attachment.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

