<?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: Tricks to Solve 960 CSS Framework Problems</title>
	<atom:link href="http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/feed/" rel="self" type="application/rss+xml" />
	<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/</link>
	<description>Articles, Tutorials and Resources for the Webdesigner</description>
	<lastBuildDate>Wed, 10 Mar 2010 04:22:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Stefan Vervoort</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-15092</link>
		<dc:creator>Stefan Vervoort</dc:creator>
		<pubDate>Mon, 02 Feb 2009 16:21:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-15092</guid>
		<description>Nathan, I see, I see. Didn&#039;t really look into that part of the framework. Thanks for developing the framework! :)</description>
		<content:encoded><![CDATA[<p>Nathan, I see, I see. Didn&#8217;t really look into that part of the framework. Thanks for developing the framework! <img src='http://divitodesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Smith</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-15087</link>
		<dc:creator>Nathan Smith</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-15087</guid>
		<description>Actually, if you wanted a narrower layout, but still wanted the overall container width at 960px, then you could use a div with prefix_XX and suffix_XX, to create empty space on the left / right. :)</description>
		<content:encoded><![CDATA[<p>Actually, if you wanted a narrower layout, but still wanted the overall container width at 960px, then you could use a div with prefix_XX and suffix_XX, to create empty space on the left / right. <img src='http://divitodesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 5 Popular CSS Frameworks + Tutorials &#38; Tools for Getting Started</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-15033</link>
		<dc:creator>5 Popular CSS Frameworks + Tutorials &#38; Tools for Getting Started</dc:creator>
		<pubDate>Mon, 02 Feb 2009 00:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-15033</guid>
		<description>[...] include: not to edit 960.css, Loading the grid, Containers, Grids / Columns, Margins and styling. Another post by Stefan where he solves some of the problem he faced while working with this [...]</description>
		<content:encoded><![CDATA[<p>[...] include: not to edit 960.css, Loading the grid, Containers, Grids / Columns, Margins and styling. Another post by Stefan where he solves some of the problem he faced while working with this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: whiskey</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-14884</link>
		<dc:creator>whiskey</dc:creator>
		<pubDate>Sat, 31 Jan 2009 02:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-14884</guid>
		<description>If everything else fails (like it tends to do on IE6 for example) add a class to your grid_X like this:

div class=&quot;grid_7 oopsIE&quot;
( you put your own &gt; and &lt; )

now you go to your css and add to it the width of the grid_x on your container (it varies if you decided to use 12 or 16 so take a look first):

.oopsIE{
width: 400px;
overflow: hidden;
}

This is because sometimes IE behaves like a jerk +1.

It worked for me at least!</description>
		<content:encoded><![CDATA[<p>If everything else fails (like it tends to do on IE6 for example) add a class to your grid_X like this:</p>
<p>div class=&#8221;grid_7 oopsIE&#8221;<br />
( you put your own &gt; and &lt; )</p>
<p>now you go to your css and add to it the width of the grid_x on your container (it varies if you decided to use 12 or 16 so take a look first):</p>
<p>.oopsIE{<br />
width: 400px;<br />
overflow: hidden;<br />
}</p>
<p>This is because sometimes IE behaves like a jerk +1.</p>
<p>It worked for me at least!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon Web Junkie</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-13135</link>
		<dc:creator>Anon Web Junkie</dc:creator>
		<pubDate>Thu, 08 Jan 2009 10:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-13135</guid>
		<description>No hacks for http://unobtrusivecss.com/ to work properly.</description>
		<content:encoded><![CDATA[<p>No hacks for <a href="http://unobtrusivecss.com/" rel="nofollow">http://unobtrusivecss.com/</a> to work properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Behnke</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-13121</link>
		<dc:creator>Chad Behnke</dc:creator>
		<pubDate>Thu, 08 Jan 2009 07:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-13121</guid>
		<description>Don&#039;t worry, nicole, frameworks are a recent development in my web design history. I knew how to *fix* the problem, just acknowledging that this solution will help when I need to apply borders rather than changing the css structure of the grid css itself.

I also love the psd files. I was blown away at the speed I was able to transition psd to xhtml with this system.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t worry, nicole, frameworks are a recent development in my web design history. I knew how to *fix* the problem, just acknowledging that this solution will help when I need to apply borders rather than changing the css structure of the grid css itself.</p>
<p>I also love the psd files. I was blown away at the speed I was able to transition psd to xhtml with this system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moleskine - 960 Grid System, Divine Proportion, Rules of Thirds &#124; John Wang</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-13107</link>
		<dc:creator>Moleskine - 960 Grid System, Divine Proportion, Rules of Thirds &#124; John Wang</dc:creator>
		<pubDate>Wed, 07 Jan 2009 23:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-13107</guid>
		<description>[...] Tricks to Solve 960 CSS Framework Problems » DivitoDesign [...]</description>
		<content:encoded><![CDATA[<p>[...] Tricks to Solve 960 CSS Framework Problems » DivitoDesign [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nicole@younic</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-13092</link>
		<dc:creator>nicole@younic</dc:creator>
		<pubDate>Wed, 07 Jan 2009 20:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-13092</guid>
		<description>Well, first of all: If you are new to webdesign: don&#039;t use frameworks! but learn it on your own. If you finally got to know the stuff, you can reason on frameworks and you know how to deal with them. 
I like to use 960 Framework because it provides the photoshop templates - and it&#039;s really easy to use. 

But yeah, you&#039;re right: The padding thing is a bit tricky: It would be great if there was an optional CSS class &quot;setpadding&quot; which makes the padding for the container.</description>
		<content:encoded><![CDATA[<p>Well, first of all: If you are new to webdesign: don&#8217;t use frameworks! but learn it on your own. If you finally got to know the stuff, you can reason on frameworks and you know how to deal with them.<br />
I like to use 960 Framework because it provides the photoshop templates &#8211; and it&#8217;s really easy to use. </p>
<p>But yeah, you&#8217;re right: The padding thing is a bit tricky: It would be great if there was an optional CSS class &#8220;setpadding&#8221; which makes the padding for the container.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad Behnke</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-13078</link>
		<dc:creator>Chad Behnke</dc:creator>
		<pubDate>Wed, 07 Jan 2009 15:37:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-13078</guid>
		<description>I love 960. These tips were really, really helpful, especially since I&#039;ve had IE problems because of borders in the past. Thanks for the article!</description>
		<content:encoded><![CDATA[<p>I love 960. These tips were really, really helpful, especially since I&#8217;ve had IE problems because of borders in the past. Thanks for the article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Keefe</title>
		<link>http://divitodesign.com/css/tricks-to-solve-960-css-framework-problems/comment-page-1/#comment-12892</link>
		<dc:creator>Patrick Keefe</dc:creator>
		<pubDate>Mon, 05 Jan 2009 00:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.divitodesign.com/?p=1317#comment-12892</guid>
		<description>I agree with Simon. The idea of a framework is sound but so far I have yet to see a truly useful and usable execution. I think 960 encourages the use of bad HTML practices. I also think working inside a framework like this has a tendency to inform some design decisions, making the design more likely to &#039;fit&#039; inside the framework.</description>
		<content:encoded><![CDATA[<p>I agree with Simon. The idea of a framework is sound but so far I have yet to see a truly useful and usable execution. I think 960 encourages the use of bad HTML practices. I also think working inside a framework like this has a tendency to inform some design decisions, making the design more likely to &#8216;fit&#8217; inside the framework.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
