<?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"
	>
<channel>
	<title>Comments on: Styling abbr with CSS</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/</link>
	<description>Ranting and Raving</description>
	<pubDate>Tue, 02 Dec 2008 20:17:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Joe Gakenheimer</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-303056</link>
		<dc:creator>Joe Gakenheimer</dc:creator>
		<pubDate>Thu, 06 Mar 2008 20:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-303056</guid>
		<description>Yes, "border-bottom: none;" does the trick; thanks for the solution.</description>
		<content:encoded><![CDATA[<p>Yes, &#8220;border-bottom: none;&#8221; does the trick; thanks for the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pauldwaite</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57824</link>
		<dc:creator>pauldwaite</dc:creator>
		<pubDate>Fri, 30 Mar 2007 23:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57824</guid>
		<description>Whoops: I didn't notice the "simple HTML allowed" note. Soz.</description>
		<content:encoded><![CDATA[<p>Whoops: I didn&#8217;t notice the &#8220;simple HTML allowed&#8221; note. Soz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pauldwaite</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57823</link>
		<dc:creator>pauldwaite</dc:creator>
		<pubDate>Fri, 30 Mar 2007 23:53:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57823</guid>
		<description>&#62; "you can also simple disable the border in Firefox with border-bottom: none"

Yup. That works in all browsers, for &#60;abbr&gt; and &#60;acronym&gt;. But, as Christof said, your users might appreciate knowing that acronyms and abbreviations have expansions, just like making links blues lets them know they're links.

IE 6 and earlier act as if &#60;abbr&gt; tags aren't there (they still show their content though). My version of Safari (2.0.4) doesn't do the dotted border by default on &#60;abbr&gt;, but it shows the tooltip just fine.</description>
		<content:encoded><![CDATA[<p>&gt; &#8220;you can also simple disable the border in Firefox with border-bottom: none&#8221;</p>
<p>Yup. That works in all browsers, for &lt;abbr> and &lt;acronym>. But, as Christof said, your users might appreciate knowing that acronyms and abbreviations have expansions, just like making links blues lets them know they&#8217;re links.</p>
<p>IE 6 and earlier act as if &lt;abbr> tags aren&#8217;t there (they still show their content though). My version of Safari (2.0.4) doesn&#8217;t do the dotted border by default on &lt;abbr>, but it shows the tooltip just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christof Höke</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57753</link>
		<dc:creator>Christof Höke</dc:creator>
		<pubDate>Fri, 30 Mar 2007 15:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57753</guid>
		<description>Using the acronym element with a title attribute works in Firefox and all IEs I have testet (7, 6, 5.5) (don't know about Safari though). Style it as you like, I normally use acronym {global.css (line 49)
border-bottom:1px dotted #666666; } to have it the same for all browsers but you can also simple disable the border in Firefox with border-bottom: none. Showing that there *is* an explanation at all is good style IMHO...</description>
		<content:encoded><![CDATA[<p>Using the acronym element with a title attribute works in Firefox and all IEs I have testet (7, 6, 5.5) (don&#8217;t know about Safari though). Style it as you like, I normally use acronym {global.css (line 49)<br />
border-bottom:1px dotted #666666; } to have it the same for all browsers but you can also simple disable the border in Firefox with border-bottom: none. Showing that there *is* an explanation at all is good style IMHO&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kirk</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57615</link>
		<dc:creator>Kirk</dc:creator>
		<pubDate>Thu, 29 Mar 2007 16:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57615</guid>
		<description>I get a solid line on Firefox 2.0.0.3 on the Win2003 platform.

Internet explorer 7 - does show the title text.</description>
		<content:encoded><![CDATA[<p>I get a solid line on Firefox 2.0.0.3 on the Win2003 platform.</p>
<p>Internet explorer 7 - does show the title text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Koberg</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57539</link>
		<dc:creator>Rob Koberg</dc:creator>
		<pubDate>Wed, 28 Mar 2007 21:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57539</guid>
		<description>Are you especially inquisitive lately (and a bit lazy), or is this some kind Tom Sawyer experiment?

:) Rob</description>
		<content:encoded><![CDATA[<p>Are you especially inquisitive lately (and a bit lazy), or is this some kind Tom Sawyer experiment?</p>
<p>:) Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Cowan</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57522</link>
		<dc:creator>John Cowan</dc:creator>
		<pubDate>Wed, 28 Mar 2007 18:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/03/28/styling-abbr-with-css/#comment-57522</guid>
		<description>I like the dotted lines, myself.</description>
		<content:encoded><![CDATA[<p>I like the dotted lines, myself.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
