<?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: Easy CSS Drop Caps</title>
	<atom:link href="http://deanjrobinson.com/article/easy-css-drop-caps/feed/" rel="self" type="application/rss+xml" />
	<link>http://deanjrobinson.com/article/easy-css-drop-caps/</link>
	<description>pipe delimited life</description>
	<lastBuildDate>Thu, 18 Mar 2010 09:27:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: austin web designer</title>
		<link>http://deanjrobinson.com/article/easy-css-drop-caps/comment-page-1/#comment-101707</link>
		<dc:creator>austin web designer</dc:creator>
		<pubDate>Wed, 10 Feb 2010 22:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/article/easy-css-drop-caps/#comment-101707</guid>
		<description>thanks for the tutorial, with this now I know a new trick with css. Thanks</description>
		<content:encoded><![CDATA[<p>thanks for the tutorial, with this now I know a new trick with css.&nbsp;Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: staypuftman</title>
		<link>http://deanjrobinson.com/article/easy-css-drop-caps/comment-page-1/#comment-65340</link>
		<dc:creator>staypuftman</dc:creator>
		<pubDate>Sat, 17 Jan 2009 00:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/article/easy-css-drop-caps/#comment-65340</guid>
		<description>I find that I get radically different drop-caps results on this very page between safari 3.2, firefox 3 and IE7.  In safari, they are 2-3X as big as they are in firefox.  In IE7, they are again huge and set 1-2 lines below where they should be.  Each browser is seeing its own thing, much like they do with forms.

I dont know how you can call this an effective implementation.  I&#039;ve had the exact same problems with my drop caps and it has prevented me from using them.  Have you tested this implementation?</description>
		<content:encoded><![CDATA[<p>I find that I get radically different drop-caps results on this very page between safari 3.2, firefox 3 and <span class="caps">IE7</span>.  In safari, they are 2-3X as big as they are in firefox.  In <span class="caps">IE7</span>, they are again huge and set 1-2 lines below where they should be.  Each browser is seeing its own thing, much like they do with forms.</p>
<p>I dont know how you can call this an effective implementation.  I&#8217;ve had the exact same problems with my drop caps and it has prevented me from using them.  Have you tested this&nbsp;implementation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dean.j.robinson</title>
		<link>http://deanjrobinson.com/article/easy-css-drop-caps/comment-page-1/#comment-61955</link>
		<dc:creator>dean.j.robinson</dc:creator>
		<pubDate>Fri, 02 Jan 2009 12:27:21 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/article/easy-css-drop-caps/#comment-61955</guid>
		<description>That&#039;s done with the &lt;code&gt;:first-line&lt;/code&gt; style (last step above), for example the whole excerpt paragraph might have a font size of &quot;1em&quot;, and then you give the &lt;code&gt;p:first-line&lt;/code&gt; style a font size of something like &quot;1.3em&quot;, which will make it larger than the rest of the text in the paragraph - giving you two text styles in a single excerpt. Hope that makes sense.</description>
		<content:encoded><![CDATA[<p>That&#8217;s done with the <code>:first-line</code> style (last step above), for example the whole excerpt paragraph might have a font size of &#8220;1em&#8221;, and then you give the <code>p:first-line</code> style a font size of something like &#8220;1.3em&#8221;, which will make it larger than the rest of the text in the paragraph - giving you two text styles in a single excerpt. Hope that makes&nbsp;sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://deanjrobinson.com/article/easy-css-drop-caps/comment-page-1/#comment-61942</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/article/easy-css-drop-caps/#comment-61942</guid>
		<description>:first-line and :first-letter are handy, but I sometimes wonder why there isn&#039;t :first-word as well?</description>
		<content:encoded><![CDATA[<p>:first-line and :first-letter are handy, but I sometimes wonder why there isn&#8217;t :first-word as&nbsp;well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Jacob</title>
		<link>http://deanjrobinson.com/article/easy-css-drop-caps/comment-page-1/#comment-61941</link>
		<dc:creator>Ben Jacob</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/article/easy-css-drop-caps/#comment-61941</guid>
		<description>EDIT: Sorry not title, but excerpt.. you made two text style in single post excerpt.</description>
		<content:encoded><![CDATA[<p><span class="caps">EDIT</span>: Sorry not title, but excerpt.. you made two text style in single post&nbsp;excerpt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Jacob</title>
		<link>http://deanjrobinson.com/article/easy-css-drop-caps/comment-page-1/#comment-61940</link>
		<dc:creator>Ben Jacob</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://deanjrobinson.com/article/easy-css-drop-caps/#comment-61940</guid>
		<description>Nice, But How to do drop cap can be found in some other web sources too.. but can you say how you managed to change the size of the title in your blog post with WordPress ?

&quot;...actually a pretty simple and straight-forward process...&quot; It is small in size where as, &quot;...as I did with my latest redesign, is ...&quot; has a large text size.. can you say that trick ?</description>
		<content:encoded><![CDATA[<p>Nice, But How to do drop cap can be found in some other web sources too.. but can you say how you managed to change the size of the title in your blog post with WordPress ?</p>
<p>&#8220;&#8230;actually a pretty simple and straight-forward process&#8230;&#8221; It is small in size where as, &#8220;&#8230;as I did with my latest redesign, is &#8230;&#8221; has a large text size.. can you say that trick&nbsp;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
