<?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: Table showcase site</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<pubDate>Thu, 20 Nov 2008 12:29:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64064</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Sat, 01 Mar 2008 11:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64064</guid>
		<description>@Dan: Yes that's right. You simply need to set a class on the tr onmouseover.

There's a script here, to give you an idea of how it's done: http://www.htmldog.com/articles/suckerfish/dropdowns/</description>
		<content:encoded><![CDATA[<p>@Dan: Yes that&#8217;s right. You simply need to set a class on the tr onmouseover.</p>
<p>There&#8217;s a script here, to give you an idea of how it&#8217;s done: <a href="http://www.htmldog.com/articles/suckerfish/dropdowns/" rel="nofollow">http://www.htmldog.com/articles/suckerfish/dropdowns/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64061</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Fri, 29 Feb 2008 16:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64061</guid>
		<description>@Stuart: thanks. is there any way to use the javascript hover function you had shown above to only use TR's that have class="hover" or something like that. Wouldn't doing that fix the problem?</description>
		<content:encoded><![CDATA[<p>@Stuart: thanks. is there any way to use the javascript hover function you had shown above to only use TR&#8217;s that have class=&#8221;hover&#8221; or something like that. Wouldn&#8217;t doing that fix the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64053</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Thu, 28 Feb 2008 09:18:10 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64053</guid>
		<description>@Dan: the hover pseudo-class is not supported in IE versions prior to 7 on anything other than anchor elements (a). 

To replicate the hover you would have to use javascript to set an additional class on mouseover. However you could also look at it from the perspective that if someone chooses to use IE they will miss out on that specific enhancement.</description>
		<content:encoded><![CDATA[<p>@Dan: the hover pseudo-class is not supported in IE versions prior to 7 on anything other than anchor elements (a). </p>
<p>To replicate the hover you would have to use javascript to set an additional class on mouseover. However you could also look at it from the perspective that if someone chooses to use IE they will miss out on that specific enhancement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64048</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 27 Feb 2008 19:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64048</guid>
		<description>more specifically speaking, the hover function is the only function that does not work</description>
		<content:encoded><![CDATA[<p>more specifically speaking, the hover function is the only function that does not work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64047</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 27 Feb 2008 19:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-64047</guid>
		<description>using the above fix for IE rendering, how would I make it so that I can have two data tables with different styles? eg. one is 'normal' (without css) the other is 'grey suits you sir'. I've tried giving all td/tr's in the grey suits you a class name in the html code and the same in the CSS. Though I'm not sure how to give a class name to something such as "thead th", "tbody tr td", "tbody tr:hover", "tbody tr.hoverfix td". Giving class names to all else it doesn't seem to fix it the problem of grey's CSS code being applied to the table that I want to look normal, would that be the javascript that is interfering? Could you provide an example?</description>
		<content:encoded><![CDATA[<p>using the above fix for IE rendering, how would I make it so that I can have two data tables with different styles? eg. one is &#8216;normal&#8217; (without css) the other is &#8216;grey suits you sir&#8217;. I&#8217;ve tried giving all td/tr&#8217;s in the grey suits you a class name in the html code and the same in the CSS. Though I&#8217;m not sure how to give a class name to something such as &#8220;thead th&#8221;, &#8220;tbody tr td&#8221;, &#8220;tbody tr:hover&#8221;, &#8220;tbody tr.hoverfix td&#8221;. Giving class names to all else it doesn&#8217;t seem to fix it the problem of grey&#8217;s CSS code being applied to the table that I want to look normal, would that be the javascript that is interfering? Could you provide an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scheiro</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-60344</link>
		<dc:creator>Scheiro</dc:creator>
		<pubDate>Sun, 16 Sep 2007 19:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-60344</guid>
		<description>Thanks Stuart for tables ! CCS works fine and the design of the tables looks very nice.</description>
		<content:encoded><![CDATA[<p>Thanks Stuart for tables ! CCS works fine and the design of the tables looks very nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-6063</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 05 Jul 2006 23:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-6063</guid>
		<description>Thank you very much for your explanation, and indeed, thank you for the time you took to do an example for me.

I'm certainly no web-design expert, but I help out on other topics where I can.

Thanks again for your work and your time.

Paul.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your explanation, and indeed, thank you for the time you took to do an example for me.</p>
<p>I&#8217;m certainly no web-design expert, but I help out on other topics where I can.</p>
<p>Thanks again for your work and your time.</p>
<p>Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Colville</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-6056</link>
		<dc:creator>Stuart Colville</dc:creator>
		<pubDate>Wed, 05 Jul 2006 21:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-6056</guid>
		<description>The font-size issue is caused by not having specified a Doctype. As a result the page is being rendered in Quirksmode. 

See http://muffinresearch.co.uk/code/xhtmlandcss/tabletest/ I've duplicated what you've done with a valid doctype and the font-size rendering in IE and Firefox are now the same. 

The :hover pseudo protocol doesn't work in IE for anything other than links (the a element). Because of this to get the hover effect working in IE you would need to use a touch of DOM scripting to replicate the same effect.

I've added an example of how this is done on the same link I mentioned above. Basically the javascript loops through all of the TRs on the page and when the mouse enters the TR a class of hoverfix is added to the TR. When the mouse leaves the TR the same class is removed. The class hoverfix is added into the CSS to use the same rules as all the browsers that support :hover.

Hope this answers your questions.</description>
		<content:encoded><![CDATA[<p>The font-size issue is caused by not having specified a Doctype. As a result the page is being rendered in Quirksmode. </p>
<p>See <a href="http://muffinresearch.co.uk/code/xhtmlandcss/tabletest/" rel="nofollow">http://muffinresearch.co.uk/code/xhtmlandcss/tabletest/</a> I&#8217;ve duplicated what you&#8217;ve done with a valid doctype and the font-size rendering in IE and Firefox are now the same. </p>
<p>The :hover pseudo protocol doesn&#8217;t work in IE for anything other than links (the a element). Because of this to get the hover effect working in IE you would need to use a touch of DOM scripting to replicate the same effect.</p>
<p>I&#8217;ve added an example of how this is done on the same link I mentioned above. Basically the javascript loops through all of the TRs on the page and when the mouse enters the TR a class of hoverfix is added to the TR. When the mouse leaves the TR the same class is removed. The class hoverfix is added into the CSS to use the same rules as all the browsers that support :hover.</p>
<p>Hope this answers your questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-6050</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 05 Jul 2006 18:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://dev.muffinresearch.co.uk/archives/2005/09/01/table-showcase-site/#comment-6050</guid>
		<description>Hi, 

I've been trying your 'Grey suits you sir! table design, but unfortunately, it seems that sometimes it renders differently in FF and IE.  The biggest problem being the font size:
http://geocities.com/narnar2000/

Although here the fonts are the same size, just the hover effect doesn't work in IE:
http://icant.co.uk/csstablegallery/index.php?css=6

I really like the FF rendering of the design, but is there something I'm missing for IE?

Thanks,

Paul.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;ve been trying your &#8216;Grey suits you sir! table design, but unfortunately, it seems that sometimes it renders differently in FF and IE.  The biggest problem being the font size:<br />
<a href="http://geocities.com/narnar2000/" rel="nofollow">http://geocities.com/narnar2000/</a></p>
<p>Although here the fonts are the same size, just the hover effect doesn&#8217;t work in IE:<br />
<a href="http://icant.co.uk/csstablegallery/index.php?css=6" rel="nofollow">http://icant.co.uk/csstablegallery/index.php?css=6</a></p>
<p>I really like the FF rendering of the design, but is there something I&#8217;m missing for IE?</p>
<p>Thanks,</p>
<p>Paul.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
