<?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: Wordpress 2.7 Comments &#8211; Style Starter #2</title>
	<atom:link href="http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/</link>
	<description>This is the personal site/blog/experiment of Chris Harrison, a web designer living, working and playing in Augusta, GA.</description>
	<lastBuildDate>Thu, 11 Mar 2010 18:38:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Konya Nakliyat</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-14698</link>
		<dc:creator>Konya Nakliyat</dc:creator>
		<pubDate>Fri, 31 Jul 2009 16:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-14698</guid>
		<description>It seems to me this is not working correctly with IE6…..</description>
		<content:encoded><![CDATA[<p>It seems to me this is not working correctly with IE6…..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-13892</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Sun, 03 May 2009 13:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-13892</guid>
		<description>Just want to say thanks for posting this info. You saved me a lot of hard work ;)</description>
		<content:encoded><![CDATA[<p>Just want to say thanks for posting this info. You saved me a lot of hard work ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-13837</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 27 Mar 2009 03:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-13837</guid>
		<description>Thank you for making this code available. It&#039;s helping me get a handle on the comments feature in wordpress 2.7 and how to style them. Now, I just need to tweak the code to work with my site.  Thanks for the start!</description>
		<content:encoded><![CDATA[<p>Thank you for making this code available. It&#8217;s helping me get a handle on the comments feature in wordpress 2.7 and how to style them. Now, I just need to tweak the code to work with my site.  Thanks for the start!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camino</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-13773</link>
		<dc:creator>Camino</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-13773</guid>
		<description>Hi, whats the plugin that you&#039;re using to reply with ajax? And what&#039;s the plugin that you&#039;re using to the &quot;notify me of followup comments via e-mail&quot;.

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi, whats the plugin that you&#8217;re using to reply with ajax? And what&#8217;s the plugin that you&#8217;re using to the &#8220;notify me of followup comments via e-mail&#8221;.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kalle Kniivilä</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12841</link>
		<dc:creator>Kalle Kniivilä</dc:creator>
		<pubDate>Sat, 03 Jan 2009 16:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12841</guid>
		<description>For an inline reply box you need to add this:

if ( is_singular() ) wp_enqueue_script( &#039;comment-reply&#039; );

to your header.php immediately before the call to wp_head():

Read more in &lt;a href=&quot;http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display&quot; rel=&quot;nofollow&quot;&gt;Codex&lt;/a&gt;

Thanks for comment styling help, I am now using your code on my site. However, I have got a problem with child comments getting an unwanted &quot;&gt;&gt;&quot; prefix. I haven&#039;t yet figured out how to prevent this part of my style.css

.entry ul li:before{ content: &quot;0BB 020&quot;; }

from affecting the comment list. I am beginning to suspect that line shouldn&#039;t be in the style sheet at all, but if I removed it, I would need to restyle all my unordered lists, so I&#039;d prefer to find a way to just keep it away from my comment childs. But how?</description>
		<content:encoded><![CDATA[<p>For an inline reply box you need to add this:</p>
<p>if ( is_singular() ) wp_enqueue_script( &#8216;comment-reply&#8217; );</p>
<p>to your header.php immediately before the call to wp_head():</p>
<p>Read more in <a href="http://codex.wordpress.org/Migrating_Plugins_and_Themes_to_2.7/Enhanced_Comment_Display" rel="nofollow">Codex</a></p>
<p>Thanks for comment styling help, I am now using your code on my site. However, I have got a problem with child comments getting an unwanted &#8220;&gt;&gt;&#8221; prefix. I haven&#8217;t yet figured out how to prevent this part of my style.css</p>
<p>.entry ul li:before{ content: &#8220;0BB 020&#8243;; }</p>
<p>from affecting the comment list. I am beginning to suspect that line shouldn&#8217;t be in the style sheet at all, but if I removed it, I would need to restyle all my unordered lists, so I&#8217;d prefer to find a way to just keep it away from my comment childs. But how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12630</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 16 Dec 2008 15:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12630</guid>
		<description>I just wanted to say &quot;woot&quot; because my name is in your post :D</description>
		<content:encoded><![CDATA[<p>I just wanted to say &#8220;woot&#8221; because my name is in your post :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baal666</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12626</link>
		<dc:creator>baal666</dc:creator>
		<pubDate>Mon, 15 Dec 2008 17:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12626</guid>
		<description>Wow now that&#039;s an easy solution.  I simply added &quot;height:1%&quot;  and it works fine with IE6 now.  

I hope IE6 will be soon dead.  I can&#039;t believe about 25% of my visitors still use that crap.  Well, anyway, got to deal with that, and now it is working fine!

Thanks!</description>
		<content:encoded><![CDATA[<p>Wow now that&#8217;s an easy solution.  I simply added &#8220;height:1%&#8221;  and it works fine with IE6 now.  </p>
<p>I hope IE6 will be soon dead.  I can&#8217;t believe about 25% of my visitors still use that crap.  Well, anyway, got to deal with that, and now it is working fine!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SiriusBuzz.com</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12623</link>
		<dc:creator>SiriusBuzz.com</dc:creator>
		<pubDate>Sun, 14 Dec 2008 05:36:18 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12623</guid>
		<description>No one want to see IE6 go away more then me.

That being said, people still use it, so I cater. If the issue you were having was with the avatars not being positioned correctly it is because of the problem IE6 has with absolute positioning. The relative element needs some kind of width or height.

ul.commentlist li { border:1px solid #ddd; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; height:1%; }

Note how I added the 1% height to the end.</description>
		<content:encoded><![CDATA[<p>No one want to see IE6 go away more then me.</p>
<p>That being said, people still use it, so I cater. If the issue you were having was with the avatars not being positioned correctly it is because of the problem IE6 has with absolute positioning. The relative element needs some kind of width or height.</p>
<p>ul.commentlist li { border:1px solid #ddd; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; height:1%; }</p>
<p>Note how I added the 1% height to the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baal666</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12622</link>
		<dc:creator>baal666</dc:creator>
		<pubDate>Sat, 13 Dec 2008 13:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12622</guid>
		<description>I am not sure how to do this.  The first bypostauthor defines the background color, but for some reason it does not do it  with replies; this is why I tried to set &quot;ol.commentlist li ul.children li.bypostauthor {background: #xxxxx}  &quot;  but it didn&#039;t work either.   Any idea?  Otto&#039;s solution seems more complicated, or maybe I missed his point, which is also a possibility.</description>
		<content:encoded><![CDATA[<p>I am not sure how to do this.  The first bypostauthor defines the background color, but for some reason it does not do it  with replies; this is why I tried to set &#8220;ol.commentlist li ul.children li.bypostauthor {background: #xxxxx}  &#8221;  but it didn&#8217;t work either.   Any idea?  Otto&#8217;s solution seems more complicated, or maybe I missed his point, which is also a possibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woudloper</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12621</link>
		<dc:creator>Woudloper</dc:creator>
		<pubDate>Sat, 13 Dec 2008 07:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12621</guid>
		<description>Maybe delete some of the bypostauthor style, because I see you now have 3 of these elements defines in your stylesheet.

Furthermore you can also take a look at &lt;a href=&quot;http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/&quot; rel=&quot;nofollow&quot;&gt;Otto&#039;s solution&lt;/a&gt; as he also describes some more style elements (like: byuser, comment-author-authorname, etc.) that can be used.</description>
		<content:encoded><![CDATA[<p>Maybe delete some of the bypostauthor style, because I see you now have 3 of these elements defines in your stylesheet.</p>
<p>Furthermore you can also take a look at <a href="http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/" rel="nofollow">Otto&#8217;s solution</a> as he also describes some more style elements (like: byuser, comment-author-authorname, etc.) that can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baal666</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12620</link>
		<dc:creator>baal666</dc:creator>
		<pubDate>Sat, 13 Dec 2008 03:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12620</guid>
		<description>Another question Chris (sorry for all the questions).

I was able to use bypostauthor to set the background color, but it only works in the main comments panel; when I reply, the color is not there.  Do you know how to arrange this?

Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Another question Chris (sorry for all the questions).</p>
<p>I was able to use bypostauthor to set the background color, but it only works in the main comments panel; when I reply, the color is not there.  Do you know how to arrange this?</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baal666</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12619</link>
		<dc:creator>baal666</dc:creator>
		<pubDate>Fri, 12 Dec 2008 14:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12619</guid>
		<description>Yeah! It works well for me now!  :)

Tell me, cdharrison, how do you modify your template colors?  I tried to modify the CSS, but without success (as I said on Wordpress forum, I am not an expert).. How would you modify the color of the &quot;reply&quot; button?

Thanks</description>
		<content:encoded><![CDATA[<p>Yeah! It works well for me now!  :)</p>
<p>Tell me, cdharrison, how do you modify your template colors?  I tried to modify the CSS, but without success (as I said on Wordpress forum, I am not an expert).. How would you modify the color of the &#8220;reply&#8221; button?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: baal666</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12618</link>
		<dc:creator>baal666</dc:creator>
		<pubDate>Fri, 12 Dec 2008 14:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12618</guid>
		<description>What would be nice would be to use Otto solution for the reply appearing right below the comment AND cdharrison easy-to-use CSS...  If anyone know how to do this, it&#039;s a go for me! :)</description>
		<content:encoded><![CDATA[<p>What would be nice would be to use Otto solution for the reply appearing right below the comment AND cdharrison easy-to-use CSS&#8230;  If anyone know how to do this, it&#8217;s a go for me! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Harrison</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12617</link>
		<dc:creator>Chris Harrison</dc:creator>
		<pubDate>Fri, 12 Dec 2008 12:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12617</guid>
		<description>I definitely need to look into &lt;a href=&quot;http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/&quot; rel=&quot;nofollow&quot;&gt;Otto&#039;s solution&lt;/a&gt;. What I&#039;ve done assumes one would just use what is provided with the new Default theme that comes with Wordpress 2.7. (I copied it over to my own theme and then stylized it...) An inline comment reply form would definitely be a better solution in the long run.

Glad my overview of the style elements will come in handy! I figured if it was something I found useful, others might be able to use it as well...</description>
		<content:encoded><![CDATA[<p>I definitely need to look into <a href="http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/" rel="nofollow">Otto&#8217;s solution</a>. What I&#8217;ve done assumes one would just use what is provided with the new Default theme that comes with Wordpress 2.7. (I copied it over to my own theme and then stylized it&#8230;) An inline comment reply form would definitely be a better solution in the long run.</p>
<p>Glad my overview of the style elements will come in handy! I figured if it was something I found useful, others might be able to use it as well&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woudloper</title>
		<link>http://cdharrison.com/2008/12/10/wordpress-27-comments-style-starter-2/#comment-12616</link>
		<dc:creator>Woudloper</dc:creator>
		<pubDate>Fri, 12 Dec 2008 12:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://cdharrison.com/?p=1941#comment-12616</guid>
		<description>Indeed, that&#039;s the way it is working. When you are implementing &lt;a href=&quot;http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/&quot; rel=&quot;nofollow&quot;&gt;the solution&lt;/a&gt; as Otto describes it on his blog, the comment section will move just below the comment you are replying to.

Otto explains it in very detail how this works. Just try to reply to a comment on his site and you will see what I mean. 

Furthermore, thanx for the style elements overview. This way I can use this to port the old Blix theme to a wordpress 2.7 compatible version.</description>
		<content:encoded><![CDATA[<p>Indeed, that&#8217;s the way it is working. When you are implementing <a href="http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/" rel="nofollow">the solution</a> as Otto describes it on his blog, the comment section will move just below the comment you are replying to.</p>
<p>Otto explains it in very detail how this works. Just try to reply to a comment on his site and you will see what I mean. </p>
<p>Furthermore, thanx for the style elements overview. This way I can use this to port the old Blix theme to a wordpress 2.7 compatible version.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
