<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Q&amp;A 1: Answers To Your CSS Questions</title>
	<atom:link href="http://www.vanseodesign.com/css/css-qa-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vanseodesign.com/css/css-qa-1/</link>
	<description>Helping you build search engine friendly websites</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:03:01 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-140098</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Tue, 27 Sep 2011 05:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-140098</guid>
		<description>It works in IE. You need to make sure to specify the width of the element you&#039;re centering and you also need to use a proper doctype. If you&#039;ve done both margin: 0 auto will center elements perfectly fine in IE.</description>
		<content:encoded><![CDATA[<p>It works in IE. You need to make sure to specify the width of the element you&#8217;re centering and you also need to use a proper doctype. If you&#8217;ve done both margin: 0 auto will center elements perfectly fine in IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerelt Od</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-140088</link>
		<dc:creator>Gerelt Od</dc:creator>
		<pubDate>Tue, 27 Sep 2011 04:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-140088</guid>
		<description>Remember, margin: 0px auto don&#039;t work on IE. For IE you should add text-align: center on outer element. Complex code for you case is
body {text-align: center}
#wrapper {text-align: left; margin: 0px auto}</description>
		<content:encoded><![CDATA[<p>Remember, margin: 0px auto don&#8217;t work on IE. For IE you should add text-align: center on outer element. Complex code for you case is<br />
body {text-align: center}<br />
#wrapper {text-align: left; margin: 0px auto}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-37792</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Sat, 26 Sep 2009 04:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-37792</guid>
		<description>Thanks for letting me know Linda. Looks like I left a quote in the wrong place and all the links were broken. They should be working now.</description>
		<content:encoded><![CDATA[<p>Thanks for letting me know Linda. Looks like I left a quote in the wrong place and all the links were broken. They should be working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linda</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-37789</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Sat, 26 Sep 2009 04:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-37789</guid>
		<description>All of the links above seem to point to this same page.
    * CSS3.info
    * CSS3 Previews
    * CSS3 Current Work
    * Rijk’s Panelizer
    * CSS 3 Roadmap
    * Browser Support
Linda</description>
		<content:encoded><![CDATA[<p>All of the links above seem to point to this same page.<br />
    * CSS3.info<br />
    * CSS3 Previews<br />
    * CSS3 Current Work<br />
    * Rijk’s Panelizer<br />
    * CSS 3 Roadmap<br />
    * Browser Support<br />
Linda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-24067</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Wed, 25 Mar 2009 07:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-24067</guid>
		<description>Glad to share Mike. I think you&#039;ll like Eric Meyer&#039;s books then. I hope so at least. I worked through the one book over a few days. I started with the code he provided and did type in all the changes and a week later I was developing sites in css.</description>
		<content:encoded><![CDATA[<p>Glad to share Mike. I think you&#8217;ll like Eric Meyer&#8217;s books then. I hope so at least. I worked through the one book over a few days. I started with the code he provided and did type in all the changes and a week later I was developing sites in css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Wilton</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-24058</link>
		<dc:creator>Mike Wilton</dc:creator>
		<pubDate>Wed, 25 Mar 2009 05:20:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-24058</guid>
		<description>Steven, Thanks so much for sharing the resources.  I&#039;ll definitely be looking into those books.  The problem I was having was that so many of the books and resources I found explained what CSS was and not really how to use it.</description>
		<content:encoded><![CDATA[<p>Steven, Thanks so much for sharing the resources.  I&#8217;ll definitely be looking into those books.  The problem I was having was that so many of the books and resources I found explained what CSS was and not really how to use it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-23904</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Mon, 23 Mar 2009 21:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-23904</guid>
		<description>Bryan, It&#039;s really up to the browsers to do what the standard says to do. I don&#039;t think any browsers are ready yet for the spec and again the spec isn&#039;t even finished. For example I don&#039;t think any will honor border-radius yet, but WebKit based browsers support -webkit-border-radius and Mozilla based browsers support -moz-border-radius.

I&#039;m with you on wanting to use css3 now, but we&#039;re still going to have to wait for browsers to adopt it. For now we&#039;ll have to use progressive enhancements for some browsers. By the way you can use JavaScript to created rounded borders. I&#039;ve used jQuery for it in the past. Maybe I&#039;ll see about writing a post on how.</description>
		<content:encoded><![CDATA[<p>Bryan, It&#8217;s really up to the browsers to do what the standard says to do. I don&#8217;t think any browsers are ready yet for the spec and again the spec isn&#8217;t even finished. For example I don&#8217;t think any will honor border-radius yet, but WebKit based browsers support -webkit-border-radius and Mozilla based browsers support -moz-border-radius.</p>
<p>I&#8217;m with you on wanting to use css3 now, but we&#8217;re still going to have to wait for browsers to adopt it. For now we&#8217;ll have to use progressive enhancements for some browsers. By the way you can use JavaScript to created rounded borders. I&#8217;ve used jQuery for it in the past. Maybe I&#8217;ll see about writing a post on how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan P.</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-23891</link>
		<dc:creator>Bryan P.</dc:creator>
		<pubDate>Mon, 23 Mar 2009 17:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-23891</guid>
		<description>Well, if I can continue with the CSS3 theme.

Has the coding be finalized? Ive taken a swing at doing it and think, it takes alot of steps to make something like rounded boxes. Or shadows.</description>
		<content:encoded><![CDATA[<p>Well, if I can continue with the CSS3 theme.</p>
<p>Has the coding be finalized? Ive taken a swing at doing it and think, it takes alot of steps to make something like rounded boxes. Or shadows.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Bradley</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-23727</link>
		<dc:creator>Steven Bradley</dc:creator>
		<pubDate>Sun, 22 Mar 2009 01:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-23727</guid>
		<description>Thanks Steve. When you&#039;re used to tables, css can be a bit to get used to. You may really like the Eric Meyer books. He starts with a page developed with a table and little by little turns it into an all css page. It really helps show you the css frame of mind.</description>
		<content:encoded><![CDATA[<p>Thanks Steve. When you&#8217;re used to tables, css can be a bit to get used to. You may really like the Eric Meyer books. He starts with a page developed with a table and little by little turns it into an all css page. It really helps show you the css frame of mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve DeVries</title>
		<link>http://www.vanseodesign.com/css/css-qa-1/comment-page-1/#comment-23661</link>
		<dc:creator>Steve DeVries</dc:creator>
		<pubDate>Fri, 20 Mar 2009 23:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.vanseodesign.com/blog/?p=548#comment-23661</guid>
		<description>GREAT resources.  I really appreciate the post.  It&#039;s not easy being old-school (tables) and moving to CSS.</description>
		<content:encoded><![CDATA[<p>GREAT resources.  I really appreciate the post.  It&#8217;s not easy being old-school (tables) and moving to CSS.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

