<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>DesignWalker &#187; ソート</title>
	<atom:link href="http://www.designwalker.com/tag/%e3%82%bd%e3%83%bc%e3%83%88/feed" rel="self" type="application/rss+xml" />
	<link>http://www.designwalker.com</link>
	<description>ロサンゼルスで働くウェブデザイナーの日記。</description>
	<lastBuildDate>Wed, 29 Jun 2011 06:24:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/tag/%e3%82%bd%e3%83%bc%e3%83%88/feed" />
		<item>
		<title>TableとCSSいろいろ</title>
		<link>http://www.designwalker.com/2007/10/table-css.html</link>
		<comments>http://www.designwalker.com/2007/10/table-css.html#comments</comments>
		<pubDate>Thu, 04 Oct 2007 18:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[インスピレーション]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[まとめ]]></category>
		<category><![CDATA[スクロール]]></category>
		<category><![CDATA[ソート]]></category>
		<category><![CDATA[テーブル]]></category>
		<category><![CDATA[デザイン]]></category>
		<category><![CDATA[表]]></category>

		<guid isPermaLink="false">http://new.designwalker.com/2007/10/table%e3%81%a8css%e3%81%84%e3%82%8d%e3%81%84%e3%82%8d.html</guid>
		<description><![CDATA[
			
				
			
		
サイト全体のコーディングとしては、Tableを使わず、DivタグとCSSを使って構成していくパターンが主流だと思いますが。。。
例えば、コンテンツ内に商品のスペック表や、料金表などを表示 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.designwalker.com%2F2007%2F10%2Ftable-css.html"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.designwalker.com%2F2007%2F10%2Ftable-css.html&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>サイト全体のコーディングとしては、Tableを使わず、DivタグとCSSを使って構成していくパターンが主流だと思いますが。。。</p>
<p>例えば、コンテンツ内に商品のスペック表や、料金表などを表示する場合、その名の通り&#8221;Table&#8221;タグを使う方が効率的ですね。</p>
<p>っちゅうわけで、本日はTableとCSSを使って表を作る方法をいろいろまとめてみました。</p>
<p></p>
<p><strong>1. <a href="http://cssjuice.com/16-sortable-table-techniques/" title="16 Sortable Table Techniques | CSS Juice">16 Sortable Table Techniques | CSS Juice</a></strong></p>
<p>こちらの記事では、Table、CSS、Javascriptを使って16種類のソート可能な表の作り方をまとめられております。ソート機能は、あると結構うれしい機能ですね。デザイン的にもきれいなものが多いです。</p>
<div align="center">
<a href="http://cssjuice.com/16-sortable-table-techniques/" title="16 Sortable Table Techniques | CSS Juice"><br />
<img src="http://www.designwalker.com/img/table_css/table_css01.jpg" alt="16 Sortable Table Techniques" border="0" /><br />
</a>
</div>
<p></p>
<p><strong>2. <a href="http://www.smashingmagazine.com/2006/12/29/css-based-tables-modern-solutions/" title="CSS-Based Tables: Modern Solutions | Smashing Magazine">CSS-Based Tables: Modern Solutions | Smashing Magazine</a></strong></p>
<p>こちらは、少し前の記事ですがCSSベースのTableデザインをまとめられております。きれいなものが多く参考になります。</p>
<div align="center">
<a href="http://www.smashingmagazine.com/2006/12/29/css-based-tables-modern-solutions/" title="CSS-Based Tables: Modern Solutions | Smashing Magazine"><br />
<img src="http://www.designwalker.com/img/table_css/table_css02.jpg" alt="CSS-Based Tables: Modern Solutions | Smashing Magazine" border="0" /><br />
</a>
</div>
<p></p>
<p><strong>3. <a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html" title="Creating a table with dynamically highlighted columns like Crazy Egg's pricing table">Creating a table with dynamically highlighted columns like Crazy Egg&#8217;s pricing table</a></strong></p>
<p><a href="https://crazyegg.com/pay/plans" title="CrazyEgg">CrazyEgg</a>の料金表のように、強調したいカラムを浮き出させる方法を紹介されています。いろいろ使えそうなアイデアですね。</p>
<div align="center">
<a href="http://www.askthecssguy.com/2007/08/creating_a_table_with_dynamica.html" title="Creating a table with dynamically highlighted columns like Crazy Egg's pricing table"><br />
<img src="http://www.designwalker.com/img/table_css/table_css03.jpg" alt="Creating a table with dynamically highlighted columns like Crazy Egg's pricing table" border="0" /><br />
</a>
</div>
<p></p>
<p><strong>4. <a href="http://www.imaputz.com/cssStuff/bigFourVersion.html" title="Pure CSS Scrollable Table with Fixed Header">Pure CSS Scrollable Table with Fixed Header</a></strong></p>
<p>こちらは、表のヘッダー部分は固定され、データ部分のみスクロールさせるデモページです。データが多いけど、あまりダラダラ長く表示させたくない場合に使えそう。</p>
<div align="center">
<a href="http://www.imaputz.com/cssStuff/bigFourVersion.html" title="Pure CSS Scrollable Table with Fixed Header"><br />
<img src="http://www.designwalker.com/img/table_css/table_css04.jpg" alt="Pure CSS Scrollable Table with Fixed Header" border="0" /><br />
</a>
</div>
<p></p>
<p><strong>5. <a href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/" title="A CSS styled table version 2 | Veerle's blog">A CSS styled table version 2 | Veerle&#8217;s blog</a></strong></p>
<p>シンプルなゼブラテーブルならこちら。</p>
<div align="center">
<a href="http://veerle.duoh.com/blog/comments/a_css_styled_table_version_2/" title="A CSS styled table version 2 | Veerle's blog"><br />
<img src="http://www.designwalker.com/img/table_css/table_css05.jpg" alt="A CSS styled table version 2 | Veerle's blog" border="0" /><br />
</a>
</div>
<p></p>
<p><strong>6. <a href="http://icant.co.uk/csstablegallery/" title="Data Tables and Cascading Style Sheets Gallery">Data Tables and Cascading Style Sheets Gallery</a></strong></p>
<p>マウスがオーバーすると、その行がハイライトされます。</p>
<div align="center">
<a href="?phpMyAdmin=20c47579bc4t769ae418" title=""><br />
<img src="http://www.designwalker.com/img/table_css/table_css06.jpg" alt="Data Tables and Cascading Style Sheets Gallery" border="0" /><br />
</a>
</div>
<p></p>
<p>みなさんもきれいな表を作ってみてくださいね。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designwalker.com/2007/10/table-css.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.designwalker.com/2007/10/table-css.html" />
	</item>
	</channel>
</rss>

