<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Css Edge &#124; Css Tips, tricks, tutorials and more...</title>
	<atom:link href="http://cssedge.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cssedge.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 26 Mar 2009 10:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cssedge.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Css Edge &#124; Css Tips, tricks, tutorials and more...</title>
		<link>http://cssedge.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cssedge.wordpress.com/osd.xml" title="Css Edge &#124; Css Tips, tricks, tutorials and more..." />
	<atom:link rel='hub' href='http://cssedge.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Hello world!</title>
		<link>http://cssedge.wordpress.com/2009/03/26/hello-world/</link>
		<comments>http://cssedge.wordpress.com/2009/03/26/hello-world/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 10:57:28 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/03/26/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>
	</item>
		<item>
		<title>Drop Down Menus, Horizontal Style &#124; Css Edge</title>
		<link>http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge-2/</link>
		<comments>http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge-2/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 09:20:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[CSS Lists]]></category>
		<category><![CDATA[css tips]]></category>
		<category><![CDATA[CSS Tutorial]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge-2/</guid>
		<description><![CDATA[The first and most important part of creating our menu is the menu structure itself. The best way to do this is to build an unordered list, with each sub-menu appearing as a list within its parent list item. Sound complicated? It’s actually very straightforward: &#60;ul&#62; &#60;li&#62;&#60;a href="#"&#62;Home&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href="#"&#62;About&#60;/a&#62; &#60;ul&#62; &#60;li&#62;&#60;a href="#"&#62;History&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href="#"&#62;Team&#60;/a&#62;&#60;/li&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1074&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first and most important part of creating our menu is the menu structure itself. The best way to do this is to build an unordered list, with each sub-menu appearing as a list within its parent list item. Sound complicated? It’s actually very straightforward:
<pre>  &lt;ul&gt;     &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="#"&gt;About&lt;/a&gt;       &lt;ul&gt;         &lt;li&gt;&lt;a href="#"&gt;History&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Team&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Offices&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;     &lt;li&gt;&lt;a href="#"&gt;Services&lt;/a&gt;       &lt;ul&gt;         &lt;li&gt;&lt;a href="#"&gt;Web Design&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Internet             Marketing&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Hosting&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Domain Names&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Broadband&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;    &lt;li&gt;&lt;a href="#"&gt;Contact Us&lt;/a&gt;       &lt;ul&gt;         &lt;li&gt;&lt;a href="#"&gt;United Kingdom&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;France&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;USA&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Australia&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt;</pre>
<p>
<p>That’s it: some simple <abbr>HTML</abbr> that is both accessible and easy to edit.<br />
<h4>Visually appealing?</h4>
<p>
<p>If you have previewed the menu above, you’ll see a pretty boring list of items. And I promised you it would be visually appealing! Let’s add some style.
<p>The first step is to remove the indents and bullets from the unordered list and define the width of our menu items.
<pre>ul {	margin: 0;	padding: 0;	list-style: none;	width: 150px;	}</pre>
<p>
<p>Next, we need to position our list items. Fortunately, these will stack vertically by default, which is what we require. However, we must set the position as <code>relative</code>, because we will need to position the sub-menus absolutely within them.
<pre>ul li {	position: relative;	}</pre>
<p>
<p>Next step is the sub-menus. We want each sub-menu to appear to the right of its parent menu item when that item is hovered over.
<pre>li ul {	position: absolute;	left: 149px;	top: 0;	display: none;	}</pre>
<p>
<p>Using the “left” and “top” attributes, we can absolutely position each sub-menu within its parent menu item. You will notice I have set the “left” property to 149px (1px less than the width of the menu items), which allows the sub-menus to overlap the main menu and not produce a double border. (You’ll see what I mean later.)
<p>We have also set display to “none,” as we don’t want the sub-menus to be visible by default.
<p>So now we have the <a href="http://www.alistapart.com/d/horizdropdowns/framework.htm">framework</a> in place, but it’s still looking a bit plain. Let’s style those links.
<pre>ul li a {	display: block;	text-decoration: none;	color: #777;	background: #fff;	padding: 5px;	border: 1px solid #ccc;	border-bottom: 0;	}</pre>
<p>
<p>I have styled the links to my taste, but they can be changed to your preference, as you wish. It is important to set display to “block,” as we want each link to take up all the available space of its containing list item.
<p>So things are looking a <a href="http://www.alistapart.com/d/horizdropdowns/littlebetter.htm">little better</a>, although users of Internet Explorer for Windows may disagree. Unfortunately, IE Win interprets the line breaks between our nicely formatted HTML list items as white space, so you will notice that the menu items don’t stack up neatly in that browser. However, there is a way around IE’s bugs:
<pre>/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; }* html ul li a { height: 1%; }/* End */</pre>
<p>
<p>We can apply the <a href="http://www.positioniseverything.net">Holly Hack</a> above, which hides these rules from all browsers but IE Win. Perfect. You will notice the <code>height: 1%</code> rule that has also been added. Unfortunately (again!) the float fix uncovers another IE bug, which requires a height value to make the links display as block-level elements.
<p>You will also notice the need to close the menu, which can be done by adding the missing border to the bottom of the list. So, the <code>ul</code> rule becomes:
<pre>ul {	margin: 0;	padding: 0;	list-style: none;	width: 150px;	border-bottom: 1px solid #ccc;	}</pre>
<p>
<p>With some luck, everyone should now be able to see the <a href="http://www.alistapart.com/d/horizdropdowns/unfunctional.htm">unfunctional menu</a>.<br />
<h4>Making it work</h4>
<p>
<p>Now the fun bit. We need to make those sub-menus appear when we hover over the menu items.
<pre>li:hover ul { display: block; }</pre>
<p>
<p>Voila&#8230;here’s the <a href="http://www.alistapart.com/d/horizdropdowns/barebones.htm">bare bones menu</a> in action.
<p>“Woo hoo! It works!” I hear 1% of you shout. “Awesome!”
<p>OK, OK, so that darn IE/Win has to ruin everything and not do as it’s told. IE/Win only allows the <code>:hover</code> pseudo-class to be applied to a link — so the <code>li:hover</code> that makes the sub-menus appear means nothing to IE.
<p>A tiny jot of JavaScript is required to kick IE back into action (line wraps marked » — <em>Ed</em>.):
<pre>startList = function() {if (document.all&amp;&amp;document.getElementById) {navRoot = document.getElementById("nav");for (i=0; i&lt;navRoot.childNodes.length; i++) {node = navRoot.childNodes[i];if (node.nodeName=="LI") {node.onmouseover=function() {this.className+=" over";  }  node.onmouseout=function() {  this.className=this.className.replace»	(" over", "");   }   }  } }}window.onload=startList;</pre>
<pre></pre>
<p>
<p>Great thanks and appreciation is due here to <a href="http://www.alistapart.com/authors/patrickgriffiths/">Patrick Griffiths</a> and <a href="http://www.alistapart.com/articles/dropdowns#danwebb">Dan Webb</a>, who introduced this trickery in a previous ALA article, <a href="http://www.alistapart.com/articles/dropdowns/">Suckerfish Dropdowns</a>. Thanks, guys!
<p>So, the hover rule now becomes:
<pre>li:hover ul, li.over ul { 	display: block; }</pre>
<p>
<p>Additionally, we also need to associate the JavaScript with our main <code>ul</code>, which becomes:
<pre>&lt;ul id="nav"&gt;</pre>
<p>
<p>Hopefully, with the above tweaks in place, everyone should be able to see a simple version of the <a href="http://www.alistapart.com/d/horizdropdowns/horizontal.htm">menu</a> in action.<br />
<h5>IE5.01 Jumping Menu Bug</h5>
<p>
<p>Anyone using IE5.01 on Windows will notice that the menu jumps around when you hover over some of its items. The problem is easily fixed by modifying our previous hacks as follows:
<pre>/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End */</pre>
<pre></pre>
<p>
<h5>Mystery IE6 Bug:</h5>
<p>
<p>During the development of this article, I uncovered a strange bug that I believe is only apparent in IE6. A background must be declared on the li a, else when a sub-menu stretches further (vertically) than the main menu itself, the links start to disappear before you have time to click them. Strange! Try it to see for yourself.</p>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1074/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1074/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1074/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1074&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>
	</item>
		<item>
		<title>Drop Down Menus, Horizontal Style &#124; Css Edge</title>
		<link>http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge/</link>
		<comments>http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 09:20:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[CSS Lists]]></category>
		<category><![CDATA[css tips]]></category>
		<category><![CDATA[CSS Tutorial]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge/</guid>
		<description><![CDATA[The first and most important part of creating our menu is the menu structure itself. The best way to do this is to build an unordered list, with each sub-menu appearing as a list within its parent list item. Sound complicated? It’s actually very straightforward: &#60;ul&#62; &#60;li&#62;&#60;a href="#"&#62;Home&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href="#"&#62;About&#60;/a&#62; &#60;ul&#62; &#60;li&#62;&#60;a href="#"&#62;History&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href="#"&#62;Team&#60;/a&#62;&#60;/li&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1073&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The first and most important part of creating our menu is the menu structure itself. The best way to do this is to build an unordered list, with each sub-menu appearing as a list within its parent list item. Sound complicated? It’s actually very straightforward:
<pre>  &lt;ul&gt;     &lt;li&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt;     &lt;li&gt;&lt;a href="#"&gt;About&lt;/a&gt;       &lt;ul&gt;         &lt;li&gt;&lt;a href="#"&gt;History&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Team&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Offices&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;     &lt;li&gt;&lt;a href="#"&gt;Services&lt;/a&gt;       &lt;ul&gt;         &lt;li&gt;&lt;a href="#"&gt;Web Design&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Internet             Marketing&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Hosting&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Domain Names&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Broadband&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;    &lt;li&gt;&lt;a href="#"&gt;Contact Us&lt;/a&gt;       &lt;ul&gt;         &lt;li&gt;&lt;a href="#"&gt;United Kingdom&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;France&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;USA&lt;/a&gt;&lt;/li&gt;         &lt;li&gt;&lt;a href="#"&gt;Australia&lt;/a&gt;&lt;/li&gt;       &lt;/ul&gt;     &lt;/li&gt;   &lt;/ul&gt;</pre>
<p>
<p>That’s it: some simple <abbr>HTML</abbr> that is both accessible and easy to edit.<br />
<h4>Visually appealing?</h4>
<p>
<p>If you have previewed the menu above, you’ll see a pretty boring list of items. And I promised you it would be visually appealing! Let’s add some style.
<p>The first step is to remove the indents and bullets from the unordered list and define the width of our menu items.
<pre>ul {	margin: 0;	padding: 0;	list-style: none;	width: 150px;	}</pre>
<p>
<p>Next, we need to position our list items. Fortunately, these will stack vertically by default, which is what we require. However, we must set the position as <code>relative</code>, because we will need to position the sub-menus absolutely within them.
<pre>ul li {	position: relative;	}</pre>
<p>
<p>Next step is the sub-menus. We want each sub-menu to appear to the right of its parent menu item when that item is hovered over.
<pre>li ul {	position: absolute;	left: 149px;	top: 0;	display: none;	}</pre>
<p>
<p>Using the “left” and “top” attributes, we can absolutely position each sub-menu within its parent menu item. You will notice I have set the “left” property to 149px (1px less than the width of the menu items), which allows the sub-menus to overlap the main menu and not produce a double border. (You’ll see what I mean later.)
<p>We have also set display to “none,” as we don’t want the sub-menus to be visible by default.
<p>So now we have the <a href="http://www.alistapart.com/d/horizdropdowns/framework.htm">framework</a> in place, but it’s still looking a bit plain. Let’s style those links.
<pre>ul li a {	display: block;	text-decoration: none;	color: #777;	background: #fff;	padding: 5px;	border: 1px solid #ccc;	border-bottom: 0;	}</pre>
<p>
<p>I have styled the links to my taste, but they can be changed to your preference, as you wish. It is important to set display to “block,” as we want each link to take up all the available space of its containing list item.
<p>So things are looking a <a href="http://www.alistapart.com/d/horizdropdowns/littlebetter.htm">little better</a>, although users of Internet Explorer for Windows may disagree. Unfortunately, IE Win interprets the line breaks between our nicely formatted HTML list items as white space, so you will notice that the menu items don’t stack up neatly in that browser. However, there is a way around IE’s bugs:
<pre>/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; }* html ul li a { height: 1%; }/* End */</pre>
<p>
<p>We can apply the <a href="http://www.positioniseverything.net">Holly Hack</a> above, which hides these rules from all browsers but IE Win. Perfect. You will notice the <code>height: 1%</code> rule that has also been added. Unfortunately (again!) the float fix uncovers another IE bug, which requires a height value to make the links display as block-level elements.
<p>You will also notice the need to close the menu, which can be done by adding the missing border to the bottom of the list. So, the <code>ul</code> rule becomes:
<pre>ul {	margin: 0;	padding: 0;	list-style: none;	width: 150px;	border-bottom: 1px solid #ccc;	}</pre>
<p>
<p>With some luck, everyone should now be able to see the <a href="http://www.alistapart.com/d/horizdropdowns/unfunctional.htm">unfunctional menu</a>.<br />
<h4>Making it work</h4>
<p>
<p>Now the fun bit. We need to make those sub-menus appear when we hover over the menu items.
<pre>li:hover ul { display: block; }</pre>
<p>
<p>Voila&#8230;here’s the <a href="http://www.alistapart.com/d/horizdropdowns/barebones.htm">bare bones menu</a> in action.
<p>“Woo hoo! It works!” I hear 1% of you shout. “Awesome!”
<p>OK, OK, so that darn IE/Win has to ruin everything and not do as it’s told. IE/Win only allows the <code>:hover</code> pseudo-class to be applied to a link — so the <code>li:hover</code> that makes the sub-menus appear means nothing to IE.
<p>A tiny jot of JavaScript is required to kick IE back into action (line wraps marked » — <em>Ed</em>.):
<pre>startList = function() {if (document.all&amp;&amp;document.getElementById) {navRoot = document.getElementById("nav");for (i=0; i&lt;navRoot.childNodes.length; i++) {node = navRoot.childNodes[i];if (node.nodeName=="LI") {node.onmouseover=function() {this.className+=" over";  }  node.onmouseout=function() {  this.className=this.className.replace»	(" over", "");   }   }  } }}window.onload=startList;</pre>
<pre></pre>
<p>
<p>Great thanks and appreciation is due here to <a href="http://www.alistapart.com/authors/patrickgriffiths/">Patrick Griffiths</a> and <a href="http://www.alistapart.com/articles/dropdowns#danwebb">Dan Webb</a>, who introduced this trickery in a previous ALA article, <a href="http://www.alistapart.com/articles/dropdowns/">Suckerfish Dropdowns</a>. Thanks, guys!
<p>So, the hover rule now becomes:
<pre>li:hover ul, li.over ul { 	display: block; }</pre>
<p>
<p>Additionally, we also need to associate the JavaScript with our main <code>ul</code>, which becomes:
<pre>&lt;ul id="nav"&gt;</pre>
<p>
<p>Hopefully, with the above tweaks in place, everyone should be able to see a simple version of the <a href="http://www.alistapart.com/d/horizdropdowns/horizontal.htm">menu</a> in action.<br />
<h5>IE5.01 Jumping Menu Bug</h5>
<p>
<p>Anyone using IE5.01 on Windows will notice that the menu jumps around when you hover over some of its items. The problem is easily fixed by modifying our previous hacks as follows:
<pre>/* Fix IE. Hide from IE Mac \*/* html ul li { float: left; height: 1%; }* html ul li a { height: 1%; }/* End */</pre>
<pre></pre>
<p>
<h5>Mystery IE6 Bug:</h5>
<p>
<p>During the development of this article, I uncovered a strange bug that I believe is only apparent in IE6. A background must be declared on the li a, else when a sub-menu stretches further (vertically) than the main menu itself, the links start to disappear before you have time to click them. Strange! Try it to see for yourself.</p>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1073/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1073/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1073/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1073&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/03/12/drop-down-menus-horizontal-style-css-edge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>
	</item>
		<item>
		<title>Print style sheet &#8211; the definitive guide &#124; css-edge.blogspot.com</title>
		<link>http://cssedge.wordpress.com/2009/03/05/print-style-sheet-the-definitive-guide-css-edgeblogspotcom/</link>
		<comments>http://cssedge.wordpress.com/2009/03/05/print-style-sheet-the-definitive-guide-css-edgeblogspotcom/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 22:53:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[css articles]]></category>
		<category><![CDATA[CSS Printing]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/03/05/print-style-sheet-the-definitive-guide-css-edgeblogspotcom/</guid>
		<description><![CDATA[A print stylesheet formats a web page so when printed, it automatically prints in a user-friendly format. Print stylesheets have been around for a number of years and have been written about a lot. Yet so few websites implement them, meaning we&#8217;re left with web pages that frustratingly don&#8217;t properly print on to paper. It&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1072&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A print stylesheet formats a web page so when printed, it automatically prints in a user-friendly format. Print stylesheets have been around for a number of years and have been written about a lot. Yet so few websites implement them, meaning we&#8217;re left with web pages that frustratingly don&#8217;t properly print on to paper.</p>
<p>It&#8217;s remarkable that so few websites use print stylesheets as:</p>
<ul>
<li>Print stylesheets enormously <strong>improve usability</strong>, especially for pages with a lot of content (such as this one!) </li>
<li>They&#8217;re phenomenally quick and <strong>easy to set up</strong></li>
</ul>
<p>Some websites do offer a link to a print-friendly version of the page, but this of course needs to be set up and maintained. It also requires that users notice this link on the screen, and then use it ahead of the regular way they print pages (e.g. by selecting the print button at the top of the screen). Print-friendly versions are however useful when printing a number of web pages at the same time such as an article that spans on to several web pages.</p>
<h4>How to set up your print stylesheet</h4>
<p>A print stylesheet works in much the same way as a regular stylesheet, except it only gets called up when the page is printed. To make it work, the following needs to be inserted into the top of every web page:</p>
<p><code>&lt;link rel=&quot;stylesheet&quot; href=&quot;print.css&quot; type=&quot;text/css&quot; <strong>media=&quot;print&quot;</strong> /&gt;</code></p>
<p>The file, <code>print.css</code> is the print stylesheet, and the <code>media=&quot;print&quot;</code> command means that this CSS file only gets called up when web pages are printed. (There are many different media you can use for stylesheets, such as for handheld, TV, projection etc. &#8211; see a <a href="http://www.w3.org/TR/REC-CSS2/media.html">full list of media types</a> for more.)</p>
<h4>What to put in your print stylesheet</h4>
<p>The CSS commands in the print stylesheet essentially <strong>override the CSS commands in the main stylesheet</strong>. As such, the only commands you need to put in the print stylesheet are ones to override the CSS commands in the main stylesheet. This means you don&#8217;t need to repeat any colour or branding CSS commands as they&#8217;ll already be taken from the main stylesheet.</p>
<p>Generally speaking, you&#8217;ll want your print stylesheet to make the following happen when users hit that print button:</p>
<h5>Remove unwanted items</h5>
<p>Usually it&#8217;s just your organisation logo and page content that you&#8217;ll want to appear on the printed version of the web page. You&#8217;ll normally want to <strong>remove the header, left column and right column</strong>. You may also want to remove the footer (or some of it) from the printed version, unless it contains your contact details.</p>
<p>There may be certain isolated items you&#8217;d prefer weren&#8217;t printed so you can simply assign these <code>class=&quot;noprint&quot;</code> in the HTML. To get rid of these items, along with the header and navigation (assuming these are assigned <code>&lt;div id=&quot;header&quot;&gt;</code> and <code>&lt;div id=&quot;nav&quot;&gt;</code>) use the <code>display: none</code> command:</p>
<p><code>#header, #nav, .noprint {display: none;}</code></p>
<p>You may also want to remove certain images and adverts, especially animated images as these won&#8217;t make sense when printed.</p>
<h5>Format the page</h5>
<p>There&#8217;s nothing worse than printing off a web page to find the last few words of each line cut off. It&#8217;s also annoying (and a waste of paper) when the left and right columns are left in, leaving a very narrow space for the content so the web page prints on to 15 pieces of paper.</p>
<p>Generally speaking, the three CSS commands you&#8217;ll need are:</p>
<p><code>width: 100%; margin: 0; float: none;</code></p>
<p>These commands should be applied to any containing elements (<code>&lt;div&gt;</code>s for a CSS layout and <code>&lt;table&gt;</code>s for table layouts) to ensure the <strong>content spans the full width of the paper</strong>. So, the full CSS command would perhaps be something like:</p>
<p><code>#container, #container2, #content {width: 100%; margin: 0; float: none;}</code></p>
<h5>Change the font?</h5>
<p>Some print stylesheets do change the font size (often to 12pt) but this <strong>isn&#8217;t generally a very good idea</strong>. If users increase text size on the screen then the text will print in this larger font size&#8230; unless you specify a fixed font size in the print stylesheet.</p>
<p>Other print stylesheets change the font family to a serif font (such as Times New Roman) as this is slightly easier to read from print. Whether you choose to do this or not is up to you as users may be a bit surprised to see a different font printed out.</p>
<p>Do also bear in mind that background images and colours don&#8217;t print out by default. As such, you may wish to change the colour of text in a light colour so it has a reasonable colour contrast without its background.</p>
<h5>Links</h5>
<p>Print-outs are often in black and white so do make sure that links have a decent colour contrast. If not, assign links a slightly darker colour in the print out. For example:</p>
<p><code>a:link, a:visited {color: #781351}</code></p>
<p>For bonus usability you could include a footnote on the page <strong>listing all the URLs from that page</strong>, with each link referencing its URL underneath with a number. It&#8217;s otherwise impossible to know where a link is pointing to when reading a print out from a web page. See this <a href="http://www.webcredible.co.uk/user-friendly-resources/css/print-stylesheet-example.shtml">working example</a> and find out how to do this by reading this <a href="http://alistapart.com/articles/improvingprint">Improving link display for print</a> article.</p>
<h4>Making the print stylesheet</h4>
<p>When making the print stylesheet place the print CSS commands into the bottom of your main CSS file. As you keep adding more commands check how your web pages look on the computer screen (don&#8217;t do this on a live website!). Keep adding commands until you&#8217;re happy with the appearance, then cut these commands out of the main CSS file and paste into the print stylesheet.</p>
<p>To summarise, your print stylesheet may look similar to this:</p>
<p><code>/* Remove unwanted elements */     <br />#header, #nav, .noprint      <br />{      <br />display: none;      <br />}      <br />/* Ensure the content spans the full width */      <br />#container, #container2, #content      <br />{      <br />width: 100%; margin: 0; float: none;      <br />}      <br />/* Change text colour to black (useful for light text on a dark background) */      <br />.lighttext      <br />{      <br />color: #000      <br />}      <br />/* Improve colour contrast of links */      <br />a:link, a:visited      <br />{      <br />color: #781351      <br />}      <br /></code></p>
<p>You&#8217;ve now got a print stylesheet! For something this quick and easy to set up that improves usability as much as it does, you&#8217;d be mad not to use one!</p>
<p><a title="http://css-edge.blogspot.com" href="http://css-edge.blogspot.com">http://css-edge.blogspot.com</a></p>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1072/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1072/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1072/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1072&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/03/05/print-style-sheet-the-definitive-guide-css-edgeblogspotcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Transparency Settings for All Browsers</title>
		<link>http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers-2/</link>
		<comments>http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers-2/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:19:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[css tips]]></category>
		<category><![CDATA[CSS Tutorial]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers-2/</guid>
		<description><![CDATA[Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they don’t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1071&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they don’t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and are currently set to 50% transparency:<br />
<blockquote>
<pre>.transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}</pre>
</blockquote>
<pre>&nbsp;</pre>
<p>
<p>Here is what each of those CSS properties is for:
<ul>
<li><strong>opacity: 0.5;</strong> This is the “most important” one because it is the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. This would be all you need if all browsers supported current standards. Which, of course, they don’t. 
<li><strong>filter:alpha(opacity=50);</strong> This one you need for IE. 
<li><strong>-moz-opacity:0.5;</strong> You need this one to support way old school versions of the Mozilla browsers like Netscape Navigator. 
<li><strong>-khtml-opacity: 0.5;</strong> This is for way old versions of Safari (1.x) when the rendering engine it was using was still referred to as KTHML</li>
</ul>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1071/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1071/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1071/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1071&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Transparency Settings for All Browsers</title>
		<link>http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers/</link>
		<comments>http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 21:19:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[css tips]]></category>
		<category><![CDATA[CSS Tutorial]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers/</guid>
		<description><![CDATA[Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they don’t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1070&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Transparency is one of those weird things that is treated completely differently in all browsers. To cover all your bases, you need four separate CSS statements. Fortunately they don’t interfere with each other really, so using them all every time you wish to add transparency is no big hassle and worry-free. Here they are, and are currently set to 50% transparency:<br />
<blockquote>
<pre>.transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}</pre>
</blockquote>
<pre>&nbsp;</pre>
<p>
<p>Here is what each of those CSS properties is for:
<ul>
<li><strong>opacity: 0.5;</strong> This is the “most important” one because it is the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. This would be all you need if all browsers supported current standards. Which, of course, they don’t. 
<li><strong>filter:alpha(opacity=50);</strong> This one you need for IE. 
<li><strong>-moz-opacity:0.5;</strong> You need this one to support way old school versions of the Mozilla browsers like Netscape Navigator. 
<li><strong>-khtml-opacity: 0.5;</strong> This is for way old versions of Safari (1.x) when the rendering engine it was using was still referred to as KTHML</li>
</ul>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1070/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1070/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1070/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1070&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/02/20/css-transparency-settings-for-all-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>
	</item>
		<item>
		<title>Font Type Resources for Web Designers</title>
		<link>http://cssedge.wordpress.com/2009/02/18/font-type-resources-for-web-designers/</link>
		<comments>http://cssedge.wordpress.com/2009/02/18/font-type-resources-for-web-designers/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 09:43:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[font review]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/02/18/font-type-resources-for-web-designers/</guid>
		<description><![CDATA[HTML Ipsum http://html-ipsum.com/ HTML Ipsum is the brainchild of Chris Coyier of CSS Tricks. It’s a simple, yet extremely useful tool for web designers. Instead of generating and breaking apart paragraphs from the Lorem Ipsum site for every project, simply copy the prefabbed piece you need. It’s already formatted in HTML and ready to go. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1069&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h5>HTML Ipsum</h5>
<p><a href="http://html-ipsum.com/">http://html-ipsum.com/</a>    <br /><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SZvWorUkw2I/AAAAAAAAAa8/KzigAaG4CVU/s1600-h/font-type-resources-for-web-designers%5B4%5D.jpg"><img title="font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="157" alt="font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvWrr1V9VI/AAAAAAAAAbA/TR8v9h5-VnA/font-type-resources-for-web-designers_thumb%5B2%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>HTML Ipsum is the brainchild of <a href="http://css-tricks.com/">Chris Coyier of CSS Tricks</a>. It’s a simple, yet extremely useful tool for web designers. Instead of generating and breaking apart paragraphs from the <a href="http://www.lipsum.com/">Lorem Ipsum</a> site for every project, simply copy the prefabbed piece you need. It’s already formatted in HTML and ready to go.</p>
<h5>Typetester</h5>
<p><a href="http://www.typetester.org/">http://www.typetester.org/</a>    <br /><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SZvWuSrN3rI/AAAAAAAAAbE/vjD2u8NcJRM/s1600-h/typetester-type-resources-for-web-designers%5B3%5D.jpg"><img title="typetester-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="typetester-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvWwEs3vII/AAAAAAAAAbI/Gt0AQlg3MTY/typetester-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Typetester is an extremely comprehensive tool for determining how different typefaces will appear on the screen, and for the web. The controls let you compare up to three fonts side by side to help guarantee the perfect choice.</p>
<h5>What the Font</h5>
<p><a href="http://new.myfonts.com/whatthefont/">http://new.myfonts.com/whatthefont/</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvWy-xNdsI/AAAAAAAAAbM/f4ezQzPpjW4/s1600-h/what-the-font-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="what-the-font-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="what-the-font-font-type-resources-for-web-designers" src="http://lh6.ggpht.com/_8wp01fs0JHE/SZvW0XAZ9dI/AAAAAAAAAbQ/GLfGWxZdbdU/what-the-font-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>In addition to having a great acronym, What The Font is perfect for identifying fonts. Upload an image of the typeface in question, verify the letters, and you’ll get a list of possibilities. I’ve linked to the newly overhauled beta design above.</p>
<h5>Flipping Typical</h5>
<p><a href="http://flippingtypical.com">http://flippingtypical.com/</a>    <br /><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SZvW2CCSPrI/AAAAAAAAAbU/5E2S2YpgZPc/s1600-h/flipping-typical-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="flipping-typical-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="flipping-typical-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvW3wBMrkI/AAAAAAAAAbY/H8Muet3VmMQ/flipping-typical-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Flipping Typical lets you browse through some of most popular typefaces installed on your computer, and then demo them with custom input text. It’s an interesting way of font selection using what you already own.</p>
<h5>A Guide to Web Typography</h5>
<p><a href="http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/">http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvW6txK9eI/AAAAAAAAAbc/yJ6NRuPYzvE/s1600-h/i-love-type-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="i-love-type-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="i-love-type-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvW8EmVMpI/AAAAAAAAAbg/BmRPYNbjNMc/i-love-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />I Love Typography takes a great look at some of the key elements that make up web typography. If you’re baffled about good and bad typographic practices — start here.</p>
<h5>Top Ten Web Typography Sins</h5>
<p><a href="http://www.smashingmagazine.com/2008/08/11/top-ten-web-typography-sins/">http://www.smashingmagazine.com/2008/08/11/top-ten-web-typography-sins/</a>    <br /><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SZvW9YlKUfI/AAAAAAAAAbk/-u8i__Qrv_E/s1600-h/typeography-skins-font-type-resources-for-web-designers%5B3%5D.png"><img title="typeography-skins-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="typeography-skins-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvW_T76ogI/AAAAAAAAAbo/ykRf7wGYTAc/typeography-skins-font-type-resources-for-web-designers_thumb%5B1%5D.png?imgmax=800" width="504" border="0" /></a>     <br />Many of these web typography sins are the result of laziness, but there are some fresh ideas and pointers that will help neaten up your own website’s copy.</p>
<h5>Ampersands with Attitude</h5>
<p><a href="http://www.smashingmagazine.com/2008/08/15/ampersands-with-attitude/">http://www.smashingmagazine.com/2008/08/15/ampersands-with-attitude/</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXA0JSHSI/AAAAAAAAAbs/gLJ95F53l_0/s1600-h/ampersands-attitude-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="ampersands-attitude-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="ampersands-attitude-font-type-resources-for-web-designers" src="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXCZkjBeI/AAAAAAAAAbw/wTvS_e9HwIo/ampersands-attitude-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />This article showcases some alternative fonts with great ampersands. Just because you’re using one typeface, doesn’t mean you can’t mix and match ampersands.</p>
<h5>Elegant Web Typography Presentation</h5>
<p><a href="http://www.slideshare.net/jeff_croft/elegant-web-typography-presentation">http://www.slideshare.net/jeff_croft/elegant-web-typography-presentation</a>    <br /><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXFIorsTI/AAAAAAAAAb0/49TxPQ1LnNw/s1600-h/elegant-web-type-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="elegant-web-type-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="elegant-web-type-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXG9XYxGI/AAAAAAAAAb4/qsxo0gj2dRg/elegant-web-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Excellent slide show cooked up by Jeff Croft of <a href="http://www.blueflavor.com/">Blue Flavor</a>. He takes a look at the basics of web typography, and then outlines some definitions for quality uses.</p>
<h5>Typographic Contrast and Flow</h5>
<p><a href="http://www.webdesignerwall.com/tutorials/typographic-contrast-flow">http://www.webdesignerwall.com/tutorials/typographic-contrast-flow</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXKFG4T8I/AAAAAAAAAb8/gM3tTGBYYG4/s1600-h/wdw-type-contrast-flow-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="wdw-type-contrast-flow-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="wdw-type-contrast-flow-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXNHIdsnI/AAAAAAAAAcA/VLT7d1fteRU/wdw-type-contrast-flow-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />A demonstration of how good use of type size and color can make a page much more scan-able and “flow” for readers.</p>
<h5>10 Common Typography Mistakes</h5>
<p><a href="http://www.thedesigncubicle.com/2008/12/10-common-typography-mistakes/">http://www.thedesigncubicle.com/2008/12/10-common-typography-mistakes/</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXQj2iyyI/AAAAAAAAAcE/W8E_OaFXcmU/s1600-h/dc-10-type-mistakes-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="dc-10-type-mistakes-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="dc-10-type-mistakes-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXT_is0VI/AAAAAAAAAcI/ZfIjjBDGgLY/dc-10-type-mistakes-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Brian Hoff outlines some common pitfalls for typography. Interesting read if you’re new to typography especially.</p>
<h5>The Paragraph in Web Typography &amp; Design</h5>
<p><a href="http://jontangerine.com/log/2008/06/the-paragraph-in-web-typography-and-design">http://jontangerine.com/log/2008/06/the-paragraph-in-web-typography-and-design</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXWzsqyuI/AAAAAAAAAcM/tKnXw_yf_N0/s1600-h/the-paragraph-in-web-type-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="the-paragraph-in-web-type-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="the-paragraph-in-web-type-font-type-resources-for-web-designers" src="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXZjG4fEI/AAAAAAAAAcQ/Keq2rsKkbdo/the-paragraph-in-web-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>&#160; <br />There is an art and history to the paragraph. This articles explores some background, and puts in into the context of web typography.</p>
<h5>The Elements of Typographic Style Applied to the Web</h5>
<p><a href="http://www.webtypography.net/toc/">http://www.webtypography.net/toc/</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXbE-pRrI/AAAAAAAAAcU/pSvxn2BQ6Ew/s1600-h/elements-type-style-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="elements-type-style-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="elements-type-style-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXdPzxOVI/AAAAAAAAAcY/LT3uA1x2cQw/elements-type-style-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>&#160; <br />What makes good typography? How do I make sure my type is arranged properly? This site is a bible for web typography pointers and basics.</p>
<h5>Introduction to Font Families, Font Choices, and HTML punctuation</h5>
<p><a href="http://www.yourhtmlsource.com/text/webtypography.html">http://www.yourhtmlsource.com/text/webtypography.html</a>    <br /><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXgZ9-iAI/AAAAAAAAAcc/urMBW8m9TF8/s1600-h/intro-font-families-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="intro-font-families-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="intro-font-families-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXjkyf2yI/AAAAAAAAAcg/d2fhQ3B-o9g/intro-font-families-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Did you know the family “slab serif” existed? I didn’t. This is a great, no shame, introduction to font families in web typography.</p>
<h5>Typesites Blog</h5>
<p><a href="http://typesites.com/archives/">http://typesites.com/archives/</a>    <br /><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXlFqm_tI/AAAAAAAAAck/tAuK1soG4WY/s1600-h/typesites-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="typesites-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="typesites-font-type-resources-for-web-designers" src="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXmknyDAI/AAAAAAAAAco/ng1nmjMrumc/typesites-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Typesites is a design blog dedicated to showcases websites with great use of typography. If you’re ever in need of inspiration, give this a look through.</p>
<h5>Typechart</h5>
<p><a href="http://www.typechart.com/">http://www.typechart.com/</a>    <br /><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXpf2mbQI/AAAAAAAAAcs/nyWKZUVLTBs/s1600-h/typechart-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="typechart-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="typechart-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXrA6Xc_I/AAAAAAAAAcw/0VJuvuBOJoQ/typechart-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Typechart is more or less a showcase for a variety of typefaces and settings. CSS for each is offered if you plan on using it yourself.</p>
<h5>Better CSS Font Stacks</h5>
<p><a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/">http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXso_bMPI/AAAAAAAAAc0/wGHUYW1bwA4/s1600-h/better-font-stacks-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="better-font-stacks-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="better-font-stacks-font-type-resources-for-web-designers" src="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXuGOKaHI/AAAAAAAAAc4/9-qPiobXIsg/better-font-stacks-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Don’t just write off the second and third members of your font families. This article outline effective ways of picking great CSS font families.</p>
<h5>Increase Your Font Stacks with Font Matrix</h5>
<p><a href="http://24ways.org/2007/increase-your-font-stacks-with-font-matrix">http://24ways.org/2007/increase-your-font-stacks-with-font-matrix</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXvh7mgrI/AAAAAAAAAc8/_3G9XYIUcCs/s1600-h/font-matrix-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="font-matrix-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="font-matrix-font-type-resources-for-web-designers" src="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXxE8a23I/AAAAAAAAAdA/_VZipgEYI7s/font-matrix-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Help plan effective CSS stacks with this matrix of&#160; pre-installed fonts on a variety of systems.</p>
<h5>Color Contrast Check</h5>
<p><a href="http://www.snook.ca/technical/colour_contrast/colour.html">http://www.snook.ca/technical/colour_contrast/colour.html</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXy9UKxUI/AAAAAAAAAdE/OJopRXTNfSA/s1600-h/contrast-checker-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="contrast-checker-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="contrast-checker-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX0v9HuPI/AAAAAAAAAdI/0J7GmkbhZJ0/contrast-checker-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Very simple tool to help determine if a pair of colors will work together in contrast or not.</p>
<h5>CSS Type Set</h5>
<p><a href="http://www.csstypeset.com/">http://www.csstypeset.com/</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX174SedI/AAAAAAAAAdM/V4VXF_JyVjk/s1600-h/csstypeset-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="csstypeset-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="csstypeset-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX3S1MRII/AAAAAAAAAdQ/57hLhePvE8Y/csstypeset-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Flipping between the CSS and live HTML can become a hassle when tweaking the type on a page. Save yourself the guesswork. CSS Type Set allows you to make live changes and see the corresponding CSS. I found this especially useful for finding usable kerning.</p>
<h5>Display Type and the Raster Wars</h5>
<p><a href="http://jontangerine.com/log/2008/11/display-type-and-the-raster-wars">http://jontangerine.com/log/2008/11/display-type-and-the-raster-wars</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvX6BaYatI/AAAAAAAAAdU/18sic1B-zo4/s1600-h/raster-wars-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="raster-wars-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="raster-wars-font-type-resources-for-web-designers" src="http://lh4.ggpht.com/_8wp01fs0JHE/SZvX7tpqDFI/AAAAAAAAAdY/3fJnuh0ojWQ/raster-wars-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>On the web, browsers don’t just render type. With the invention of anti-aliasing engines like ClearType, fonts get smoothed and polished in a variety of ways depending on the browser and operating system. This article helps demonstrate the distinctions.</p>
<h5>Five Simple Steps to Better Typography</h5>
<p><a href="http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_better_typography/">http://www.markboulton.co.uk/journal/comments/five_simple_steps_to_better_typography/</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX9Ztk6bI/AAAAAAAAAdc/g7JLMyI6wpU/s1600-h/simple-steps-better-type-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="simple-steps-better-type-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="simple-steps-better-type-font-type-resources-for-web-designers" src="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX-0Wi9xI/AAAAAAAAAdg/KsSP-c07Y3U/simple-steps-better-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Incredibly useful five step article for drastically improving your typography. Many of the points directly related to web design and CSS.</p>
<h5>Compose to a Vertical Rhythm</h5>
<p><a href="http://24ways.org/2006/compose-to-a-vertical-rhythm">http://24ways.org/2006/compose-to-a-vertical-rhythm</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvYC__WfTI/AAAAAAAAAdk/yhqk6XMPNSk/s1600-h/vertical-type-rythm-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="vertical-type-rythm-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="vertical-type-rythm-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvYGC83OHI/AAAAAAAAAdo/JBOyE_SoFSw/vertical-type-rythm-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>A tutorial on building a web copy that flows vertically.</p>
<h5>Fawnt</h5>
<p><a href="http://www.fawnt.com/">http://www.fawnt.com/</a>    <br /><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SZvYHzv9pNI/AAAAAAAAAds/U4ZlJKcMhsI/s1600-h/fawnt-type-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="fawnt-type-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="fawnt-type-font-type-resources-for-web-designers" src="http://lh6.ggpht.com/_8wp01fs0JHE/SZvYJQF5LnI/AAAAAAAAAdw/c9cgkzQH4-Q/fawnt-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a>     <br />Here’s one free font site you actually <strong>should</strong> take notice of. Fawnt has a great appreciation of higher quality fonts. Take a look at the top 50 typefaces on the front page and you’ll see the difference.</p>
<h5>Font smoothing, anti-aliasing, and sub-pixel rendering</h5>
<p><a href="http://www.joelonsoftware.com/items/2007/06/12.html">http://www.joelonsoftware.com/items/2007/06/12.html</a>    </p>
<p>Windows displays text differently from the Mac. This article outlines the differences and the design vs. readability background.</p>
<h5>Lucida Hybrid: The ‘Grande’ Alternative</h5>
<p><a href="http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/">http://www.brownbatterystudios.com/sixthings/2007/03/14/lucida-hybrid-the-grande-alternative/</a>    <br /><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SZvYLMbdIWI/AAAAAAAAAd0/i5MOW5_Iuao/s1600-h/lucida-hybrid-font-type-resources-for-web-designers%5B3%5D.jpg"><img title="lucida-hybrid-font-type-resources-for-web-designers" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="129" alt="lucida-hybrid-font-type-resources-for-web-designers" src="http://lh3.ggpht.com/_8wp01fs0JHE/SZvYMkS53pI/AAAAAAAAAd4/DnGgtXCmQig/lucida-hybrid-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" width="504" border="0" /></a> </p>
<p>Lucida Grande is a great font for many website designs. Unfortunately not everyone has this font available to their system. This article explores possible alternatives to this font family problem.</p>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1069/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1069/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1069/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1069&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/02/18/font-type-resources-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvWrr1V9VI/AAAAAAAAAbA/TR8v9h5-VnA/font-type-resources-for-web-designers_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvWwEs3vII/AAAAAAAAAbI/Gt0AQlg3MTY/typetester-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">typetester-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SZvW0XAZ9dI/AAAAAAAAAbQ/GLfGWxZdbdU/what-the-font-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">what-the-font-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvW3wBMrkI/AAAAAAAAAbY/H8Muet3VmMQ/flipping-typical-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">flipping-typical-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvW8EmVMpI/AAAAAAAAAbg/BmRPYNbjNMc/i-love-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">i-love-type-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvW_T76ogI/AAAAAAAAAbo/ykRf7wGYTAc/typeography-skins-font-type-resources-for-web-designers_thumb%5B1%5D.png?imgmax=800" medium="image">
			<media:title type="html">typeography-skins-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXCZkjBeI/AAAAAAAAAbw/wTvS_e9HwIo/ampersands-attitude-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">ampersands-attitude-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXG9XYxGI/AAAAAAAAAb4/qsxo0gj2dRg/elegant-web-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">elegant-web-type-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXNHIdsnI/AAAAAAAAAcA/VLT7d1fteRU/wdw-type-contrast-flow-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">wdw-type-contrast-flow-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXT_is0VI/AAAAAAAAAcI/ZfIjjBDGgLY/dc-10-type-mistakes-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">dc-10-type-mistakes-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXZjG4fEI/AAAAAAAAAcQ/Keq2rsKkbdo/the-paragraph-in-web-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">the-paragraph-in-web-type-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXdPzxOVI/AAAAAAAAAcY/LT3uA1x2cQw/elements-type-style-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">elements-type-style-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvXjkyf2yI/AAAAAAAAAcg/d2fhQ3B-o9g/intro-font-families-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">intro-font-families-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_8wp01fs0JHE/SZvXmknyDAI/AAAAAAAAAco/ng1nmjMrumc/typesites-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">typesites-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvXrA6Xc_I/AAAAAAAAAcw/0VJuvuBOJoQ/typechart-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">typechart-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXuGOKaHI/AAAAAAAAAc4/9-qPiobXIsg/better-font-stacks-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">better-font-stacks-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SZvXxE8a23I/AAAAAAAAAdA/_VZipgEYI7s/font-matrix-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">font-matrix-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX0v9HuPI/AAAAAAAAAdI/0J7GmkbhZJ0/contrast-checker-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">contrast-checker-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX3S1MRII/AAAAAAAAAdQ/57hLhePvE8Y/csstypeset-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">csstypeset-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_8wp01fs0JHE/SZvX7tpqDFI/AAAAAAAAAdY/3fJnuh0ojWQ/raster-wars-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">raster-wars-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SZvX-0Wi9xI/AAAAAAAAAdg/KsSP-c07Y3U/simple-steps-better-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">simple-steps-better-type-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvYGC83OHI/AAAAAAAAAdo/JBOyE_SoFSw/vertical-type-rythm-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">vertical-type-rythm-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SZvYJQF5LnI/AAAAAAAAAdw/c9cgkzQH4-Q/fawnt-type-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">fawnt-type-font-type-resources-for-web-designers</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SZvYMkS53pI/AAAAAAAAAd4/DnGgtXCmQig/lucida-hybrid-font-type-resources-for-web-designers_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">lucida-hybrid-font-type-resources-for-web-designers</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Frameworks + Tutorials and Tools for Getting Started</title>
		<link>http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started-2/</link>
		<comments>http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started-2/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:28:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[css articles]]></category>
		<category><![CDATA[css tutorials]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started-2/</guid>
		<description><![CDATA[CSS frameworks have grown in popularity recently, enabling developers to rapidly prototype designs. The idea of CSS Frameworks is to do all the heavy lifting of the repetitive tasks you do over and over again on each site, allowing you to get faster results and get to the fun stuff designers love. Main features of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1068&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>CSS frameworks have grown in popularity recently, enabling developers to rapidly prototype designs. The idea of CSS Frameworks is to do all the heavy lifting of the repetitive tasks you do over and over again on each site, allowing you to get faster results and get to the fun stuff designers love. Main features of good CSS Framework is to 1) rapidly speed up our development time, 2) should have a very small size, 3) have good documentation and tutorials and 4) have clean grid structure. You will need a basic understanding of the CSS framework you are going to use to understand why and how things get solved.</p>
<h5>1. <a href="http://960.gs/">960 CSS Framework</a></h5>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeVkyUSeRI/AAAAAAAAAYM/w-FWoCcTe74/s1600-h/css-framework-1%5B8%5D.jpg"><img title="css-framework-1 - CSS Frameworks + Tutorials &amp; Tools for Getting Started" style="display:inline;border-width:0;" height="212" alt="css-framework-1 - CSS Frameworks + Tutorials &amp; Tools for Getting Started" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeVnrsr2xI/AAAAAAAAAYQ/QMaZUaKs-nk/css-framework-1_thumb%5B6%5D.jpg?imgmax=800" width="509" border="0" /></a></p>
<p>The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem. The 960.css file itself is only 3.6 KB compressed.</p>
<p><a href="http://960.gs/demo.html">Demo can be found here</a></p>
<p><strong>Tutorials Explaining how to use 960 CSS Framework</strong></p>
<div class="wlWriterEditableSmartContent" id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:b257abba-2982-4062-87bb-126ed06fd2e8" style="display:inline;float:none;margin:0;padding:0;">Picasa Content</div>
<ul>
<li>
<h6><a href="http://nettuts.com/videos/screencasts/a-detailed-look-at-the-960-css-framework/">A Detailed Look at the 960 CSS Framework</a></h6>
<p><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SYeVqjawHXI/AAAAAAAAAYU/7Zsza_RJ08Q/s1600-h/css-framework-1-1%5B5%5D.jpg"><img title="css-framework-1-1 - Popular CSS FrameWorks: 10 Useful Tutorials For Getting Stared" style="display:inline;border-width:0;" height="284" alt="css-framework-1-1 - Popular CSS FrameWorks: 10 Useful Tutorials For Getting Stared" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeVt6XA6uI/AAAAAAAAAYY/KZq5HLA7Ris/css-framework-1-1_thumb%5B3%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>“Jeffrey Way” takes a close look at the 960 CSS Framework, explaing the pros and cons of using it. He also takes us step by by step and create a simple “12 column” layout with a simple header and two column structure. Most important tip here is : you must assign a class to each div. Naming conventions require that that the class name begins with “grid_” and ends with the number of columns needed.</p>
</li>
<li>
<h6><a href="http://www.divitodesign.com/2008/12/960-css-framework-learn-basics/">960 CSS Framework &#8211; Learn the Basics</a></h6>
<p>Stefan Vervoort takes the heavy work for you and explains the basics of this framework so you can start developing with 960 pretty fast. Basics principles explained here include: not to edit 960.css, Loading the grid, Containers, Grids / Columns, Margins and styling. <a href="http://www.divitodesign.com/2009/01/tricks-to-solve-960-css-framework-problems/">Another post</a> by Stefan where he solves some of the problem he faced while working with this framework.</p>
</li>
<li>
<h6><a href="http://designinfluences.com/fluid960gs/">Fluid 960 Grid System</a></h6>
<p><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SYeVwzW8wHI/AAAAAAAAAYc/LdT1Z6meGPE/s1600-h/css-framework-1-3%5B4%5D.jpg"><img title="css-framework-1-3 | Fluid 960 Grid System templates " style="display:inline;border-width:0;" height="181" alt="css-framework-1-3 | Fluid 960 Grid System templates " src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeV5Qy5QdI/AAAAAAAAAYg/iBfiDulPtck/css-framework-1-3_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>The Fluid 960 Grid System templates have been built upon the work of Nathan Smith and his 960 Grid System using effects from the Mootools JavaScript library.</p>
</li>
</ul>
<h5>2. <a href="http://blueprintcss.org/">Blueprint CSS Framework</a></h5>
<p><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SYeWAqbC5XI/AAAAAAAAAYk/D7pGXSier3A/s1600-h/css-framework-2%5B4%5D.jpg"><img title="css-framework-2 | Blueprint CSS Framework" style="display:inline;border-width:0;" height="191" alt="css-framework-2 | Blueprint CSS Framework" src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWFHB2WuI/AAAAAAAAAYo/-E96eCAgx10/css-framework-2_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, nice-looking forms and even a stylesheet for printing. One of its main feature is performing a mass reset of browser default styles, offering a methodology to use for customizable layout grids and most important is that all elements are override-able.</p>
<p>There are several <a href="http://github.com/joshuaclayton/blueprint-css/tree/master/blueprint/plugins">Blueprint plugins</a> available which can overwrite aspects of the framework or add new styles for you to use. </p>
<p><a href="http://blueprintcss.org/tests/">Check out the Live Demos</a></p>
<p><strong>Tutorials Explaining how to use Blueprint CSS Framework and tools using it </strong></p>
<ul>
<li>
<h6><a href="http://blueflavor.com/blog/2007/oct/24/blueprint-css-101/">BlueprintCSS 101</a></h6>
<p>Jeff Croft explains Blueprint’s core feature, how we use it, how it has impacted our workflow, and what we like about it.</p>
</li>
<li>
<h6><a href="http://nettuts.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/">A Closer Look At the Blueprint CSS Framework</a></h6>
<p>In this tutorial we will get a look at the inner workings of Blueprint and we’ll take a look at demo application that uses Blueprint to get a better idea of how to actually use the framework.</p>
</li>
<li>
<h6><a href="http://www.garethjmsaunders.co.uk/downloads/blueprintcss_cheatsheet_0-7-1.pdf">Blueprint CSS Cheat Sheet</a></h6>
</li>
<li>
<h6><a href="http://kematzy.com/blueprint-generator/">Blueprint Grid CSS Generator</a></h6>
<p>This tool will help you generate more flexible versions of Blueprint’s grid.css and compressed.css and grid.png image file for use as a background image during development- very handy for making sure everything lines up properly. Whether you prefer 8, 10,16 or 24 columns in your design, this generator now enables you that flexibility with Blueprint.</p>
</li>
<li>
<h6><a href="http://pxtoem.com/">PXtoEM</a></h6>
<p><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWHgpc1jI/AAAAAAAAAYs/S0MqeQb4CPE/s1600-h/css-framework-2-1%5B4%5D.jpg"><img title="css-framework-2-1 | converting PX values to EM values " style="display:inline;border-width:0;" height="141" alt="css-framework-2-1 | converting PX values to EM values " src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWKeR1K4I/AAAAAAAAAYw/cdyoSSoFSgk/css-framework-2-1_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>PXtoEM.com is a website that makes converting PX values to EM values easier. The CSS file of the values you’ve choosen can be get based on the typography.css portion of Blueprint CSS to setup a default typography.</p>
</li>
<li>
<h6><a href="http://www.constructyourcss.com/">Construct</a></h6>
<p>Construct, a visual layout editor based on Blueprint &amp; jQuery, Construct, a useful tool for CSS designers and as proof that a visual layout editor is possible to acheive with clean CSS &amp; semantic HTML.</p>
</li>
</ul>
<h5>3. <a href="http://docs.jquery.com/UI/Theming/API#The_jQuery_UI_CSS_Framework">The jQuery UI CSS Framework</a></h5>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWLS1U7TI/AAAAAAAAAY0/epZicic0PbU/s1600-h/css-framework-3%5B4%5D.jpg"><img title="css-framework-3 | jQuery UI CSS Framework" style="display:inline;border-width:0;" height="135" alt="css-framework-3 | jQuery UI CSS Framework" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWMn5L_7I/AAAAAAAAAY4/nsYbEz6XAR4/css-framework-3_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>jQuery UI includes a robust CSS Framework designed for building custom jQuery widgets. The framework includes classes that cover a wide array of common user interface needs, and can be manipulated using jQuery UI <a href="http://www.themeroller.com/">ThemeRoller</a>. By building your UI components using the jQuery UI CSS Framework, you will be adopting shared markup conventions and allowing for ease of code integration across the plugin community at large. </p>
<ul>
<li>
<h6><a href="http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/">Styling Buttons and Toolbars with the jQuery UI</a></h6>
<p><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWPoBZK9I/AAAAAAAAAY8/kjdRCAq1TkA/s1600-h/css-framework-3-1%5B4%5D.jpg"><img title="Styling Buttons and Toolbars with the jQuery UI | css-framework-3-1" style="display:inline;border-width:0;" height="332" alt="Styling Buttons and Toolbars with the jQuery UI | css-framework-3-1" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWTEzd9LI/AAAAAAAAAZA/x8Kdzq9bzq4/css-framework-3-1_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>A real-world examples of themeable buttons and toolbars using the <a href="http://docs.jquery.com/UI/Theming/API">jQuery UI CSS framework</a>, a system of classes developed for <a href="http://jqueryui.com/demos/">jQuery UI widgets</a> that can easily be applied to any plugin, and even static content. Here are button examples that demonstrate how to incorporate the power of the CSS framework classes in a custom widget.</p>
<p><a href="http://www.filamentgroup.com/examples/buttonFrameworkCSS/">Check out the Live Demos here</a></p>
</li>
</ul>
<h6>4. <a href="http://www.yaml.de/en/">YAML</a></h6>
<p><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWUfQBw1I/AAAAAAAAAZE/tNOh_4a0hiE/s1600-h/css-framework-4%5B4%5D.jpg"><img title="Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts" style="display:inline;border-width:0;" height="145" alt="Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWWA7LDSI/AAAAAAAAAZI/75OeBQ8LA-8/css-framework-4_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts. You will need a license to use it. </p>
<p>YAML comes with a a very nice <a href="http://builder.yaml.de/">Ajax builder</a>, a handy tool for visual development of YAML-based CSS layouts which allows you to put the containers of the layout visually together via drag-n-drop. The valid HTML- and CSS-code is generated automatically on the fly.</p>
<p><a href="http://www.yaml.de/fileadmin/examples/index.html">Check out the Live Demos here</a></p>
<ul>
<li>
<h6><a href="http://www.smashingmagazine.com/2008/06/26/flexible-layouts-challenge-for-the-future/">Flexible Layouts with YAML</a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWZ0FazkI/AAAAAAAAAZM/RKf9sZaNQdA/s1600-h/css-framework-4-1%5B3%5D.jpg"><img title="Flexible Layouts with YAML | css-framework-4-1" style="display:inline;border-width:0;" height="796" alt="Flexible Layouts with YAML | css-framework-4-1" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWgY2wfUI/AAAAAAAAAZQ/wH20yVtzlv8/css-framework-4-1_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Dirk Jesse, the developer of YAML (Yet Another Multicolumn Layout), an (X)HTML&amp;CSS framework which explains his motivation for YAML in the last paragraph of the article, providing an overview of what is possible with YAML and may deliver some ideas for your future layouts.</p>
</li>
</ul>
<h6>5. <a href="http://developer.yahoo.com/yui/grids/">Yahoo YUI Grids CSS</a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWhwje1FI/AAAAAAAAAZU/uVgHfyKaEgU/s1600-h/css-framework-5%5B3%5D.jpg"><img title="Yahoo YUI Grids CSS | css-framework-5" style="display:inline;border-width:0;" height="145" alt="Yahoo YUI Grids CSS | css-framework-5" src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWkk2I2lI/AAAAAAAAAZY/198GDSRLEdA/css-framework-5_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations. Features include: Self-clearing footer, customization of width for fixed-width layouts, Supports fluid-width (100%) layouts and more.</p>
<p>The <a href="http://developer.yahoo.com/yui/grids/builder/">YUI Grids Builder</a> — a simple interface for Grids customization.</p>
<p>Don’t forget to check the<a href="http://yuiblog.com/assets/pdf/cheatsheets/css.pdf"> CSS Reset/Base/Fonts/Grids Cheat Sheet</a></p>
<p><a href="http://developer.yahoo.com/yui/examples/grids/index.html">Check out the Live Demos here</a></p>
<ul>
<li>
<h6><a href="http://24ways.org/2006/intricate-fluid-layouts">Intricate Fluid Layouts in Three Easy Steps</a></h6>
<p>This tutorial explains how to build CSS layouts that work on all modern browsers effortlessly using YUI Grids in three easy steps.</p>
</li>
<li>
<h6><a href="http://jeffcroft.com/blog/2006/jun/05/yui-css-grids-awesome-useless/">YUI CSS Grids: awesome, but useless?</a></h6>
<p>Jeff Croft asks if YUI CSS Grids has a certain limitation for sites wider than 750px, <a href="http://dustindiaz.com/">Dustin Diaz</a> comes in and explains some interesting features and usage we can do using YUI CSS Grids. “One cool thing I’ve done with it is made seven different templates with virtually the same html with the exception of one class name (yui-t (1-7)). It’s wonderful because it’s completely source order independent. If I wanted a style switcher on my site you could take the approach of swapping out a className rather than a whole new css file. Thus, no reason for the whole “Invasion of the Body Switchers””</p>
</li>
</ul>
<h5>Worth Checking CSS Frameworks</h5>
<h6>- <a href="http://csswizardry.com/typogridphy/">typogridphy</a></h6>
<p><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWnflKxvI/AAAAAAAAAZc/PgwJfll88GA/s1600-h/css-framework-6%5B3%5D.jpg"><img title="Typographical and Grid Layout CSS Framework  | css-framework-6" style="display:inline;border-width:0;" height="181" alt="Typographical and Grid Layout CSS Framework  | css-framework-6" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWqr_9yiI/AAAAAAAAAZg/bq9g4iEbmkU/css-framework-6_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>A Typographical and Grid Layout CSS Framework constructed to allow web designers and front-end developers to quickly code typograhically pleasing grid layouts. Based on the <a href="http://960.gs/">960 Grid System</a>, Typogridphy allows you to create grid layouts which are versatile and great looking.</p>
<p><a href="http://csswizardry.com/typogridphy/download.php">Download it here</a></p>
<h6>- <a href="http://sencss.kilianvalkhof.com/">SenCSs</a></h6>
<p>&#160;</p>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWuAsBY0I/AAAAAAAAAZk/Nx6XS_ay4rY/s1600-h/css-framework-7%5B3%5D.jpg"><img title="SenCSs stands for Sensible Standards CSS Framework | css-framework-7" style="display:inline;border-width:0;" height="166" alt="SenCSs stands for Sensible Standards CSS Framework | css-framework-7" src="http://lh4.ggpht.com/_8wp01fs0JHE/SYeWxNyYNiI/AAAAAAAAAZo/iKEKhyWIohw/css-framework-7_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>SenCSs stands for Sensible Standards CSS Framework, supplies sensible styling for all repetitive parts of your CSS, allowing you to focus on actually developing your website’s style.</p>
<p><a href="http://sencss.kilianvalkhof.com/example.html">View the example HTML file</a></p>
<h6>- <a href="http://www.contentwithstyle.co.uk/content/a-css-framework">A CSS Framework</a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWye_w3gI/AAAAAAAAAZs/KU_4SNO8DzY/s1600-h/css-framework-8%5B3%5D.jpg"><img title="CSS framework allowing rapid development of sites with pre-written and tested components | css-framework-8" style="display:inline;border-width:0;" height="145" alt="CSS framework allowing rapid development of sites with pre-written and tested components | css-framework-8" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWzqHRNWI/AAAAAAAAAZw/s-TV3uAtK8w/css-framework-8_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>A CSS framework allowing rapid development of sites with pre-written and tested components, letting you get to the interesting stuff as quickly and efficiently as possible.</p>
<h6>- <a href="http://devkick.com/lab/tripoli/">Tripoli </a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeW2upTqqI/AAAAAAAAAZ0/LMY4pB9vnJA/s1600-h/css-framework-9%5B3%5D.jpg"><img title="Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind | css-framework-9" style="display:inline;border-width:0;" height="145" alt="Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind | css-framework-9" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeW5uPb1EI/AAAAAAAAAZ4/mA0m5zenSvU/css-framework-9_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Tripoli is a generic CSS standard for HTML rendering. Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind. Tripoli is not a CSS framework. It doesn’t tell you how to code your web site. Instead, it forms a solid HTML rendering engine and a base for creating dynamic layouts without interfering with typographic measurements.</p>
<h6>- <a href="http://bluetrip.org/" target="_blank">BlueTrip CSS Framework</a></h6>
<p>A full featured and beautiful CSS framework which combined the best of Blueprint, Tripoli (hence the name), Hartija’s print stylesheet, 960.gs’s simplicity, and Elements’ icons.</p>
<p><a href="http://bluetrip.org/demos/" target="_blank">Check out the Live Demos</a></p>
<h6>- <a href="http://code.google.com/p/emastic/" target="_blank">Emastic</a></h6>
<h6>- <a href="http://www.wymstyle.org/en/" target="_blank">WYMstyle</a></h6>
<h6>- <a href="http://elements.projectdesigns.org/" target="_blank">Elements</a></h6>
<h6>- <a href="http://code.google.com/p/malo/" target="_blank">Malo</a></h6>
<h6>- <a href="http://code.google.com/p/logicss/" target="_blank">LogicCSS</a></h6>
<h5>Articles Explaining what is CSS Frameworks and how/which to Use</h5>
<h6>- <a href="http://jeffcroft.com/blog/2007/nov/17/whats-not-love-about-CSS-frameworks/" target="_blank">What’s not to love about CSS frameworks?</a></h6>
<h6>- <a href="http://www.smashingmagazine.com/2007/09/21/css-frameworks-css-reset-design-from-scratch/" target="_blank">CSS Frameworks + CSS Reset: Design From Scratch</a></h6>
<h6>- <a href="http://css-tricks.com/what-are-the-benefits-of-using-a-css-framework/" target="_blank">What Are The Benefits of Using a CSS Framework?</a></h6>
<h6>- <a href="http://foohack.com/2007/08/blueprint-css-framework-vs-yui-grids/" target="_blank">Blueprint CSS Framework vs YUI Grids</a></h6>
<h6>- <a href="http://capsizedesigns.com/blog/2008/04/battle-of-the-css-frameworks/" target="_blank">Battle of the CSS Frameworks</a></h6>
<h6>- <a href="http://adactio.com/journal/1498" target="_blank">The Lessons of CSS Frameworks</a> </h6>
<h6>- <a href="http://www.vcarrer.com/2008/08/when-to-use-css-framework.html" target="_blank">When to use CSS framework?</a></h6>
<p>- Source:www.noupe.com</p>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1068/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1068/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1068/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1068/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1068/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1068/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1068/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1068/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1068&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeVnrsr2xI/AAAAAAAAAYQ/QMaZUaKs-nk/css-framework-1_thumb%5B6%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-1 - CSS Frameworks + Tutorials &#38; Tools for Getting Started</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeVt6XA6uI/AAAAAAAAAYY/KZq5HLA7Ris/css-framework-1-1_thumb%5B3%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-1-1 - Popular CSS FrameWorks: 10 Useful Tutorials For Getting Stared</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeV5Qy5QdI/AAAAAAAAAYg/iBfiDulPtck/css-framework-1-3_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-1-3 &#124; Fluid 960 Grid System templates </media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWFHB2WuI/AAAAAAAAAYo/-E96eCAgx10/css-framework-2_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-2 &#124; Blueprint CSS Framework</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWKeR1K4I/AAAAAAAAAYw/cdyoSSoFSgk/css-framework-2-1_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-2-1 &#124; converting PX values to EM values </media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWMn5L_7I/AAAAAAAAAY4/nsYbEz6XAR4/css-framework-3_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-3 &#124; jQuery UI CSS Framework</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWTEzd9LI/AAAAAAAAAZA/x8Kdzq9bzq4/css-framework-3-1_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Styling Buttons and Toolbars with the jQuery UI &#124; css-framework-3-1</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWWA7LDSI/AAAAAAAAAZI/75OeBQ8LA-8/css-framework-4_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWgY2wfUI/AAAAAAAAAZQ/wH20yVtzlv8/css-framework-4-1_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Flexible Layouts with YAML &#124; css-framework-4-1</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWkk2I2lI/AAAAAAAAAZY/198GDSRLEdA/css-framework-5_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Yahoo YUI Grids CSS &#124; css-framework-5</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWqr_9yiI/AAAAAAAAAZg/bq9g4iEbmkU/css-framework-6_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Typographical and Grid Layout CSS Framework  &#124; css-framework-6</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_8wp01fs0JHE/SYeWxNyYNiI/AAAAAAAAAZo/iKEKhyWIohw/css-framework-7_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">SenCSs stands for Sensible Standards CSS Framework &#124; css-framework-7</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWzqHRNWI/AAAAAAAAAZw/s-TV3uAtK8w/css-framework-8_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">CSS framework allowing rapid development of sites with pre-written and tested components &#124; css-framework-8</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeW5uPb1EI/AAAAAAAAAZ4/mA0m5zenSvU/css-framework-9_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind &#124; css-framework-9</media:title>
		</media:content>
	</item>
		<item>
		<title>CSS Frameworks + Tutorials and Tools for Getting Started</title>
		<link>http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started/</link>
		<comments>http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:28:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[css articles]]></category>
		<category><![CDATA[css tutorials]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started/</guid>
		<description><![CDATA[CSS frameworks have grown in popularity recently, enabling developers to rapidly prototype designs. The idea of CSS Frameworks is to do all the heavy lifting of the repetitive tasks you do over and over again on each site, allowing you to get faster results and get to the fun stuff designers love. Main features of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1067&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>CSS frameworks have grown in popularity recently, enabling developers to rapidly prototype designs. The idea of CSS Frameworks is to do all the heavy lifting of the repetitive tasks you do over and over again on each site, allowing you to get faster results and get to the fun stuff designers love. Main features of good CSS Framework is to 1) rapidly speed up our development time, 2) should have a very small size, 3) have good documentation and tutorials and 4) have clean grid structure. You will need a basic understanding of the CSS framework you are going to use to understand why and how things get solved.</p>
<h5>1. <a href="http://960.gs/">960 CSS Framework</a></h5>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeVkyUSeRI/AAAAAAAAAYM/w-FWoCcTe74/s1600-h/css-framework-1%5B8%5D.jpg"><img title="css-framework-1 - CSS Frameworks + Tutorials &amp; Tools for Getting Started" style="display:inline;border-width:0;" height="212" alt="css-framework-1 - CSS Frameworks + Tutorials &amp; Tools for Getting Started" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeVnrsr2xI/AAAAAAAAAYQ/QMaZUaKs-nk/css-framework-1_thumb%5B6%5D.jpg?imgmax=800" width="509" border="0" /></a></p>
<p>The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem. The 960.css file itself is only 3.6 KB compressed.</p>
<p><a href="http://960.gs/demo.html">Demo can be found here</a></p>
<p><strong>Tutorials Explaining how to use 960 CSS Framework</strong></p>
<div class="wlWriterEditableSmartContent" id="scid:51CF81A4-8F44-4a2c-8837-198C090B9994:b257abba-2982-4062-87bb-126ed06fd2e8" style="display:inline;float:none;margin:0;padding:0;">Picasa Content</div>
<ul>
<li>
<h6><a href="http://nettuts.com/videos/screencasts/a-detailed-look-at-the-960-css-framework/">A Detailed Look at the 960 CSS Framework</a></h6>
<p><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SYeVqjawHXI/AAAAAAAAAYU/7Zsza_RJ08Q/s1600-h/css-framework-1-1%5B5%5D.jpg"><img title="css-framework-1-1 - Popular CSS FrameWorks: 10 Useful Tutorials For Getting Stared" style="display:inline;border-width:0;" height="284" alt="css-framework-1-1 - Popular CSS FrameWorks: 10 Useful Tutorials For Getting Stared" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeVt6XA6uI/AAAAAAAAAYY/KZq5HLA7Ris/css-framework-1-1_thumb%5B3%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>“Jeffrey Way” takes a close look at the 960 CSS Framework, explaing the pros and cons of using it. He also takes us step by by step and create a simple “12 column” layout with a simple header and two column structure. Most important tip here is : you must assign a class to each div. Naming conventions require that that the class name begins with “grid_” and ends with the number of columns needed.</p>
</li>
<li>
<h6><a href="http://www.divitodesign.com/2008/12/960-css-framework-learn-basics/">960 CSS Framework &#8211; Learn the Basics</a></h6>
<p>Stefan Vervoort takes the heavy work for you and explains the basics of this framework so you can start developing with 960 pretty fast. Basics principles explained here include: not to edit 960.css, Loading the grid, Containers, Grids / Columns, Margins and styling. <a href="http://www.divitodesign.com/2009/01/tricks-to-solve-960-css-framework-problems/">Another post</a> by Stefan where he solves some of the problem he faced while working with this framework.</p>
</li>
<li>
<h6><a href="http://designinfluences.com/fluid960gs/">Fluid 960 Grid System</a></h6>
<p><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SYeVwzW8wHI/AAAAAAAAAYc/LdT1Z6meGPE/s1600-h/css-framework-1-3%5B4%5D.jpg"><img title="css-framework-1-3 | Fluid 960 Grid System templates " style="display:inline;border-width:0;" height="181" alt="css-framework-1-3 | Fluid 960 Grid System templates " src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeV5Qy5QdI/AAAAAAAAAYg/iBfiDulPtck/css-framework-1-3_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>The Fluid 960 Grid System templates have been built upon the work of Nathan Smith and his 960 Grid System using effects from the Mootools JavaScript library.</p>
</li>
</ul>
<h5>2. <a href="http://blueprintcss.org/">Blueprint CSS Framework</a></h5>
<p><a href="http://lh4.ggpht.com/_8wp01fs0JHE/SYeWAqbC5XI/AAAAAAAAAYk/D7pGXSier3A/s1600-h/css-framework-2%5B4%5D.jpg"><img title="css-framework-2 | Blueprint CSS Framework" style="display:inline;border-width:0;" height="191" alt="css-framework-2 | Blueprint CSS Framework" src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWFHB2WuI/AAAAAAAAAYo/-E96eCAgx10/css-framework-2_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Blueprint is a CSS framework, which aims to cut down on your CSS development time. It gives you a solid CSS foundation to build your project on top of, with an easy-to-use grid, sensible typography, nice-looking forms and even a stylesheet for printing. One of its main feature is performing a mass reset of browser default styles, offering a methodology to use for customizable layout grids and most important is that all elements are override-able.</p>
<p>There are several <a href="http://github.com/joshuaclayton/blueprint-css/tree/master/blueprint/plugins">Blueprint plugins</a> available which can overwrite aspects of the framework or add new styles for you to use. </p>
<p><a href="http://blueprintcss.org/tests/">Check out the Live Demos</a></p>
<p><strong>Tutorials Explaining how to use Blueprint CSS Framework and tools using it </strong></p>
<ul>
<li>
<h6><a href="http://blueflavor.com/blog/2007/oct/24/blueprint-css-101/">BlueprintCSS 101</a></h6>
<p>Jeff Croft explains Blueprint’s core feature, how we use it, how it has impacted our workflow, and what we like about it.</p>
</li>
<li>
<h6><a href="http://nettuts.com/tutorials/html-css-techniques/a-closer-look-at-the-blueprint-css-framework/">A Closer Look At the Blueprint CSS Framework</a></h6>
<p>In this tutorial we will get a look at the inner workings of Blueprint and we’ll take a look at demo application that uses Blueprint to get a better idea of how to actually use the framework.</p>
</li>
<li>
<h6><a href="http://www.garethjmsaunders.co.uk/downloads/blueprintcss_cheatsheet_0-7-1.pdf">Blueprint CSS Cheat Sheet</a></h6>
</li>
<li>
<h6><a href="http://kematzy.com/blueprint-generator/">Blueprint Grid CSS Generator</a></h6>
<p>This tool will help you generate more flexible versions of Blueprint’s grid.css and compressed.css and grid.png image file for use as a background image during development- very handy for making sure everything lines up properly. Whether you prefer 8, 10,16 or 24 columns in your design, this generator now enables you that flexibility with Blueprint.</p>
</li>
<li>
<h6><a href="http://pxtoem.com/">PXtoEM</a></h6>
<p><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWHgpc1jI/AAAAAAAAAYs/S0MqeQb4CPE/s1600-h/css-framework-2-1%5B4%5D.jpg"><img title="css-framework-2-1 | converting PX values to EM values " style="display:inline;border-width:0;" height="141" alt="css-framework-2-1 | converting PX values to EM values " src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWKeR1K4I/AAAAAAAAAYw/cdyoSSoFSgk/css-framework-2-1_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>PXtoEM.com is a website that makes converting PX values to EM values easier. The CSS file of the values you’ve choosen can be get based on the typography.css portion of Blueprint CSS to setup a default typography.</p>
</li>
<li>
<h6><a href="http://www.constructyourcss.com/">Construct</a></h6>
<p>Construct, a visual layout editor based on Blueprint &amp; jQuery, Construct, a useful tool for CSS designers and as proof that a visual layout editor is possible to acheive with clean CSS &amp; semantic HTML.</p>
</li>
</ul>
<h5>3. <a href="http://docs.jquery.com/UI/Theming/API#The_jQuery_UI_CSS_Framework">The jQuery UI CSS Framework</a></h5>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWLS1U7TI/AAAAAAAAAY0/epZicic0PbU/s1600-h/css-framework-3%5B4%5D.jpg"><img title="css-framework-3 | jQuery UI CSS Framework" style="display:inline;border-width:0;" height="135" alt="css-framework-3 | jQuery UI CSS Framework" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWMn5L_7I/AAAAAAAAAY4/nsYbEz6XAR4/css-framework-3_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>jQuery UI includes a robust CSS Framework designed for building custom jQuery widgets. The framework includes classes that cover a wide array of common user interface needs, and can be manipulated using jQuery UI <a href="http://www.themeroller.com/">ThemeRoller</a>. By building your UI components using the jQuery UI CSS Framework, you will be adopting shared markup conventions and allowing for ease of code integration across the plugin community at large. </p>
<ul>
<li>
<h6><a href="http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/">Styling Buttons and Toolbars with the jQuery UI</a></h6>
<p><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWPoBZK9I/AAAAAAAAAY8/kjdRCAq1TkA/s1600-h/css-framework-3-1%5B4%5D.jpg"><img title="Styling Buttons and Toolbars with the jQuery UI | css-framework-3-1" style="display:inline;border-width:0;" height="332" alt="Styling Buttons and Toolbars with the jQuery UI | css-framework-3-1" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWTEzd9LI/AAAAAAAAAZA/x8Kdzq9bzq4/css-framework-3-1_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>A real-world examples of themeable buttons and toolbars using the <a href="http://docs.jquery.com/UI/Theming/API">jQuery UI CSS framework</a>, a system of classes developed for <a href="http://jqueryui.com/demos/">jQuery UI widgets</a> that can easily be applied to any plugin, and even static content. Here are button examples that demonstrate how to incorporate the power of the CSS framework classes in a custom widget.</p>
<p><a href="http://www.filamentgroup.com/examples/buttonFrameworkCSS/">Check out the Live Demos here</a></p>
</li>
</ul>
<h6>4. <a href="http://www.yaml.de/en/">YAML</a></h6>
<p><a href="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWUfQBw1I/AAAAAAAAAZE/tNOh_4a0hiE/s1600-h/css-framework-4%5B4%5D.jpg"><img title="Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts" style="display:inline;border-width:0;" height="145" alt="Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWWA7LDSI/AAAAAAAAAZI/75OeBQ8LA-8/css-framework-4_thumb%5B2%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts. You will need a license to use it. </p>
<p>YAML comes with a a very nice <a href="http://builder.yaml.de/">Ajax builder</a>, a handy tool for visual development of YAML-based CSS layouts which allows you to put the containers of the layout visually together via drag-n-drop. The valid HTML- and CSS-code is generated automatically on the fly.</p>
<p><a href="http://www.yaml.de/fileadmin/examples/index.html">Check out the Live Demos here</a></p>
<ul>
<li>
<h6><a href="http://www.smashingmagazine.com/2008/06/26/flexible-layouts-challenge-for-the-future/">Flexible Layouts with YAML</a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWZ0FazkI/AAAAAAAAAZM/RKf9sZaNQdA/s1600-h/css-framework-4-1%5B3%5D.jpg"><img title="Flexible Layouts with YAML | css-framework-4-1" style="display:inline;border-width:0;" height="796" alt="Flexible Layouts with YAML | css-framework-4-1" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWgY2wfUI/AAAAAAAAAZQ/wH20yVtzlv8/css-framework-4-1_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Dirk Jesse, the developer of YAML (Yet Another Multicolumn Layout), an (X)HTML&amp;CSS framework which explains his motivation for YAML in the last paragraph of the article, providing an overview of what is possible with YAML and may deliver some ideas for your future layouts.</p>
</li>
</ul>
<h6>5. <a href="http://developer.yahoo.com/yui/grids/">Yahoo YUI Grids CSS</a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWhwje1FI/AAAAAAAAAZU/uVgHfyKaEgU/s1600-h/css-framework-5%5B3%5D.jpg"><img title="Yahoo YUI Grids CSS | css-framework-5" style="display:inline;border-width:0;" height="145" alt="Yahoo YUI Grids CSS | css-framework-5" src="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWkk2I2lI/AAAAAAAAAZY/198GDSRLEdA/css-framework-5_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>The foundational YUI Grids CSS offers four preset page widths, six preset templates, and the ability to stack and nest subdivided regions of two, three, or four columns. The 4kb file provides over 1000 page layout combinations. Features include: Self-clearing footer, customization of width for fixed-width layouts, Supports fluid-width (100%) layouts and more.</p>
<p>The <a href="http://developer.yahoo.com/yui/grids/builder/">YUI Grids Builder</a> — a simple interface for Grids customization.</p>
<p>Don’t forget to check the<a href="http://yuiblog.com/assets/pdf/cheatsheets/css.pdf"> CSS Reset/Base/Fonts/Grids Cheat Sheet</a></p>
<p><a href="http://developer.yahoo.com/yui/examples/grids/index.html">Check out the Live Demos here</a></p>
<ul>
<li>
<h6><a href="http://24ways.org/2006/intricate-fluid-layouts">Intricate Fluid Layouts in Three Easy Steps</a></h6>
<p>This tutorial explains how to build CSS layouts that work on all modern browsers effortlessly using YUI Grids in three easy steps.</p>
</li>
<li>
<h6><a href="http://jeffcroft.com/blog/2006/jun/05/yui-css-grids-awesome-useless/">YUI CSS Grids: awesome, but useless?</a></h6>
<p>Jeff Croft asks if YUI CSS Grids has a certain limitation for sites wider than 750px, <a href="http://dustindiaz.com/">Dustin Diaz</a> comes in and explains some interesting features and usage we can do using YUI CSS Grids. “One cool thing I’ve done with it is made seven different templates with virtually the same html with the exception of one class name (yui-t (1-7)). It’s wonderful because it’s completely source order independent. If I wanted a style switcher on my site you could take the approach of swapping out a className rather than a whole new css file. Thus, no reason for the whole “Invasion of the Body Switchers””</p>
</li>
</ul>
<h5>Worth Checking CSS Frameworks</h5>
<h6>- <a href="http://csswizardry.com/typogridphy/">typogridphy</a></h6>
<p><a href="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWnflKxvI/AAAAAAAAAZc/PgwJfll88GA/s1600-h/css-framework-6%5B3%5D.jpg"><img title="Typographical and Grid Layout CSS Framework  | css-framework-6" style="display:inline;border-width:0;" height="181" alt="Typographical and Grid Layout CSS Framework  | css-framework-6" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWqr_9yiI/AAAAAAAAAZg/bq9g4iEbmkU/css-framework-6_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>A Typographical and Grid Layout CSS Framework constructed to allow web designers and front-end developers to quickly code typograhically pleasing grid layouts. Based on the <a href="http://960.gs/">960 Grid System</a>, Typogridphy allows you to create grid layouts which are versatile and great looking.</p>
<p><a href="http://csswizardry.com/typogridphy/download.php">Download it here</a></p>
<h6>- <a href="http://sencss.kilianvalkhof.com/">SenCSs</a></h6>
<p>&#160;</p>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWuAsBY0I/AAAAAAAAAZk/Nx6XS_ay4rY/s1600-h/css-framework-7%5B3%5D.jpg"><img title="SenCSs stands for Sensible Standards CSS Framework | css-framework-7" style="display:inline;border-width:0;" height="166" alt="SenCSs stands for Sensible Standards CSS Framework | css-framework-7" src="http://lh4.ggpht.com/_8wp01fs0JHE/SYeWxNyYNiI/AAAAAAAAAZo/iKEKhyWIohw/css-framework-7_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>SenCSs stands for Sensible Standards CSS Framework, supplies sensible styling for all repetitive parts of your CSS, allowing you to focus on actually developing your website’s style.</p>
<p><a href="http://sencss.kilianvalkhof.com/example.html">View the example HTML file</a></p>
<h6>- <a href="http://www.contentwithstyle.co.uk/content/a-css-framework">A CSS Framework</a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWye_w3gI/AAAAAAAAAZs/KU_4SNO8DzY/s1600-h/css-framework-8%5B3%5D.jpg"><img title="CSS framework allowing rapid development of sites with pre-written and tested components | css-framework-8" style="display:inline;border-width:0;" height="145" alt="CSS framework allowing rapid development of sites with pre-written and tested components | css-framework-8" src="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWzqHRNWI/AAAAAAAAAZw/s-TV3uAtK8w/css-framework-8_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>A CSS framework allowing rapid development of sites with pre-written and tested components, letting you get to the interesting stuff as quickly and efficiently as possible.</p>
<h6>- <a href="http://devkick.com/lab/tripoli/">Tripoli </a></h6>
<p><a href="http://lh5.ggpht.com/_8wp01fs0JHE/SYeW2upTqqI/AAAAAAAAAZ0/LMY4pB9vnJA/s1600-h/css-framework-9%5B3%5D.jpg"><img title="Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind | css-framework-9" style="display:inline;border-width:0;" height="145" alt="Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind | css-framework-9" src="http://lh5.ggpht.com/_8wp01fs0JHE/SYeW5uPb1EI/AAAAAAAAAZ4/mA0m5zenSvU/css-framework-9_thumb%5B1%5D.jpg?imgmax=800" width="509" border="0" /></a> </p>
<p>Tripoli is a generic CSS standard for HTML rendering. Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind. Tripoli is not a CSS framework. It doesn’t tell you how to code your web site. Instead, it forms a solid HTML rendering engine and a base for creating dynamic layouts without interfering with typographic measurements.</p>
<h6>- <a href="http://bluetrip.org/" target="_blank">BlueTrip CSS Framework</a></h6>
<p>A full featured and beautiful CSS framework which combined the best of Blueprint, Tripoli (hence the name), Hartija’s print stylesheet, 960.gs’s simplicity, and Elements’ icons.</p>
<p><a href="http://bluetrip.org/demos/" target="_blank">Check out the Live Demos</a></p>
<h6>- <a href="http://code.google.com/p/emastic/" target="_blank">Emastic</a></h6>
<h6>- <a href="http://www.wymstyle.org/en/" target="_blank">WYMstyle</a></h6>
<h6>- <a href="http://elements.projectdesigns.org/" target="_blank">Elements</a></h6>
<h6>- <a href="http://code.google.com/p/malo/" target="_blank">Malo</a></h6>
<h6>- <a href="http://code.google.com/p/logicss/" target="_blank">LogicCSS</a></h6>
<h5>Articles Explaining what is CSS Frameworks and how/which to Use</h5>
<h6>- <a href="http://jeffcroft.com/blog/2007/nov/17/whats-not-love-about-CSS-frameworks/" target="_blank">What’s not to love about CSS frameworks?</a></h6>
<h6>- <a href="http://www.smashingmagazine.com/2007/09/21/css-frameworks-css-reset-design-from-scratch/" target="_blank">CSS Frameworks + CSS Reset: Design From Scratch</a></h6>
<h6>- <a href="http://css-tricks.com/what-are-the-benefits-of-using-a-css-framework/" target="_blank">What Are The Benefits of Using a CSS Framework?</a></h6>
<h6>- <a href="http://foohack.com/2007/08/blueprint-css-framework-vs-yui-grids/" target="_blank">Blueprint CSS Framework vs YUI Grids</a></h6>
<h6>- <a href="http://capsizedesigns.com/blog/2008/04/battle-of-the-css-frameworks/" target="_blank">Battle of the CSS Frameworks</a></h6>
<h6>- <a href="http://adactio.com/journal/1498" target="_blank">The Lessons of CSS Frameworks</a> </h6>
<h6>- <a href="http://www.vcarrer.com/2008/08/when-to-use-css-framework.html" target="_blank">When to use CSS framework?</a></h6>
<p>- Source:www.noupe.com</p>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1067/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1067/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1067/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1067&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/02/03/css-frameworks-tutorials-and-tools-for-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeVnrsr2xI/AAAAAAAAAYQ/QMaZUaKs-nk/css-framework-1_thumb%5B6%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-1 - CSS Frameworks + Tutorials &#38; Tools for Getting Started</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeVt6XA6uI/AAAAAAAAAYY/KZq5HLA7Ris/css-framework-1-1_thumb%5B3%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-1-1 - Popular CSS FrameWorks: 10 Useful Tutorials For Getting Stared</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeV5Qy5QdI/AAAAAAAAAYg/iBfiDulPtck/css-framework-1-3_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-1-3 &#124; Fluid 960 Grid System templates </media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWFHB2WuI/AAAAAAAAAYo/-E96eCAgx10/css-framework-2_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-2 &#124; Blueprint CSS Framework</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWKeR1K4I/AAAAAAAAAYw/cdyoSSoFSgk/css-framework-2-1_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-2-1 &#124; converting PX values to EM values </media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWMn5L_7I/AAAAAAAAAY4/nsYbEz6XAR4/css-framework-3_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">css-framework-3 &#124; jQuery UI CSS Framework</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWTEzd9LI/AAAAAAAAAZA/x8Kdzq9bzq4/css-framework-3-1_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Styling Buttons and Toolbars with the jQuery UI &#124; css-framework-3-1</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWWA7LDSI/AAAAAAAAAZI/75OeBQ8LA-8/css-framework-4_thumb%5B2%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Yaml (Yet Another Multicolumn Layout) focused on flexible layouts and offers column and grid based design elements for flexible, elastic or fixed layouts</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeWgY2wfUI/AAAAAAAAAZQ/wH20yVtzlv8/css-framework-4-1_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Flexible Layouts with YAML &#124; css-framework-4-1</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/_8wp01fs0JHE/SYeWkk2I2lI/AAAAAAAAAZY/198GDSRLEdA/css-framework-5_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Yahoo YUI Grids CSS &#124; css-framework-5</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWqr_9yiI/AAAAAAAAAZg/bq9g4iEbmkU/css-framework-6_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Typographical and Grid Layout CSS Framework  &#124; css-framework-6</media:title>
		</media:content>

		<media:content url="http://lh4.ggpht.com/_8wp01fs0JHE/SYeWxNyYNiI/AAAAAAAAAZo/iKEKhyWIohw/css-framework-7_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">SenCSs stands for Sensible Standards CSS Framework &#124; css-framework-7</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_8wp01fs0JHE/SYeWzqHRNWI/AAAAAAAAAZw/s-TV3uAtK8w/css-framework-8_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">CSS framework allowing rapid development of sites with pre-written and tested components &#124; css-framework-8</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/_8wp01fs0JHE/SYeW5uPb1EI/AAAAAAAAAZ4/mA0m5zenSvU/css-framework-9_thumb%5B1%5D.jpg?imgmax=800" medium="image">
			<media:title type="html">Tripoli completly resets all default browser standards and rebuilds them quietly with modern web development in mind &#124; css-framework-9</media:title>
		</media:content>
	</item>
		<item>
		<title>Joomla Template &#8211; Yootheme Way Beyond Template Download</title>
		<link>http://cssedge.wordpress.com/2009/01/30/joomla-template-yootheme-way-beyond-template-download/</link>
		<comments>http://cssedge.wordpress.com/2009/01/30/joomla-template-yootheme-way-beyond-template-download/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 23:56:00 +0000</pubDate>
		<dc:creator>cssedge</dc:creator>
				<category><![CDATA[download]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://cssedge.wordpress.com/2009/01/30/joomla-template-yootheme-way-beyond-template-download/</guid>
		<description><![CDATA[Yootheme Way Beyond &#124; Demo: http://demo.yootheme.com/jan09/ We proudly present our new template: Way Beyond! Our first template to come with overrides for the Joomla core. What does that mean?It means that we got rid of Joomla&#8217;s tables. The whole content area is free of tables now, and we developed very neat CSS for our overrides, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1066&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div>
<div style='text-align:center;'><img height='' width='' alt='Joomla Template - Yootheme Way Beyond template download' src='http://1.bp.blogspot.com/_9lSH3m2i268/SVz5rYvFuiI/AAAAAAAAALk/5cuh47d-H9s/s400/Picture%2023.png' title='Joomla Template - Yootheme Way Beyond'></p>
<p>Yootheme Way Beyond | Demo: http://demo.yootheme.com/jan09/</p>
<p>We proudly present our new template: Way Beyond!</p></div>
<p>
<div style='text-align:center;'>Our first template to come with overrides for the Joomla core. What does that mean?<br />It means that we got rid of Joomla&#8217;s tables.</div>
<p>
<div style='text-align:center;'>The whole content area is free of tables now, and we developed very neat CSS for our overrides, too.</div>
<p>
<div style='text-align:center;'>We did that to give you full control over the look of your website.</div>
<p>
<div style='text-align:center;'>Now you can easily style every part of your Joomla website with CSS.</div>
<p>
<div style='text-align:center;'>We rewrote all of Joomla&#8217;s core components and threw out a bunch of unnecessary code, so now your site will load faster as well.<br />Also we optimized our module framework.</div>
<p>
<div style='text-align:center;'>From now on you every styling you can apply via the module class suffix will work on any module position,</div>
<p>
<div style='text-align:center;'>no matter what kind of background that  position has.</div>
<p>
<div>Our typography got polished, too.<br />There are a couple of new elements like the drop caps you can put at<br />the beginning of paragraphs and left and right insets to align your<br />content more easily.<br />Feature list</p>
<p>* Tableless overwrites for all Joomla components<br />* Smart CSS to customize Joomla components<br />* Enhanced module system with flexible proportions<br />* New polished typography<br />* Fully sliced Fireworks .png Source files<br />* Works with all YOOtools</p>
<p>Download Link:<br /><a href='http://rapidshare.com/files/178758745/yoo_beyond.rar'>http://rapidshare.com/files/178758745/yoo_beyond.rar</a></div>
</div>
<div class="blogger-post-footer">
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cssedge.wordpress.com/1066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cssedge.wordpress.com/1066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cssedge.wordpress.com/1066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cssedge.wordpress.com/1066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cssedge.wordpress.com/1066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cssedge.wordpress.com/1066/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cssedge.wordpress.com/1066/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cssedge.wordpress.com/1066/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cssedge.wordpress.com&amp;blog=7113054&amp;post=1066&amp;subd=cssedge&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cssedge.wordpress.com/2009/01/30/joomla-template-yootheme-way-beyond-template-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1c6f4f89393bb9307aa68aa74a334816?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cssedge</media:title>
		</media:content>

		<media:content url="http://1.bp.blogspot.com/_9lSH3m2i268/SVz5rYvFuiI/AAAAAAAAALk/5cuh47d-H9s/s400/Picture%2023.png" medium="image">
			<media:title type="html">Joomla Template - Yootheme Way Beyond</media:title>
		</media:content>
	</item>
	</channel>
</rss>
