<?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>CSS Concept &#187; Article</title>
	<atom:link href="http://www.cssconcept.com/category/article/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cssconcept.com</link>
	<description>CSS can be just that easy..</description>
	<lastBuildDate>Sat, 07 Jun 2008 13:07:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Size your Text in CSS</title>
		<link>http://www.cssconcept.com/css/size-your-text-in-css</link>
		<comments>http://www.cssconcept.com/css/size-your-text-in-css#comments</comments>
		<pubDate>Thu, 27 Mar 2008 06:44:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://cssconcept.com/css/size-your-text-in-css</guid>
		<description><![CDATA[  Web typography has started to be on a high level of interest over the last year, in many debates, articles, tutorials, and theory for more knowledges. Good theory needs control so the results to be precise in size and height. The problem is on the web, since the developer has the chance to [...]]]></description>
			<content:encoded><![CDATA[<p>  Web typography has started to be on a high level of interest over the last year, in many debates, articles, tutorials, and theory for more knowledges. Good theory needs control so the results to be precise in size and height. The problem is on the web, since the developer has the chance to control the design, and more its implication can change the image that the text will have on the web.</p>
<p>The following article, tries to put together designers needs for the accuracy, when it comes for resizing text on demand, needs that must be satisfied when it comes across browsers and platforms.</p>
<p><span id="more-274"></span></p>
<h2>Test suite</h2>
<p>The following text that we are using in the following article is a text based on a two column layout, having a body copy on the left and a side bar on the right. The format can be set at what ever you want, I choose Arial, because is better for adding consistency for operating system and platform.</p>
<p>The browser used if first Firefox 2 and Opera, than I.E 6, 7 having Windows XP with ClearType turned on. The list of the browsers is  not very complete but, I think that the majority use this. Each browser is being used and run with its default settings. So, each browser can be tested particular to see if it can accept different size of texts, medium, large, largest. ..because they are OK..on that..</p>
<h2>Text size in pixels &#8211; I</h2>
<p>We are using a default text size, so the base case will have a great starting point, but since most, developers, designers, clients, 16px can be large for a body text. So we are applying a size of 14, but you can apply what ever size you want, but the sidebar at 12px. Set the fonts in pixels :</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/03/2081.gif" title="2081.gif" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/03/2081.gif" alt="2081.gif" /></a></p>
<p>Mozila will resize the text, but IE 6 and &amp; don&#8217;t. By using the zoom tool you can resize it also in Opera and IE 7 and the page layout will be nicer.</p>
<h2><strong>Text size &#8211; II ems<br />
</strong></h2>
<p>We are all aware that browsers are different from pc to pc, and more or less, these browser stats are being sometimes wrong understand, so IE 6 remains the great browser in history.  When you are set up the pixels to your texts, then you will don&#8217;t have to resize it anymore. On IE 7 you need to resize the text, by using the zoom control .</p>
<p>Then the next step for resize is <strong>ems</strong>. This is real typographic form, that W3C  recommend. Using default 16px, the style must have the text size that you want :</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/03/2091.gif" title="2091.gif" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/03/2091.gif" alt="2091.gif" /></a></p>
<h2>Size the body in percentage</h2>
<p>When you are ready to resize your text for fixing it on IE 6, 7 try and use percentage. Very imporatant is to retain the ems  on the content.</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/03/210.gif" title="210.gif" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/03/210.gif" alt="210.gif" /></a></p>
<h3><strong>Set line height in pixels </strong></h3>
<p>Recent articles about web typography says that good typography are needing vertical grid, solid vertical rhythm that is obtain with a consistent, line-height. The line-height should be regardless by the size of the text.</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/03/211.gif" title="211.gif" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/03/211.gif" alt="211.gif" /></a></p>
<p>You will see that in your result 18px line-height is inherited by all the text on the page &#8211; the text bar has the same rhythm as the body copy.</p>
<h3><strong> Set the line heights in ems </strong></h3>
<p>In case that there are problems with pixels, turn to ems. When you make the same mathematic codes again..you  have the result..</p>
<p><a href="http://cssconcept.com/wp-content/uploads/2008/03/212.gif" title="212.gif" rel="lightbox"><img src="http://cssconcept.com/wp-content/uploads/2008/03/212.gif" alt="212.gif" /></a></p>
<p><strong>Conclusion</strong></p>
<p>The following tutorial was to find ways for re-sizing texts which can allow to developers to retain perfect control on typography, no making sacrifice when users are reading from their environment. On the various browsers that we can find on www, sizing text can be very hard sometime. The fallowing tutorial is a great tip that can be used in many practice for using and resizing text in CSS and satisfy also the readers and developers.</p>
<h2></h2>
<p><a href="http://alistapart.com/d/howtosizetextincss/ss-test-4.html"></a></p>
<h2></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.cssconcept.com/css/size-your-text-in-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn to work with CSS..</title>
		<link>http://www.cssconcept.com/css/learn-to-work-with-css</link>
		<comments>http://www.cssconcept.com/css/learn-to-work-with-css#comments</comments>
		<pubDate>Mon, 24 Mar 2008 19:57:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Article]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://cssconcept.com/css/learn-to-work-with-css</guid>
		<description><![CDATA[   When you are ready to start designing a web-page, you will see that is totally different from converting a into web-page. This article shows you how step by step some of the CSS tricks. For some of you, this are old news, but for the new ones this can be very dark [...]]]></description>
			<content:encoded><![CDATA[<p>   When you are ready to start designing a web-page, you will see that is totally different from converting a into web-page. This article shows you how step by step some of the CSS tricks. For some of you, this are old news, but for the new ones this can be very dark and difficult.</p>
<p>So, obvious this article is out of tables for you, is just debating CSS &#8216;history&#8217;. CSS for many is the only way of succeding on developing and in this high level professionalism that we see daily. You can get clear and standard codes, but also you can improve your page permanently, and apply changes.  CSS offers you more flexibility, but when or where it starts everything? We will provide some structure that you can start easily with..</p>
<p><span id="more-266"></span></p>
<h3> First you have to<strong> analyze and define areas/boxes/ID containers</strong></h3>
<p>When we start developing, we start analyze my design. We consider what to cut, and what not to. This is the part of converting the ID containers, the boxes/areas. Making a flashback, we can imagine how the design will show, the header, the navigation, left and right are where your content is. If you want make a draw on a paper, and imagine how it will look. The big areas are very important. Then divide the big area in smaller ones.</p>
<h3> <strong> Have your background defined</strong></h3>
<p>During the process of defining the boxes and areas, also an important thing is the background. Being in a position to use multiple types of backgrounds you are sometimes in difficulty to choose one, because more, it happens to be pattern, or it might contain a illustration picture. This depends on the type of the background that you decide to choose, the theme that you have, the background defines the style-sheet that you have,</p>
<p>So, to sum up this, each box and area represents your background.</p>
<h3>Web saving</h3>
<p>This is the way of saving your images, and here you have more options : gif, jpeg, png. So, on design it depends on what you need to change, then you will use png. images to upload.</p>
<h3><strong> Use CSS to built boxes</strong></h3>
<p>After you have finished our work and managed to save our images, its time to work with CSS and define the boxes. The name is very important for the boxes. For code, try and use comment ones so you can find their your way. I said that because the CSS code becomes very long, and you need to be focus on it. Now you can start your structure along, make the body tag, ID containers/boxes and text styles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cssconcept.com/css/learn-to-work-with-css/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
