<?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>Media Perfection LC &#187; CSS</title>
	<atom:link href="http://media-perfection.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://media-perfection.com</link>
	<description>Website Design, Development and Consulting</description>
	<lastBuildDate>Thu, 05 Aug 2010 01:16:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using Absolute Positioning in CSS</title>
		<link>http://media-perfection.com/2009/01/26/using-absolute-positioning-in-css/</link>
		<comments>http://media-perfection.com/2009/01/26/using-absolute-positioning-in-css/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:43:11 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Absolute Positioning]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://media-perfection.com/?p=127</guid>
		<description><![CDATA[Their are a couple things to remember when using Absolute Positioning in CSS. The Element can be offset from the Top, Bottom, Left or Right of the containing element. The Element is taken out of normal flow. The Element will be positioned from its NEAREST POSITIONED ANCESTOR. If the nearest ancestor element is NOT positioned(i.e. [...]]]></description>
			<content:encoded><![CDATA[<p>Their are a couple things to remember when using Absolute Positioning in CSS.</p>
<ol>
<li>The Element can be offset from the Top, Bottom, Left or Right of the containing element.</li>
<li>The Element is taken out of normal flow.</li>
<li>The Element will be positioned from its NEAREST POSITIONED ANCESTOR.</li>
<li>If the nearest ancestor element is NOT positioned(i.e. set to position:relative)  the HTML element&#8217;s position will be used to set the top, right, bottom and left positions.</li>
</ol>
<p>CSS <a title="Absolute Positioning Example" href="http://media-perfection.com/absolute_positioning.html" target="_blank">Absolute Positioning Example</a>.</p>
<p>The best way to really learn Positioning with CSS is to practice.  Do small test cases until you&#8217;ve got it down. You can get a more in-depth explanation from an article by &#8220;Big John&#8221; Gallant &#8211; <a href="http://www.vision.to/articles/the-difference-between-the-flow-and-positioning-for-web-pages.php" target="_blank">The difference between &#8220;The Flow&#8221; and &#8220;Positioning&#8221; for Web Page</a>s</p>
<p>Other Helpful Links:</p>
<ul>
<li> <a href="http://www.positioniseverything.net/" target="_blank">PositionIsEverything.net</a></li>
<li>Official W3C <a title="CSS 2.1 Specification" href="http://www.w3.org/TR/CSS21/visuren.html#absolute-positioning" target="_blank">CSS 2.1 Specification</a> on Absolute Positioning.</li>
</ul>
<p><img class="alignnone size-full wp-image-130" title="Absolute Positioning" src="http://media-perfection.com/wp-content/uploads/2009/01/absolute_positioning.gif" alt="Absolute Positioning" width="462" height="210" /></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://media-perfection.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://media-perfection.com/2009/01/26/using-absolute-positioning-in-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
