<?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>niwadesign &#187; CSS講座</title>
	<atom:link href="http://www.niwadesign.jp/archives/category/css%e8%ac%9b%e5%ba%a7/feed" rel="self" type="application/rss+xml" />
	<link>http://www.niwadesign.jp</link>
	<description>ホームページ制作のネタ発信</description>
	<lastBuildDate>Thu, 09 Jun 2011 11:44:07 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>CSS　角丸グラデーションボックス</title>
		<link>http://www.niwadesign.jp/archives/73</link>
		<comments>http://www.niwadesign.jp/archives/73#comments</comments>
		<pubDate>Thu, 17 Apr 2008 11:12:24 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[小ネタ]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/archives/73</guid>
		<description><![CDATA[html css 角丸グラデーションを使ったボックスの作り方。 ２枚の画像を使って作ります。 divを入子にしてbox_01に角丸上部分の画像を指定。box_02に背景部分から下の角丸部分の画像を指定します。 注意：bo &#8230;<p class="read-more"><a href="http://www.niwadesign.jp/archives/73">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2008/04/box01.jpg' alt='CSS　角丸グラデーションボックス' /></p>
<h3>html</h3>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;box_01&quot;&gt;
&lt;div class=&quot;box_02&quot;&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;あいうえお&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;あいうえお&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;あいうえお&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;あいうえお&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;あいうえお&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;
</pre>
<h3>css</h3>
<pre class="brush: css; title: ; notranslate">
.box_01 {
	background: url(images/box_01.gif) no-repeat top;
	width: 261px;
	padding: 5px 0 0 0;
}

.box_02 {
	background: url(images/box_02.gif) no-repeat bottom;
	padding: 10px;
}
</pre>
<p>角丸グラデーションを使ったボックスの作り方。<br />
２枚の画像を使って作ります。<br />
divを入子にしてbox_01に角丸上部分の画像を指定。box_02に背景部分から下の角丸部分の画像を指定します。</p>
<p>注意：box_02に指定している背景画像の高さ以上に中身がある場合は途中で画像が切れてしまいます。</p>
<p>当サインプルは高さを2000pxまで表示可能です。</p>
<p><a href="http://www.niwadesign.jp/dl/box.zip" target="_blank">サンプルDLはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/73/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　javascriptを使わずmin-heightをIEで使えるようにするCSS</title>
		<link>http://www.niwadesign.jp/archives/70</link>
		<comments>http://www.niwadesign.jp/archives/70#comments</comments>
		<pubDate>Wed, 16 Apr 2008 06:09:03 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[小ネタ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/archives/70</guid>
		<description><![CDATA[今はjavascriptでやるのが主流？ とりあえず今回はCSSで対応しました。]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2008/04/min-height.jpg' alt='CSS　javascriptを使わずmin-heightをIEで使えるようにするCSS' /></p>
<p>今はjavascriptでやるのが主流？<br />
とりあえず今回はCSSで対応しました。</p>
<pre class="brush: css; title: ; notranslate">
div {
    min-height: 100px;
    height:auto !important;
    height: 100px;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/70/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　Firefoxのリンクの線を消す方法</title>
		<link>http://www.niwadesign.jp/archives/64</link>
		<comments>http://www.niwadesign.jp/archives/64#comments</comments>
		<pubDate>Mon, 14 Apr 2008 02:54:43 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[小ネタ]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/archives/64</guid>
		<description><![CDATA[CSSにて背景画像（画像置換）をしてリンクを付けている場合、Firefoxで閲覧するとはみ出てアウトラインが表示されてしまいます。 そこでこのアウトラインを表示させない方法のご紹介。 a { outline: none; &#8230;<p class="read-more"><a href="http://www.niwadesign.jp/archives/64">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2008/04/line.jpg' alt='CSS　Firefoxのリンクの線を消す方法' /></p>
<p>CSSにて背景画像（画像置換）をしてリンクを付けている場合、Firefoxで閲覧するとはみ出てアウトラインが表示されてしまいます。<br />
そこでこのアウトラインを表示させない方法のご紹介。
</p>
<div class="code">
a {<br />
	outline: none;<br />
}
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　背景画像（画像置換）を使わないロールオーバー</title>
		<link>http://www.niwadesign.jp/archives/63</link>
		<comments>http://www.niwadesign.jp/archives/63#comments</comments>
		<pubDate>Fri, 11 Apr 2008 06:26:41 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[小ネタ]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/archives/63</guid>
		<description><![CDATA[前々から画像置換を使ったボタンってどうなの！？って思っていました。 そこでjavascriptを使わずにロールオーバーする方法のご紹介。 サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2008/04/click.gif' alt='CSS　背景画像（画像置換）を使わないロールオーバー' /></p>
<p>前々から画像置換を使ったボタンってどうなの！？って思っていました。<br />
そこでjavascriptを使わずにロールオーバーする方法のご紹介。</p>
<p><a href="http://www.niwadesign.jp/kouza/img_01.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/63/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　横並びグローバルメニュー02</title>
		<link>http://www.niwadesign.jp/archives/49</link>
		<comments>http://www.niwadesign.jp/archives/49#comments</comments>
		<pubDate>Sun, 30 Sep 2007 15:46:47 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[グローバルメニュー]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/?p=49</guid>
		<description><![CDATA[久しぶりのグローバルナビです。今回も前回同様のテクニックですが、グローバルメニュー下部にボーダーを追加してみました。今回も画像は使っておりません。 サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2007/10/gnavi02.gif' alt='CSS　横並びグローバルメニュー02' /></p>
<p>久しぶりのグローバルナビです。今回も前回同様のテクニックですが、グローバルメニュー下部にボーダーを追加してみました。今回も画像は使っておりません。</p>
<p><a href="http://www.niwadesign.jp/kouza/globalnavi02.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　シンプルなボーダーを使った見出し（タイトル）　その６</title>
		<link>http://www.niwadesign.jp/archives/47</link>
		<comments>http://www.niwadesign.jp/archives/47#comments</comments>
		<pubDate>Thu, 20 Sep 2007 07:52:35 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[見出し]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/?p=47</guid>
		<description><![CDATA[シンプル見出しシリーズ第6弾。今回もボーダーを使ってのデザインです。 サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2007/09/title08.gif' alt='CSS　シンプルなボーダーを使った見出し（タイトル）　その６' /></p>
<p>シンプル見出しシリーズ第6弾。今回もボーダーを使ってのデザインです。</p>
<p><a href="http://www.niwadesign.jp/kouza/title_08.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　シンプルなボーダーを使った見出し（タイトル）　その５</title>
		<link>http://www.niwadesign.jp/archives/44</link>
		<comments>http://www.niwadesign.jp/archives/44#comments</comments>
		<pubDate>Wed, 19 Sep 2007 14:19:13 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[見出し]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/?p=44</guid>
		<description><![CDATA[シンプル見出しシリーズ第5弾。今回もボーダーを使ってのデザインです。 サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2007/09/title07.gif' alt='CSS　シンプルなボーダーを使った見出し（タイトル）　その５' /></p>
<p>シンプル見出しシリーズ第5弾。今回もボーダーを使ってのデザインです。</p>
<p><a href="http://www.niwadesign.jp/kouza/title_07.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/44/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　シンプルなボーダーを使った見出し（タイトル）　その４</title>
		<link>http://www.niwadesign.jp/archives/42</link>
		<comments>http://www.niwadesign.jp/archives/42#comments</comments>
		<pubDate>Tue, 18 Sep 2007 14:38:55 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[見出し]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/?p=42</guid>
		<description><![CDATA[今回はhタグとstrongタグを使った併せ技！ サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2007/09/title06.gif' alt='CSS　シンプルなボーダーを使った見出し（タイトル）　その４' /></p>
<p>今回はhタグとstrongタグを使った併せ技！</p>
<p><a href="http://www.niwadesign.jp/kouza/title_06.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/42/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　背景画像を使った見出し（タイトル）Mozilla Japan風</title>
		<link>http://www.niwadesign.jp/archives/40</link>
		<comments>http://www.niwadesign.jp/archives/40#comments</comments>
		<pubDate>Fri, 14 Sep 2007 14:02:53 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[見出し]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/?p=40</guid>
		<description><![CDATA[背景画像を使った見出し（タイトル）です。左上にグラデーションのかかった画像を配置することによって、万が一タイトルが2行のなってしまっても見た目の違和感をなくすことができます。 サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2007/09/title_05.gif' alt='CSS　背景画像を使った見出し（タイトル）Mozilla Japan風' /></p>
<p>背景画像を使った見出し（タイトル）です。左上にグラデーションのかかった画像を配置することによって、万が一タイトルが2行のなってしまっても見た目の違和感をなくすことができます。</p>
<p><a href="http://www.niwadesign.jp/kouza/title_05.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS　シンプルなボーダーを使った見出し（タイトル）　その３</title>
		<link>http://www.niwadesign.jp/archives/38</link>
		<comments>http://www.niwadesign.jp/archives/38#comments</comments>
		<pubDate>Thu, 13 Sep 2007 12:31:59 +0000</pubDate>
		<dc:creator>takehito</dc:creator>
				<category><![CDATA[見出し]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.niwadesign.jp/?p=38</guid>
		<description><![CDATA[シンプル見出しシリーズ第3弾。今回もボーダーを使ってのデザインです。よく見かけるあれです。 サンプルはこちら]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.niwadesign.jp/wp-content/uploads/2007/09/title04.gif' alt='CSS　シンプルなボーダーを使った見出し（タイトル）　その３' /></p>
<p>シンプル見出しシリーズ第3弾。今回もボーダーを使ってのデザインです。よく見かけるあれです。</p>
<p><a href="http://www.niwadesign.jp/kouza/title_04.html" target="_blank">サンプルはこちら</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.niwadesign.jp/archives/38/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
