<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebChicklet &#124; Just a Geek Girl &#187; CSS</title>
	<atom:link href="http://www.webchicklet.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webchicklet.com</link>
	<description>Your geeky chicklet on the web</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:46:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS Font-Family Sample Cheat Sheet</title>
		<link>http://www.webchicklet.com/css/css-font-family-sample-cheat-sheet/</link>
		<comments>http://www.webchicklet.com/css/css-font-family-sample-cheat-sheet/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 10:48:21 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[font-family]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=533</guid>
		<description><![CDATA[I often have to scramble to try and find just the right font-family for a site I am working on, so I created this little cheat sheet for myself. I decided it might be useful for others as well, so I&#8217;m sharing it here. Included are the various font-families that are typically used, along with [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/css/css-font-family-sample-cheat-sheet/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "CSS+Font-Family+Sample+Cheat+Sheet";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p>I often have to scramble to try and find just the right font-family for a site I am working on, so I created this little cheat sheet for myself.  I decided it might be useful for others as well, so I&#8217;m sharing it here.  Included are the various font-families that are typically used, along with a representation of what they look like.  Keep in mind that not every computer has every font, so any fonts you don&#8217;t have will display the default generic font family instead (sans-serif, serif, or monospace).  I just cut and paste the code in gray when I want to use one of these in my CSS.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-0393084972569655";
/* black text and images 336x280 */
google_ad_slot = "2925192938";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<h2>Sans Serif</h2>
<p><i>Sans serif is generally best for most text on screen.</i></p>
<h3>Common Version:</h3>
<blockquote><p>font-family: Arial, Helvetica, sans-serif;</p></blockquote>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Arial, sans-serif;">Arial &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Helvetica, sans-serif;">Helvetica &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>More Choices:</h3>
<blockquote><p>font-family: Verdana, Arial, Helvetica, &#8220;Trebuchet MS&#8221;, Tahoma, Geneva, &#8220;Lucida Sans Unicode&#8221;, &#8220;Lucida Grande&#8221;, &#8220;MS Sans Serif&#8221;, sans-serif;</p></blockquote>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Trebuchet MS', sans-serif;">Trebuchet MS &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Verdana, sans-serif;">Verdana &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Tahoma, sans-serif;">Tahoma &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Geneva, sans-serif;">Geneva &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Lucida Sans Unicode', sans-serif;">Lucida Sans Unicode &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Lucida Grande', sans-serif;">Lucida Grande &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'MS Sans Serif', sans-serif;">MS Sans Serif &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>My Favorite:</h3>
<blockquote><p>font-family: &#8220;Trebuchet MS&#8221;, Verdana, Arial, Helvetica, sans-serif;</p></blockquote>
<hr />
<h2>Serif</h2>
<p><i>Serif is generally best for text designed to be printed.</i></p>
<h3>Common Version:</h3>
<blockquote><p>font-family: Times, &#8220;Times New Roman&#8221;, Georgia, serif;</p></blockquote>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Times, serif;">Times &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Times New Roman', serif;">Times New Roman &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Georgia, serif;">Georgia &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>More Choices:</h3>
<blockquote><p>font-family: Times, &#8220;Times New Roman&#8221;, Georgia, Garamond, &#8220;Palatino Linotype&#8221;, Palatino, &#8220;Book Antiqua&#8221;, &#8220;New York&#8221;, serif;</p></blockquote>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Garamond, serif;">Garamond &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Palatino Linotype', serif;">Palatino Linotype &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Palatino, serif;">Palatino &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Book Antiqua', serif;">Book Antiqua &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'New York', serif;">New York &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>My Favorite:</h3>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0393084972569655";
/* black text and images 336x280 */
google_ad_slot = "2925192938";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<blockquote><p>font-family: Garamond, Georgia, Times, &#8220;Times New Roman&#8221;, serif;</p></blockquote>
<hr />
<h2>Monospace</h2>
<p><i>Monospace is generally best when representing code or typewritten text.</i></p>
<h3>Common version:</h3>
<blockquote><p>font-family: Courier, monospace;</p></blockquote>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Courier, monospace;">Courier &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>More Choices:</h3>
<blockquote><p>font-family: &#8220;Lucida Console&#8221;, Monaco, Courier, &#8220;Courier New&#8221;, monospace;</p></blockquote>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Lucida Console', monospace;">Lucida Console &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: Monaco, monospace;">Monaco &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<p>&nbsp;&nbsp;&raquo;&nbsp;&nbsp;<span style="font-family: 'Courier New', monospace;">Courier New &#8211; The quick brown fox jumps over the lazy dog. 1234567890</span></p>
<h3>My Favorite:</h3>
<blockquote><p>font-family: Courier, &#8220;Courier New&#8221;, monospace;</p></blockquote>
<hr />

        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_xclick" />
    <input type="hidden" name="business" value="captkev@gmail.com" /><input type="hidden" name="item_name" value="Find this post ueseful? Consider adding to my coffee fund..." /><input type="hidden" name="currency_code" value="USD" /><span style="font-size:10.0pt"><strong> Find this post ueseful? Consider adding to my coffee fund...</strong></span><br /><br /><select id="amount" name="amount" class=""><option value="0">Help replenish my caffeine stores</option></select><br /><br /><strong> Your Email Address :</strong><input type="hidden" name="on0" value="Reference" /><br /><br /><input type="text" name="os0" maxlength="60" />
        <br /><br />
        <input type="hidden" name="no_shipping" value="2" />
        <input type="hidden" name="no_note" value="1" />
        <input type="hidden" name="mrb" value="3FWGC6LFTMTUG" />
        <input type="hidden" name="bn" value="IC_Sample" />
    <input type="hidden" name="return" value="http://www.webchicklet.com" /><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but11.gif" name="submit" alt="Make payments with payPal - it's fast, free and secure!" /></form></p>
<p>&copy;2012 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/css/css-font-family-sample-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Taking The Plunge: Learning CSS</title>
		<link>http://www.webchicklet.com/css/taking-the-plunge-learning-css/</link>
		<comments>http://www.webchicklet.com/css/taking-the-plunge-learning-css/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 07:03:34 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[beginner tips]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[layouts]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=48</guid>
		<description><![CDATA[If you&#8217;ve been thinking of learning CSS but have become lost in the seemingly endless number of CSS tutorials that exist, you may want to read on. I&#8217;ve compiled my favorite CSS-related sites that specifically help the CSS newbie grasp the essential concepts. I cut my own CSS teeth by chewing on the information given [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div style="float: right; width: 42px; padding-right: 10px; margin: 0 0 0 10px;">
		<script type="text/javascript">
		<!--
		digg_url = "http://www.webchicklet.com/css/taking-the-plunge-learning-css/";
		digg_bgcolor = "";
		digg_skin = "";
		digg_window = "";
		digg_title = "Taking+The+Plunge%3A+Learning+CSS";
		digg_media = "";
		digg_topic = "";
		digg_bodytext = "";
		//-->
		</script>
		<script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div><p><img src="http://www.webchicklet.com/wp-content/uploads/2008/07/css-layout.png" alt="" title="css layout" class="floatleft" height="266" width="326"> If you&#8217;ve been thinking of learning CSS but have become lost in the seemingly endless number of CSS tutorials that exist, you may want to read on.  I&#8217;ve compiled my favorite CSS-related sites that specifically help the CSS newbie grasp the essential concepts.  I cut my own CSS teeth by chewing on the information given by these sites, and I use most of the tools listed on a daily basis.  I definitely don&#8217;t consider myself a CSS expert, but I would still be a confused newbie if it weren&#8217;t for the efforts of so many who have shared their knowledge and talents.  It&#8217;s time to pass those on to you.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-0393084972569655";
/* black text and images 336x280 */
google_ad_slot = "2925192938";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/one.jpg" alt="" title="step one" class="floatleft" height="200" width="200"> <a href="http://del.icio.us/post?url=http://www.webchicklet.com/css/taking-the-plunge-learning-css/"><br />
<h2>Keep This Handy</h2>
<p>Bookmark this page at del.icio.us now</a> so you can retrieve this list later, or pass it along to someone you know who might be struggling to learn CSS.  Then bookmark and tag each of the sites listed below, using tags such as CSS, tutorials, resource, and howto, so you and others can benefit.<br />
<br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/two.jpg" alt="" title="step two" class="floatleft" height="197" width="200"><br />
<h2>Use The Right Browser</h2>
<p>The first thing you&#8217;ll need is the <a href="http://www.mozilla.com/en-US/firefox/">Firefox browser</a>.  If you intend to do any web site developing, you should be using Firefox as your main browser.  You should test your sites in other browsers, of course, but Firefox is definitely the one to use during the development process.  Why? It is very web standards compliant, and you can add plugins to help in the development process.  If you don&#8217;t already have it on your computer, download and install it now.</p>
<p><br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/three.jpg" alt="" title="step three" class="floatleft" height="199" width="200"><br />
<h2>CSS Cheat Sheet</h2>
<p>Before you do anything else, open, save and print the following cheat sheet so you can have it handy at all times.<br />
<a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/">Added Bytes CSS Cheat Sheet (V2)</a> is handy as a companion print out for those times when you just need a quick reminder.<br />
<br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/four.jpg" alt="" title="step four" class="floatleft" height="202" width="200"><br />
<h2>CSS Debug Tools</h2>
<p>Now, download some Firefox add-on tools that will make debugging CSS later on <b>much easier</b>.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Toolbar</a> is a must-have tool.  It is useful for about 100 different reasons, but for the purposes of this post, you&#8217;ll be needing it mostly to live-edit the CSS of the current page.  More on that later.  For now, just add it to Firefox.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2104">CSSViewer</a> makes viewing the CSS properties of any element on a page easy and clear.  Add it to Firefox now. <i>Note that once you install it, you&#8217;ll need to click on View / Toolbars / Customize in your browser, find the CSSView icon in the list, and drag/drop it to your toolbar, so you&#8217;ll have one-click access to it at all times.</i></p>
<p><a href="http://www.codepoetry.net/archives/2004/02/07/css_debugger_redux.php">CSS Debug Toggle Bookmarklet</a> lets you view the entire structure of a page with one click.  Drag/drop the bookmarklet to your bookmarks toolbar.  <i>Note that there are several bookmarklet links on that page.  Look for the CSS Debug Toggle link in the Second Update: section</i>.</p>
<p><br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/five.jpg" alt="" title="step five" class="floatleft" height="201" width="200"><br />
<h2>CSS Tutorials</h2>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0393084972569655";
/* black text and images 336x280 */
google_ad_slot = "2925192938";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
Now that you&#8217;ve printed out the CSS Cheat Sheet and have your CSS Debug Tools at hand, you&#8217;re ready to start learning.  I recommend using the following tutorials in the order listed.</p>
<p><a href="http://www.w3schools.com/css/css_intro.asp">W3Schools CSS Introduction</a> is the classic tutorial that everyone should start with, and bookmark for future reference.  It&#8217;s great for getting the high-level aspects under your belt, but the next two are better for hands-on learning, in my opinion.</p>
<p><a href="http://css.maxdesign.com.au/selectutorial/tutorial_intro.htm">Selectutorial&#8217;s CSS Selectors tutorial</a> is fabulous for visually conceptualizing what happens as you complete each step.</p>
<p><a href="http://www.cssbasics.com/">CSS Basics</a> is the one reference I&#8217;ve found that is easiest to understand.  It also comes with a .pdf you can download as well as a version that is printable.<br />
<br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/six.jpg" alt="" title="step six" class="floatleft" height="202" width="200"><br />
<h2>Understanding The CSS Box Model</h2>
<p><a href="http://www.brainjar.com/css/positioning/default.asp">Brainjar&#8217;s explanation</a> makes the box model concept understandable.</p>
<p><a href="http://www.hicksdesign.co.uk/boxmodel/">The 3D CSS Box Model</a> and <a href="http://www.redmelon.net/tstme/box_model/">the Interactive 3D CSS Box Model Demo</a> are handy tools to visually understand CSS&#8217;s box model.</p>
<p><br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/seven.jpg" alt="" title="step seven" class="floatleft" height="203" width="200"><br />
<h2>CSS Layouts: Templates and Generators</h2>
<p>At this point, you&#8217;re ready to start playing on your own, so now&#8217;s the time to introduce you to CSS layout templates and CSS layout generators.  One of the best ways to learn CSS is to look at layouts and study the code for them.  Here are my favorite layouts.</p>
<p><a href="http://layouts.ironmyers.com/">168 CSS Layouts</a> give you plenty to choose from.  Download a few and study the code.</p>
<p>Another option is to use a generator to help you create layouts.  Generators give you the flexibility to design your layout your way, fairly easily.  Once you&#8217;ve downloaded the resulting layout, study the code.  Here are the two generators I like best.</p>
<p><a href="http://csscreator.com/tools/layout">CSS Creator Css Layout Generator</a> is quick and easy to use (especially if you actually read the instructions..hint, hint).</p>
<p><a href="http://builder.yaml.de/">YAML Builder</a> is a generator that I&#8217;ve already reviewed <a href="http://www.webchicklet.com/css/yaml-builder-kickass-css-site-building-tool/">here</a>.<br />
<br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/eight.jpg" alt="" title="step eight" class="floatleft" height="196" width="200"><br />
<h2>Debugging CSS</h2>
<p>I&#8217;ve already covered the tools you&#8217;ll need to debug CSS early on in this post, but I wanted to link to a few helpful debug tutorials that will help you out when you are trying to figure out why your code isn&#8217;t doing what you think it should be doing.</p>
<p><a href="http://blogs.sun.com/plamere/entry/debugging_css">Duke Listens &#8211; Debugging CSS</a> helps you understand how to best use the Firefox Web Developer add-on you downloaded earlier (limiting the discussion to just a couple of Web Developer&#8217;s many features).</p>
<p><a href="http://www.communitymx.com/content/article.cfm?cid=A33F8E6B1608B4E6">Debugging CSS, The Easy Way</a> breaks the debugging process down so that you can track down exactly where the problem lies &#8211; which is the first step in figuring out what is wrong.</p>
<p><a href="http://css.tests.free.fr/en/debugging_css.php">Debugging CSS</a> describes the debugging process in easy-to-comprehend steps.<br />
<br class="clear"><br />
<hr />
<img src="http://www.webchicklet.com/wp-content/uploads/2008/07/nine.jpg" alt="" title="step nine" class="floatleft" height="202" width="200"><br />
<h2>CSS, Different Browsers and IE especially</h2>
<p>Obviously, there are different browsers in the world, so you&#8217;ll need to test your pages in at least the most popular.  You can simply install each browser on your computer if you&#8217;d like, and test that way, or you can use a service to do the testing for you.  I recommend <a href="http://browsershots.org/">Browsershots</a> for this.  Although you&#8217;ll see the option to check your site in lots of different browsers and versions, I don&#8217;t recommend checking too many, as it will take a long time, and it just isn&#8217;t worth it.  I usually check the Windows versions of  Firefox 2 and any versions above, IE 6 and any versions above, and the latest versions of Opera and Safari, plus the latest version of Safari for Mac.</p>
<p>Finally, it&#8217;s time to tackle the elephant in the room &#8211; IE.  IE doesn&#8217;t play by the same rules as most browsers, so you&#8217;ll often be tripping over IE CSS problems.  Luckily, others have already encountered the problems, and have written about how to deal with them.  A few good resources are below.</p>
<p><a href="http://www.positioniseverything.net/explorer.html">Explorer Exposed</a> lists the most common problems with fixes and hacks to deal with them.</p>
<p><a href="http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml">WebCredible&#8217;s IE CSS Issues</a> lists 5 of the most common problems, with solutions to each.</p>
<p><a href="http://www.wipeout44.com/brain_food/css_ie_bug_fixes.asp">IE CSS Bug Fixes</a> lists a few fixes for problems you may run across.</p>
<p><a href="http://www.ibloomstudios.com/articles/debugging_css_in_internet_explorer_-_part_1/">Debugging CSS in Internet Explorer</a> has some problem solving tips.</p>
<p><a href="http://css-tricks.com/ie-css-bugs-thatll-get-you-every-time/">IE CSS Bugs That&#8217;ll Get You Every Time</a> gives more tips for dealing with IE issues.</p>
<p>And finally, <a href="http://css-tricks.com/how-to-create-an-ie-only-stylesheet/">How To Create an IE Only Stylesheet</a> shows how to do just that.</p>
<p>That&#8217;s it!  Good luck on your quest to master CSS.</p>
<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_f1ba9b0a-9f8f-4e1c-9600-76ddf9d77ece"  WIDTH="500px" HEIGHT="175px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fchevysilve-20%2F8010%2Ff1ba9b0a-9f8f-4e1c-9600-76ddf9d77ece&#038;Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fchevysilve-20%2F8010%2Ff1ba9b0a-9f8f-4e1c-9600-76ddf9d77ece&#038;Operation=GetDisplayTemplate" id="Player_f1ba9b0a-9f8f-4e1c-9600-76ddf9d77ece" quality="high" bgcolor="#ffffff" name="Player_f1ba9b0a-9f8f-4e1c-9600-76ddf9d77ece" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="175px" width="500px"></embed></OBJECT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fchevysilve-20%2F8010%2Ff1ba9b0a-9f8f-4e1c-9600-76ddf9d77ece&#038;Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT><br />
<br />&nbsp;<br />&nbsp;</p>

        <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_xclick" />
    <input type="hidden" name="business" value="captkev@gmail.com" /><input type="hidden" name="item_name" value="Find this post ueseful? Consider adding to my coffee fund..." /><input type="hidden" name="currency_code" value="USD" /><span style="font-size:10.0pt"><strong> Find this post ueseful? Consider adding to my coffee fund...</strong></span><br /><br /><select id="amount" name="amount" class=""><option value="0">Help replenish my caffeine stores</option></select><br /><br /><strong> Your Email Address :</strong><input type="hidden" name="on0" value="Reference" /><br /><br /><input type="text" name="os0" maxlength="60" />
        <br /><br />
        <input type="hidden" name="no_shipping" value="2" />
        <input type="hidden" name="no_note" value="1" />
        <input type="hidden" name="mrb" value="3FWGC6LFTMTUG" />
        <input type="hidden" name="bn" value="IC_Sample" />
    <input type="hidden" name="return" value="http://www.webchicklet.com" /><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but11.gif" name="submit" alt="Make payments with payPal - it's fast, free and secure!" /></form>
<p>&copy;2012 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/css/taking-the-plunge-learning-css/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>How To Keep CSS Floated Blocks Independent Of One Another</title>
		<link>http://www.webchicklet.com/css/how-to-keep-css-floated-blocks-independent-of-one-another/</link>
		<comments>http://www.webchicklet.com/css/how-to-keep-css-floated-blocks-independent-of-one-another/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 09:53:40 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[beginner tips]]></category>
		<category><![CDATA[clear]]></category>
		<category><![CDATA[float]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=47</guid>
		<description><![CDATA[I often want to list items with an image that is floated to the left or right of a block of text, followed by another image floated to the left or right of its block of text, followed by another, and another. The problem is that unless there is enough text to equal or exceed [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I often want to list items with an image that is floated to the left or right of a block of text, followed by another image floated to the left or right of its block of text, followed by another, and another.  The problem is that unless there is enough text to equal or exceed the length of the image, the next block will begin under the text (rather than under the image), resulting in something that looks like this:</p>
<p><img src="http://www.webchicklet.com/wp-content/uploads/2008/07/withoutclear.png" alt="" title="without clear" class="alignnone size-full wp-image-20" height="244" width="500"><br />
<script type="text/javascript"><!--
google_ad_client = "pub-0393084972569655";
/* black text and images 336x280 */
google_ad_slot = "2925192938";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>What we want is something that looks like this instead:</p>
<p><img src="http://www.webchicklet.com/wp-content/uploads/2008/07/withclear.png" alt="" title="with clear" class="alignnone size-full wp-image-20" height="407" width="500"></p>
<p>In order to achieve this, a simple CSS class should be added that can then be applied to your &lt;br&gt; tag. (I&#8217;ve called this class .clear in the code below).  This class makes use of the <strong>CSS Clear</strong> property, and is very easy to use.</p>
<p>Let&#8217;s take a look at the code:</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0393084972569655";
/* black text and images 336x280 */
google_ad_slot = "2925192938";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><code><br />
&lt;html&gt;<br />
&lt;head&gt;<br />
&lt;title&gt;test&lt;/title&gt;<br />
&lt;style type="text/css" media="screen"&gt;<br />
.floatleft {<br />
  float: left;<br />
  margin: 0 5px 5px 0;<br />
}<br />
.clear {<br />
clear: both;<br />
}<br />
&lt;/style&gt;<br />
&lt;div style="width: 400px;"&gt;<br />
&lt;p&gt;&lt;img src="testpic.png" alt="" title="testpic" class="floatleft" height="314" width="155" /&gt; This is a test to figure out how to force new blocks to begin after the bottom of an image, and not after the bottom of the text.  Will play around with various scenarios. Placing each paragraph in its own div doesn't help.&lt;/p&gt;<br />
&lt;br class="clear" /&gt;<br />
&lt;p&gt;&lt;img src="testpic.png" alt="" title="testpic" class="floatleft" height="314" width="155" /&gt; This is a test to figure out how to force new blocks to begin after the bottom of an image, and not after the bottom of the text.  Will play around with various scenarios.&lt;/p&gt;<br />
&lt;br class="clear" /&gt;<br />
&lt;p&gt;&lt;img src="testpic.png" alt="" title="testpic" class="floatleft" height="314" width="155" /&gt; This is a test to figure out how to force new blocks to begin after the bottom of an image, and not after the bottom of the text.  Will play around with various scenarios.&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;/head&gt;<br />
&lt;/html&gt;<br />
</code><br />
<br class="clear"></p>
<p>Notice the .clear class?  Notice how we&#8217;ve then used it with each of the BR tags?  That&#8217;s all you need to do.  What it does is tell the browser to not allow any element to be floated either to the left or the right side of the element (essentially &#8220;clearing&#8221; the sides of an element of any other floating elements).</p>
<p>And just to make this look really &#8220;pretty&#8221;, I&#8217;ve added in a DIV tag with a width of 400, so you can see how it would look in a typical blog post.</p>
<p><img src="http://www.webchicklet.com/wp-content/uploads/2008/07/withcleardivwidth.png" alt="" title="with clear div width" class="alignnone size-full wp-image-20" height="774" width="415"></p>
<p><strong>So the next time you wonder why your floated images/text aren&#8217;t lining up vertically the way you expected, just remember to clear your floats!</strong> <img src='http://www.webchicklet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can get more information about the <a href="http://www.w3schools.com/css/pr_class_clear.asp">CSS Clear Property here</a>.</p>
<!--diggZ=none-->
<p>&copy;2012 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/css/how-to-keep-css-floated-blocks-independent-of-one-another/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>YAML Builder &#8211; Kickass CSS Site Building Tool</title>
		<link>http://www.webchicklet.com/css/yaml-builder-kickass-css-site-building-tool/</link>
		<comments>http://www.webchicklet.com/css/yaml-builder-kickass-css-site-building-tool/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 12:43:51 +0000</pubDate>
		<dc:creator>webchicklet</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[YAML]]></category>

		<guid isPermaLink="false">http://www.webchicklet.com/?p=8</guid>
		<description><![CDATA[I love CSS and I love creating new designs but I don&#8217;t love the starting process. Really, those first few steps of creating the structure of the CSS template just annoys me &#8211; and for lots and lots of people, it&#8217;s just plain hard to do. That&#8217;s why developers have been working on creating tools [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I love CSS and I love creating new designs but I don&#8217;t love the starting process.  Really, those first few steps of creating the structure of the CSS template just annoys me &#8211; and for lots and lots of people, it&#8217;s just plain hard to do.  That&#8217;s why developers have been working on creating tools to generate CSS layout frameworks for the past few years, and some have been more successful than others.  I hope to evaluate most of them, but today is focused on what I especially like &#8211; YAML Builder.</p>
<p><a href="http://builder.yaml.de/">YAML Builder</a> is described as a tool for visual development of CSS layouts, and the way it works is really sweet.  By simply making a few choices from the options presented, you can quickly create multi-column layouts in various widths and with choices of navigation options.  Below is a screenshot of what this looks like (image reduced in size to fit here):</p>
<p><img src="http://www.webchicklet.com/wp-content/uploads/2008/06/yaml.png" alt="" title="YAML CSS template generator tool" class="alignnone size-full wp-image-9" height="344" width="500"></p>
<p>The options tool sits on top of the generated layout, and as you make changes to the various options, the generated layout underneath immediately reflects the changes you made.  It&#8217;s fast and easy, taking all of the stress, hard work, and tedium out of the CSS template building process.  This enables you to immediately start playing with the fun parts of the design process&#8230;getting creative with colors and images.  Oh, and in case you were wondering, it creates flexible, accessible code that works even with IE5 and up.  </p>
<p>You can read more about YAML <a href="http://www.yaml.de/en/home.html">here</a> (in English), but the tool itself is so intuitive that there&#8217;s really very little need for instructions.  And that, for me, says a lot about why I love this tool so much.  </p>
<p>Is it free?  Well, maybe.  YAML has been licensed under <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution 2.0 License (CC-A 2.0)</a>, which means that it permits both the non-commercial and the commercial use of the framework, for free, on the condition that a backlink to the project homepage remains in the layout.  If, however, you wish to remove the backlink condition, you will need to pay for either a one-project license or a general multi-project license.  You can read more about these license conditions <a href="http://www.yaml.de/en/license/license-conditions.html">here</a>.</p>
<!--diggZ=none-->
<p>&copy;2012 <a href="http://www.webchicklet.com">WebChicklet | Just a Geek Girl</a>. All Rights Reserved.</p>.

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.webchicklet.com/css/yaml-builder-kickass-css-site-building-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

