<?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: Make a tooltip out of some columns in a table</title>
	<atom:link href="http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/feed/" rel="self" type="application/rss+xml" />
	<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/</link>
	<description>You have found Friendly Bit, a web development blog. I focus on client side technologies like CSS, HTML and Javascript. You find my articles below and categories to the right.</description>
	<pubDate>Sat, 17 May 2008 14:16:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Praveen</title>
		<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-14346</link>
		<dc:creator>Praveen</dc:creator>
		<pubDate>Tue, 16 Jan 2007 16:53:02 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-14346</guid>
		<description>I work on a project which generates some reports based on statistical data. These reports are usually bulkier ( about 500 rows with atleast 10 columns). I want to be able to set tooltip on each cell but dont want in the title attribute as it will increase the size of HTML. JavaScript way of getting all elements based on a class name and then setting the title attribute is also not ideal because it will make the user interaction slower. 

Is there any way to denote tooltips completly in CSS for table cells?</description>
		<content:encoded><![CDATA[<p>I work on a project which generates some reports based on statistical data. These reports are usually bulkier ( about 500 rows with atleast 10 columns). I want to be able to set tooltip on each cell but dont want in the title attribute as it will increase the size of HTML. JavaScript way of getting all elements based on a class name and then setting the title attribute is also not ideal because it will make the user interaction slower. </p>
<p>Is there any way to denote tooltips completly in CSS for table cells?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daluz.art.br &#187; Blog Archive &#187; Transfomando células de tabelas em Tooltips</title>
		<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-4595</link>
		<dc:creator>daluz.art.br &#187; Blog Archive &#187; Transfomando células de tabelas em Tooltips</dc:creator>
		<pubDate>Tue, 12 Sep 2006 17:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-4595</guid>
		<description>[...] http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/" rel="nofollow">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Jaskari</title>
		<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-208</link>
		<dc:creator>Tomi Jaskari</dc:creator>
		<pubDate>Mon, 20 Feb 2006 22:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-208</guid>
		<description>This doesn't work too nicely at Opera Browser. Picture is not cleared when you hover off.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work too nicely at Opera Browser. Picture is not cleared when you hover off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Project :: penkiblog &#187; 本日書籤 (偷懶版)</title>
		<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-102</link>
		<dc:creator>Project :: penkiblog &#187; 本日書籤 (偷懶版)</dc:creator>
		<pubDate>Sun, 29 Jan 2006 19:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-102</guid>
		<description>[...] http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/" rel="nofollow">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-65</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Fri, 20 Jan 2006 17:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-65</guid>
		<description>@Shailesh: I wouldn't dismiss tooltips that easiliy. You're absolutely right that one should be careful not not to hide important information in there, but that doesn't mean they're not helpful. Tooltips are good when your information is in two layers, one that works as an overview and one that's more specific. Instead of showing all the info at once, making the page cluttered you can chose this method of only showing the overview and show a little more info when the use hovers it. Or simpler: Showing too much info could be bad too.

Another place where tooltips are useful is when using the title attribute. Setting a title can give more info about a link just before the user decides to click it. Are you against title too?</description>
		<content:encoded><![CDATA[<p>@Shailesh: I wouldn&#8217;t dismiss tooltips that easiliy. You&#8217;re absolutely right that one should be careful not not to hide important information in there, but that doesn&#8217;t mean they&#8217;re not helpful. Tooltips are good when your information is in two layers, one that works as an overview and one that&#8217;s more specific. Instead of showing all the info at once, making the page cluttered you can chose this method of only showing the overview and show a little more info when the use hovers it. Or simpler: Showing too much info could be bad too.</p>
<p>Another place where tooltips are useful is when using the title attribute. Setting a title can give more info about a link just before the user decides to click it. Are you against title too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shailesh</title>
		<link>http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-64</link>
		<dc:creator>Shailesh</dc:creator>
		<pubDate>Fri, 20 Jan 2006 15:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/make-a-tooltip-out-of-some-columns-in-a-table/#comment-64</guid>
		<description>Yeah, this is a neat trick, but it is not user-friendly.  IMHO, tooltips in general are poor design elements.  The main problem is that there is no way the user will know that hovering over a particular part of the screen will show a tooltip.  Somebody out there is going to make the mistake of hiding information essential to understanding the content in the tooltip, and then they will wonder why people don't understand what they made.  At the same time as you design this tooltip mechanism, you need to think about how the user is going to know it exists.  After you think about that, you'll probably decide never to use tooltips.</description>
		<content:encoded><![CDATA[<p>Yeah, this is a neat trick, but it is not user-friendly.  IMHO, tooltips in general are poor design elements.  The main problem is that there is no way the user will know that hovering over a particular part of the screen will show a tooltip.  Somebody out there is going to make the mistake of hiding information essential to understanding the content in the tooltip, and then they will wonder why people don&#8217;t understand what they made.  At the same time as you design this tooltip mechanism, you need to think about how the user is going to know it exists.  After you think about that, you&#8217;ll probably decide never to use tooltips.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
