<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design Shack &#187; tables</title>
	<atom:link href="http://designshack.net/tag/tables/feed" rel="self" type="application/rss+xml" />
	<link>http://designshack.net</link>
	<description>Inspiration, CSS Gallery &#38; Community News</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>10 CSS Table Examples</title>
		<link>http://designshack.net/articles/10-css-table-examples/</link>
		<comments>http://designshack.net/articles/10-css-table-examples/#comments</comments>
		<pubDate>Thu, 30 Aug 2007 19:55:44 +0000</pubDate>
		<dc:creator>David Appleyard</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Layouts]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tables]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[webdesign]]></category>

		<guid isPermaLink="false">http://localhost:8888/?p=397</guid>
		<description><![CDATA[Today we&#8217;re going to take a look at a selection of beautiful tables styled using CSS. These are sourced from a variety of different sites. If you&#8217;re interested in learning how to do this yourself, be sure to take a look at a few of our CSS tutorials! 1. A CSS Styled Table Further to [...]]]></description>
			<content:encoded><![CDATA[<p>Today we&#8217;re going to take a look at a selection of beautiful tables styled using CSS. These are sourced from a variety of different sites. If you&#8217;re interested in learning how to do this yourself, be sure to take a look at a few of our <a href="http://designshack.net/category/articles/css/">CSS tutorials</a>!</p>
<p><span id="more-397"></span></p>
<h2>1. <a href="http://veerle.duoh.com/blog/comments/a_css_styled_table/">A CSS Styled Table</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/csstable1.png" alt="A CSS Styled Table" class="tutorialimage" width="510" height="128" /></p>
<p>Further to my article about the creation of a CSS calendar the thought crossed my mind to show you an example on how you can style a table using CSS. The data of tables can be boring so all the more reason that we need to attract attention to it and make it as pleasant to read as possible. Presentation and design with some basic accessibility rules in mind is the way to go.</p>
<h2>2. <a href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/">A CSS Styled Table Part 2</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/table2.jpg" alt="A CSS Styled Table 2" title="table2" width="510" height="324" class="tutorialimage" /></p>
<p>This article is about the proper usage of tables, for tabular data. How you can implement them with accessibility in mind and how to make them appealing for the eye using CSS. </p>
<h2>3. <a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html">Creating a Dynamic CSS &#038; AJAX Table</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/tabledynamic.jpg" alt="Dynamic AJAX CSS Table" width="510" height="197" class="tutorialimage" /></p>
<p>I like Crazy Egg&#8217;s pricing table on their Pricing &#038; Signup page. When you click on &#8220;Sign Up&#8221; for an option, that plan&#8217;s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening within this small area. I wanted to try and recreate the behavior step by step, and share the power of combining CSS, JavaScript, and images in clever ways.</p>
<h2>4. <a href="http://24ways.org/2005/tables-with-style">Tables With Style</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/tablered.jpg" alt="Tables With Style" width="510" height="221" class="tutorialimage" /></p>
<p>It might not seem like it but styling tabular data can be a lot of fun. From a semantic point of view, there are plenty of elements to tie some style into. You have cells, rows, row groups and, of course, the table element itself. Adding CSS to a paragraph just isn’t as exciting.</p>
<h2>5. <a href="http://www.lukew.com/ff/entry.asp?328">Redesigning a Simple Table</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/simpletable3.gif" alt="Simple CSS Table" width="510" height="249" class="tutorialimage" /></p>
<p>A series of excellent examples, showcasing how to simplify a basic data table by eliminating unnecessary interface elements.</p>
<h2>6. <a href="http://icant.co.uk/csstablegallery/">CSS Table Gallery</a></h2>
<p>The CSS Table Gallery is a showcase of how CSS and data tables can work together to create usable and pretty results. It&#8217;s a great way to see a bunch of interesting examples.</p>
<h2>7. <a href="http://robertdenton.org/reference/css-tables-tutorial.html">Various Table Techniques</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/styletables.jpg" alt="Various Table Techniques" width="510" height="99" class="tutorialimage" /></p>
<p>Tables styled with CSS rules are much more efficient, if done well, than the old method of using font tags, a lot of color tags, and more&#8230; These examples are forward thinking, and also degrade well to older browsers.</p>
<h2>8. <a href="http://moronicbajebus.com/wordpress/wp-content/cssplay/reformat-table/index.html">Firefox Theme Table Example</a></h2>
<p><img src="http://designshack.net/wp-content/uploads/reformat.jpg" alt="Reformat the Table" title="reformat" width="510" height="195" class="tutorialimage" /></p>
<p>I banned the use of tables in my works when I first switched to CSS based layouts. But I was still missing the point of tables, tables are a way to markup tabular data. Once I got that point in my head, I started to think of things that really were tabular data such as the next example of Mozilla Firebird themes. Each row is a record of a theme and the columns are the fields for each theme.</p>
<h2>9. <a href="http://www.alistapart.com/articles/tableruler/">The Table Ruler</a></h2>
<p>With a bit of JavaScript / DOM sorcery, we can provide our visitors with the same functionality for long data tables in HTML, by applying rollover states to the rows. This could be implemented tediously by hand, of course, but it would be silly to do so. Instead, we will use the DOM to find the rows to highlight on mouseover.</p>
<p><strong><em>Like the article? Be sure to subscribe to our <a href="feed://feeds.feedburner.com/designshack">RSS feed</a> and follow us on <a href="http://twitter.com/designshack">Twitter</a> to stay up on recent content.</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://designshack.net/articles/10-css-table-examples/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 210/223 objects using disk: basic

Served from: designshack.net @ 2012-02-09 20:14:40 -->
