<?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>Şahabettin Akca # Saho &#187; Css</title>
	<atom:link href="http://www.saho.in/category/web-yazilim/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saho.in</link>
	<description>php, mysql, html, ajax, css,js, xml, vb, c++, c# coder</description>
	<lastBuildDate>Fri, 30 Jul 2010 08:31:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Css Arkaplan Özellikleri</title>
		<link>http://www.saho.in/css-arkaplan-ozellikleri/</link>
		<comments>http://www.saho.in/css-arkaplan-ozellikleri/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 13:07:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Css]]></category>

		<guid isPermaLink="false">http://www.saho.in/?p=327</guid>
		<description><![CDATA[Css nin bg özellikleri sade ve yalın bir dille anlatılmış eminim işinize yarayacaktır 
CSS özellikleri bir elementin arkaplanını belirlemenize imkan sağlar. Arkaplanlar renkler ya da resimler olabilir.
Arkaplan özellikleri şunlardır:
1. back-ground,
2. background-color,
3. background-image,
4. background-repeat,
5. back-ground-attachment,
6. background-position.
Şimdi bunları tek tek açıklayalım:
1. background
Değer:  background-color, background-image, back ground-repeat, background-attachment, back-ground-position, inherit
Nelere uygulanır: Bütün unsurlara.
background özelliği kişisel arkaplan özelliklerini [...]]]></description>
			<content:encoded><![CDATA[<p>Css nin bg özellikleri sade ve yalın bir dille anlatılmış eminim işinize yarayacaktır <img class="inlineimg" title="Wink" src="http://www.r10.net/images/smilies/wink.gif" border="0" alt="" /></p>
<p>CSS özellikleri bir elementin arkaplanını belirlemenize imkan sağlar. Arkaplanlar renkler ya da resimler olabilir.</p>
<p>Arkaplan özellikleri şunlardır:<br />
1. back-ground,<br />
2. background-color,<br />
3. background-image,<br />
4. background-repeat,<br />
5. back-ground-attachment,<br />
6. background-position.</p>
<p>Şimdi bunları tek tek açıklayalım:</p>
<p><strong>1. background</strong></p>
<p><em>Değer: </em> background-color, background-image, back ground-repeat, background-attachment, back-ground-position, inherit</p>
<p><em>Nelere uygulanır:</em> Bütün unsurlara.</p>
<p>background özelliği kişisel arkaplan özelliklerini ayarlamak için pratik bir yoldur.</p>
<p>Örnek:</p>
<p>BODY { background: red }</p>
<p>P { background: url(&#8221;bg.png&#8221;) #cecece 50% repeat fixed }</p>
<p><strong>2. background-color</strong></p>
<p><em>Değer:</em> color, transparent, inherit<br />
<em>Nelere uygulanır:</em> Bütün unsurlara.</p>
<p>Örnek:</p>
<p>table { background-color: #cecece }</p>
<p><strong>3. background-image</strong></p>
<p><em>Değer:</em> url, none, inherit<br />
<em>Nelere uygulanır:</em> Bütün unsurlara.</p>
<p>Bir arkaplan resmi ayarladığınız zaman eğer resim mevcut değilse bir renk belirtmeniz gerekir.</p>
<p>Örnek:</p>
<p>.title { background-image: url(&#8221;images/title.gif&#8221;) }</p>
<p>div { background-image: none }</p>
<p><strong>4. background-repeat</strong></p>
<p><em>Değer:</em> repeat, repeat-x, repeat-y, no-repeat, inherit<br />
<em>Nelere uygulanır:</em> Bütün unsurlara.</p>
<p>Bu özellik arkaplan resminin x veya y pozisyonunda tekrarı istendiği zaman kullanılır.</p>
<p>Örnek:</p>
<p>.content {</p>
<p>background: white url(&#8221;bg.gif&#8221;);</p>
<p>background-repeat: repeat-x;</p>
<p>background-position: center;</p>
<p>}</p>
<p><strong>5. background-attachment</strong></p>
<p><em>Değer:</em> scroll, fixed, inherit<br />
<em>Nelere uygulanır:</em> Bütün unsurlara.</p>
<p>Örnek:</p>
<p>.content {</p>
<p>background: white url(&#8221;bg.gif&#8221;);</p>
<p>background-repeat: repeat-x;</p>
<p>background-attachment: fixed;</p>
<p>}</p>
<p><strong>6. background-position</strong></p>
<p><em>Değer:</em> percentage, length, top  center  bottom left center right, inherit<br />
<em>Nelere uygulanır:</em> block-level ve değiştirilen unsurlar.</p>
<p>Örnek:</p>
<p>BODY { background: url(&#8221;logo.jpeg&#8221;) right top }</p>
<p><strong>Yazar:</strong> <a rel="nofollow" href="http://www.sanalkurs.net/siracel" target="_blank">Siraceddin El</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saho.in/css-arkaplan-ozellikleri/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
