<?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>Abi Rendon - Sysadmin &#187; html</title>
	<atom:link href="http://www.abirendon.com/index.php/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abirendon.com</link>
	<description>The trials and tribulations of a web developer and sysadmin.</description>
	<lastBuildDate>Mon, 07 Feb 2011 00:43:48 +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>HTML, CSS, and Positioning</title>
		<link>http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/</link>
		<comments>http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 09:28:40 +0000</pubDate>
		<dc:creator>Abi Rendon</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.azuretek.com/?p=22</guid>
		<description><![CDATA[As many may have noticed I now have a brand new layout and I&#8217;m really digging it. It didn&#8217;t come with it&#8217;s share of problems though and I&#8217;ll point them out here. I started with the base layout, it&#8217;s called Aeros it was put together by Joe at thebuckmaster.com. I didn&#8217;t change too much but &#8230; <a href="http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As many may have noticed I now have a brand new layout and I&#8217;m really digging it. It didn&#8217;t come with it&#8217;s share of problems though and I&#8217;ll point them out here.</p>
<p>I started with the base layout, it&#8217;s called <a href="http://wordpress.org/extend/themes/aeros">Aeros</a> it was put together by Joe at <a href="http://thebuckmaker.com/aeros/">thebuckmaster.com</a>.</p>
<p>I didn&#8217;t change too much but I did make some changes that I think make this layout a cut above the original.</p>
<p><span id="more-22"></span></p>
<div class="ljcut">
<p>I started out and immediately decided to pick a new background image, I&#8217;m not saying the defaults weren&#8217;t decent but I personally couldn&#8217;t stand the blurry background. I am now using one of my favorite desktop images as my background, it&#8217;s called <a href="http://nuahs.deviantart.com/art/Coastal-Sunset-63358385">Coastal Sunset by nauHs</a>.</p>
<p>I personally don&#8217;t like fixed width layouts either so that had to change. I adjusted the body container&#8230;</p>
<blockquote><p>
#rap {<br />
margin:0 auto;<br />
width:90%;<br />
}
</p>
</blockquote>
<p>I also had to change the <strong>#headmenu</strong> and <strong>#header</strong> div width to 100%. to fit the new dynamic layout.</p>
<p>I tried to make my changes entirely in the CSS but unfortunately to make the content area fit properly I had to add a new div (all pages with this post bit), in addition to some extra CSS to use positioning.</p>
<p>the html&#8230; (don&#8217;t forget to close the tags)</p>
<blockquote><p>
&lt;div class=&#8221;list_postcontainer&#8221;&gt;<br />
&lt;div class=&#8221;datecomrap&#8221;&gt;
</p>
</blockquote>
<p>and the CSS&#8230;</p>
<blockquote><p>
.list_postcontainer<br />
{<br />
float: left;<br />
clear: left;<br />
width: 100%;<br />
}
</p>
</blockquote>
<p>Next remove the margin_bottom and width attributes from the <strong>.storywrap</strong> class and add&#8230;</p>
<blockquote><p>
margin: 0 auto 15px 35px;
</p>
</blockquote>
<p>Next just add the following attributes to the <strong>.datecomrap</strong> class and you should be good to go.</p>
<blockquote><p>
clear: left;<br />
position: absolute;
</p>
</blockquote>
<p>I think I also adjusted the side bar to use 18% width instead of the fixed width it used to be, I personally think that dynamic layouts are the only way to go, having a fixed width just makes your design look bad or weird in other people&#8217;s browsers.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.abirendon.com/index.php/2008/09/29/html-css-and-positioning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

