<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: YUI CSS Framework</title>
	<atom:link href="http://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Nov 2009 07:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: bquintana</title>
		<link>http://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/comment-page-1/#comment-1709</link>
		<dc:creator>bquintana</dc:creator>
		<pubDate>Sat, 22 Nov 2008 00:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonquintanaconsulting.com/blog/?p=12#comment-1709</guid>
		<description>To answer your question, you will need to overwrite two properties in that the YUI CSS uses.  First for IE,

html, body {
	text-align: left; /* You can make this right also if you want to align to the right */
}

Then for Mozilla and Webkit based browsers,  it depends on which doc you are using for your layout but in general the margin is set to auto which makes the layout center so you need to set that for example:

#doc {
	margin: 0; /*You can set the margin to whatever you like */
}

The grids can be placed in the header and footer.  It&#039;s good practice to plan your grids in advanced.  Grids inside grids one child down seem to work fairly well.  I have seen some issues if there&#039;s grids inside grids inside grids.  The math just gets more complicated and there are some rounding issues since everything is relative.

Also if you use IE8, Firefox with Firebug, or Webkit, you can inspect the elements and see what properties are being applied from the YUI CSS.  This should help you see what is going on which each element.

I hope this helps.  Let me know if you have any other questions.</description>
		<content:encoded><![CDATA[<p>To answer your question, you will need to overwrite two properties in that the YUI CSS uses.  First for IE,</p>
<p>html, body {<br />
	text-align: left; /* You can make this right also if you want to align to the right */<br />
}</p>
<p>Then for Mozilla and Webkit based browsers,  it depends on which doc you are using for your layout but in general the margin is set to auto which makes the layout center so you need to set that for example:</p>
<p>#doc {<br />
	margin: 0; /*You can set the margin to whatever you like */<br />
}</p>
<p>The grids can be placed in the header and footer.  It&#8217;s good practice to plan your grids in advanced.  Grids inside grids one child down seem to work fairly well.  I have seen some issues if there&#8217;s grids inside grids inside grids.  The math just gets more complicated and there are some rounding issues since everything is relative.</p>
<p>Also if you use IE8, Firefox with Firebug, or Webkit, you can inspect the elements and see what properties are being applied from the YUI CSS.  This should help you see what is going on which each element.</p>
<p>I hope this helps.  Let me know if you have any other questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adolfo</title>
		<link>http://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/comment-page-1/#comment-1703</link>
		<dc:creator>adolfo</dc:creator>
		<pubDate>Fri, 21 Nov 2008 21:09:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonquintanaconsulting.com/blog/?p=12#comment-1703</guid>
		<description>Real dumb question, the default is to have the page centered, how do i get it so it&#039;s not centered? and can grids be placed in the header and footer?</description>
		<content:encoded><![CDATA[<p>Real dumb question, the default is to have the page centered, how do i get it so it&#8217;s not centered? and can grids be placed in the header and footer?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yahoo yui</title>
		<link>http://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/comment-page-1/#comment-16</link>
		<dc:creator>yahoo yui</dc:creator>
		<pubDate>Mon, 12 May 2008 17:37:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.brandonquintanaconsulting.com/blog/?p=12#comment-16</guid>
		<description>[...] different sections Reset, Base, Fonts, and Grids. ?The four sections are available in a number ofhttp://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/YUI - namidairoYahoo! Japan has announced the results of its 2007 Yahoo! Music Awards. The best [...]</description>
		<content:encoded><![CDATA[<p>[...] different sections Reset, Base, Fonts, and Grids. ?The four sections are available in a number ofhttp://www.brandonquintanaconsulting.com/blog/programming/yui-css-framework/YUI &#8211; namidairoYahoo! Japan has announced the results of its 2007 Yahoo! Music Awards. The best [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
