<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for CSS Tutorial</title>
	<atom:link href="http://www.csstutorial.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstutorial.net</link>
	<description>CSS Tutorial</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Centering Text with CSS by admin</title>
		<link>http://www.csstutorial.net/2010/06/centering-text-with-css/comment-page-1/#comment-3498</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=881#comment-3498</guid>
		<description>Sure, just start with the basic tutorial:

http://www.csstutorial.net/css-intro/introductioncss-part1.php

Or you can take my basic web design course where I go into CSS basics in detail:

http://www.killervideostore.com/video-courses/web-design-1.php

Stef</description>
		<content:encoded><![CDATA[<p>Sure, just start with the basic tutorial:</p>
<p><a href="http://www.csstutorial.net/css-intro/introductioncss-part1.php" rel="nofollow">http://www.csstutorial.net/css-intro/introductioncss-part1.php</a></p>
<p>Or you can take my basic web design course where I go into CSS basics in detail:</p>
<p><a href="http://www.killervideostore.com/video-courses/web-design-1.php" rel="nofollow">http://www.killervideostore.com/video-courses/web-design-1.php</a></p>
<p>Stef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Centering Text with CSS by Dahlia</title>
		<link>http://www.csstutorial.net/2010/06/centering-text-with-css/comment-page-1/#comment-3497</link>
		<dc:creator>Dahlia</dc:creator>
		<pubDate>Tue, 24 Jan 2012 21:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=881#comment-3497</guid>
		<description>Is there also somewhere on this site where I can learn css jargon, because I don&#039;t understand half of what you&#039;re saying.</description>
		<content:encoded><![CDATA[<p>Is there also somewhere on this site where I can learn css jargon, because I don&#8217;t understand half of what you&#8217;re saying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Style a Horizontal Navigation Menu with CSS by admin</title>
		<link>http://www.csstutorial.net/2010/02/how-to-style-a-horizontal-navigation-menu-with-css/comment-page-1/#comment-3408</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 11 Jan 2012 14:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=488#comment-3408</guid>
		<description>@Elizabeth,

Thanks for the kind words. The best place to ask these questions is on the forum:

http://www.killersites.com/community/

Thanks!

Stef</description>
		<content:encoded><![CDATA[<p>@Elizabeth,</p>
<p>Thanks for the kind words. The best place to ask these questions is on the forum:</p>
<p><a href="http://www.killersites.com/community/" rel="nofollow">http://www.killersites.com/community/</a></p>
<p>Thanks!</p>
<p>Stef</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Style a Horizontal Navigation Menu with CSS by Elizabeth</title>
		<link>http://www.csstutorial.net/2010/02/how-to-style-a-horizontal-navigation-menu-with-css/comment-page-1/#comment-3388</link>
		<dc:creator>Elizabeth</dc:creator>
		<pubDate>Mon, 09 Jan 2012 19:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=488#comment-3388</guid>
		<description>As always, wonderful tutorials.

I would like to ask if you could create a css tutorial showing us what should be placed where, and why...let&#039;s say in a horizontal menu bar? The reason I ask is because, I am never sure of what the rules are. For example:

#navWrapper  {

}

#navMenu   {

}

#navMenu li  {

}

#navMenu li a  {

}

#navMenu li a hover  {

}

I am creating another site and trying to use a horizontal menu. I know how to make the display: inline; I know color: FFF; is white, but do I have to put that in every section? Only in the wrapper area or only in the-- li or --li a or only in the --li a hover? ARGH. So as another example from what I understand is that the li, and li a, would they have the same selector: properties?

#navWrapper  {
width: 500px;
height: 100px;

}

#navMenu   {
width: 500px;
height: 100px;
}

#navMenu li  {
width: 500px;
height: 100px;
}

#navMenu li a  {
width: 500px;
height: 100px;
}

#navMenu li a hover  {
width: 500px;
height: 100px;
}

What I need to know is what should go into each { } and why??? 

So here would be a typical code I would try to use, and I add thing and take things away and have to look at it constantly because I don&#039;t know where everything (rules of it) should go, and what SHOULD NOT go there. Does that make sense??? I hope so. Thanks again.</description>
		<content:encoded><![CDATA[<p>As always, wonderful tutorials.</p>
<p>I would like to ask if you could create a css tutorial showing us what should be placed where, and why&#8230;let&#8217;s say in a horizontal menu bar? The reason I ask is because, I am never sure of what the rules are. For example:</p>
<p>#navWrapper  {</p>
<p>}</p>
<p>#navMenu   {</p>
<p>}</p>
<p>#navMenu li  {</p>
<p>}</p>
<p>#navMenu li a  {</p>
<p>}</p>
<p>#navMenu li a hover  {</p>
<p>}</p>
<p>I am creating another site and trying to use a horizontal menu. I know how to make the display: inline; I know color: FFF; is white, but do I have to put that in every section? Only in the wrapper area or only in the&#8211; li or &#8211;li a or only in the &#8211;li a hover? ARGH. So as another example from what I understand is that the li, and li a, would they have the same selector: properties?</p>
<p>#navWrapper  {<br />
width: 500px;<br />
height: 100px;</p>
<p>}</p>
<p>#navMenu   {<br />
width: 500px;<br />
height: 100px;<br />
}</p>
<p>#navMenu li  {<br />
width: 500px;<br />
height: 100px;<br />
}</p>
<p>#navMenu li a  {<br />
width: 500px;<br />
height: 100px;<br />
}</p>
<p>#navMenu li a hover  {<br />
width: 500px;<br />
height: 100px;<br />
}</p>
<p>What I need to know is what should go into each { } and why??? </p>
<p>So here would be a typical code I would try to use, and I add thing and take things away and have to look at it constantly because I don&#8217;t know where everything (rules of it) should go, and what SHOULD NOT go there. Does that make sense??? I hope so. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding more than one Background Image with CSS by Brian McPherson</title>
		<link>http://www.csstutorial.net/2010/05/multiple-background-images-with-css/comment-page-1/#comment-2958</link>
		<dc:creator>Brian McPherson</dc:creator>
		<pubDate>Sat, 19 Nov 2011 22:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=655#comment-2958</guid>
		<description>Davy, I use apDIv for everything on a web sity. Just do your header with the background color you want. Then do apDiv, size it just a little more then the Logo and put that Logo in side the Div. Make sure your use  absolute for position and your can more that Logo anywhere you want, Make to check it that it does not overlay any other element.</description>
		<content:encoded><![CDATA[<p>Davy, I use apDIv for everything on a web sity. Just do your header with the background color you want. Then do apDiv, size it just a little more then the Logo and put that Logo in side the Div. Make sure your use  absolute for position and your can more that Logo anywhere you want, Make to check it that it does not overlay any other element.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a basic, 2-column, center-aligned fixed width layout with CSS by Nathan Schobert</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-2735</link>
		<dc:creator>Nathan Schobert</dc:creator>
		<pubDate>Tue, 25 Oct 2011 19:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-2735</guid>
		<description>I&#039;ve been trying to make a simple two column layout for some time now, but I could never get the thing to center, what with the floats and fluid containers. I didn&#039;t want to use absolute sizes because now if I change the padding, margins, or borders on the two columns, I have to readjust the sizes. Minor inconvenience I suppose, at least I finally have something workable. Thank you :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to make a simple two column layout for some time now, but I could never get the thing to center, what with the floats and fluid containers. I didn&#8217;t want to use absolute sizes because now if I change the padding, margins, or borders on the two columns, I have to readjust the sizes. Minor inconvenience I suppose, at least I finally have something workable. Thank you <img src='http://www.csstutorial.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Centering Text with CSS by Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/06/centering-text-with-css/comment-page-1/#comment-2713</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Sun, 23 Oct 2011 12:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=881#comment-2713</guid>
		<description>It works in IE versions 6 and up. If you&#039;re still on 5, it&#039;s time to upgrade. If you absolutely have to make it work for &lt;6, center a wrapper. 

If the IE version is not the issue, you have some other error. Post your question along with a link to the page, or at the very least copy and paste your css and the html in the Killersites Forum: http://www.killersites.com/community/index.php?/forum/10-css/</description>
		<content:encoded><![CDATA[<p>It works in IE versions 6 and up. If you&#8217;re still on 5, it&#8217;s time to upgrade. If you absolutely have to make it work for &lt;6, center a wrapper. </p>
<p>If the IE version is not the issue, you have some other error. Post your question along with a link to the page, or at the very least copy and paste your css and the html in the Killersites Forum: <a href="http://www.killersites.com/community/index.php?/forum/10-css/" rel="nofollow">http://www.killersites.com/community/index.php?/forum/10-css/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Centering Text with CSS by Web Design in Dehradun</title>
		<link>http://www.csstutorial.net/2010/06/centering-text-with-css/comment-page-1/#comment-2712</link>
		<dc:creator>Web Design in Dehradun</dc:creator>
		<pubDate>Sun, 23 Oct 2011 06:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=881#comment-2712</guid>
		<description>if i use 
div {
width: 100px; /*whatever the width of your paragraph is*/
margin: 0 auto;
}
for my website it does not work in internet explorer why?</description>
		<content:encoded><![CDATA[<p>if i use<br />
div {<br />
width: 100px; /*whatever the width of your paragraph is*/<br />
margin: 0 auto;<br />
}<br />
for my website it does not work in internet explorer why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Centering Text with CSS by Yuvarajpadhyaya</title>
		<link>http://www.csstutorial.net/2010/06/centering-text-with-css/comment-page-1/#comment-2520</link>
		<dc:creator>Yuvarajpadhyaya</dc:creator>
		<pubDate>Sat, 24 Sep 2011 06:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=881#comment-2520</guid>
		<description>Thank u for creating such useful website...:)</description>
		<content:encoded><![CDATA[<p>Thank u for creating such useful website&#8230;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Styling iframes with CSS by Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/06/styling-iframes-with-css/comment-page-1/#comment-2362</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Mon, 29 Aug 2011 09:58:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=746#comment-2362</guid>
		<description>There are frames and there are iframes. The post only says frames are dead - HOWEVER ... Iframes have a different reason and purpose, and there&#039;s nothing wrong with using them. Besides, I wouldn&#039;t tell you something should NOT be used and then tell you how to do it.</description>
		<content:encoded><![CDATA[<p>There are frames and there are iframes. The post only says frames are dead &#8211; HOWEVER &#8230; Iframes have a different reason and purpose, and there&#8217;s nothing wrong with using them. Besides, I wouldn&#8217;t tell you something should NOT be used and then tell you how to do it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

