<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>[CSS]背景画像を半々に表示するスタイルシート へのコメント</title>
	<atom:link href="http://coliss.com/articles/build-websites/operation/css/963.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://coliss.com/articles/build-websites/operation/css/963.html</link>
	<description>サイト制作に関するアウトプットとクリップした情報を紹介するブログです。</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:34:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>コリス より</title>
		<link>http://coliss.com/articles/build-websites/operation/css/963.html/comment-page-1/#comment-4366</link>
		<dc:creator>コリス</dc:creator>
		<pubDate>Fri, 04 Apr 2008 03:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://coliss.com/articles/build-websites/operation/css/963.html#comment-4366</guid>
		<description>&gt; ume さん

なるほど。
領域の幅を変更したり、数を変更したりも有りですね。

ふと思ったけど、背景画像を写真画像にしても、、、うーん、いまいちか。
あ、その領域がユーザーが変更できると、本のページめくりみたいにできるかも。</description>
		<content:encoded><![CDATA[<p>> ume さん</p>
<p>なるほど。<br />
領域の幅を変更したり、数を変更したりも有りですね。</p>
<p>ふと思ったけど、背景画像を写真画像にしても、、、うーん、いまいちか。<br />
あ、その領域がユーザーが変更できると、本のページめくりみたいにできるかも。</p>
]]></content:encoded>
	</item>
	<item>
		<title>ume より</title>
		<link>http://coliss.com/articles/build-websites/operation/css/963.html/comment-page-1/#comment-4367</link>
		<dc:creator>ume</dc:creator>
		<pubDate>Fri, 04 Apr 2008 02:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://coliss.com/articles/build-websites/operation/css/963.html#comment-4367</guid>
		<description>こんなのもありだと思うのです。

半分半分のbackgroundは使いづらいですが、下のように３つに分けるとか、さらに応用で真ん中の「#naka」をさらに２つ３つと分ければ使い物になるのではないでしょうか？

左では、黄色の画像、右では赤の画像があって真ん中でまた違った素材画像で展開するという使い方は有りではないでしょうか...

#leftHalf {
   background: url(bg-1.jpg);
   width: 30%;
   position: absolute;
   left: 0px;
   height: 100%;
  foat:left;
}
#rightHalf {
   background: url(bg-2.jpg);
   width: 30%;
   position: absolute;
   right: 0px;
   height: 100%;
}
#naka{
	background-color:red;
	margin-left:30%;
	width:40%;
   height: 100%;
	}





内容内容内容内容内容</description>
		<content:encoded><![CDATA[<p>こんなのもありだと思うのです。</p>
<p>半分半分のbackgroundは使いづらいですが、下のように３つに分けるとか、さらに応用で真ん中の「#naka」をさらに２つ３つと分ければ使い物になるのではないでしょうか？</p>
<p>左では、黄色の画像、右では赤の画像があって真ん中でまた違った素材画像で展開するという使い方は有りではないでしょうか&#8230;</p>
<p>#leftHalf {<br />
   background: url(bg-1.jpg);<br />
   width: 30%;<br />
   position: absolute;<br />
   left: 0px;<br />
   height: 100%;<br />
  foat:left;<br />
}<br />
#rightHalf {<br />
   background: url(bg-2.jpg);<br />
   width: 30%;<br />
   position: absolute;<br />
   right: 0px;<br />
   height: 100%;<br />
}<br />
#naka{<br />
	background-color:red;<br />
	margin-left:30%;<br />
	width:40%;<br />
   height: 100%;<br />
	}</p>
<p>内容内容内容内容内容</p>
]]></content:encoded>
	</item>
</channel>
</rss>

