<?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>Tutorialwelt.de &#187; CSS Hintergrund</title>
	<atom:link href="http://www.tutorialwelt.de/tag/css-hintergrund/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tutorialwelt.de</link>
	<description>Tutorials aus der IT-Welt</description>
	<lastBuildDate>Sat, 22 May 2010 13:24:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS &#8211; Tutorial &#8211; die Hintergrundfarbe per CSS ändern</title>
		<link>http://www.tutorialwelt.de/480/css-tutorial-die-hintergrundfarbe-per-css-andern.htm?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-tutorial-die-hintergrundfarbe-per-css-andern</link>
		<comments>http://www.tutorialwelt.de/480/css-tutorial-die-hintergrundfarbe-per-css-andern.htm#comments</comments>
		<pubDate>Thu, 21 Jan 2010 21:45:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Anfänger]]></category>
		<category><![CDATA[CSS background]]></category>
		<category><![CDATA[CSS Hintergrund]]></category>
		<category><![CDATA[CSS-Tutorial]]></category>

		<guid isPermaLink="false">http://www.tutorialwelt.de/?p=480</guid>
		<description><![CDATA[Heute möchte ich Ihnen zeigen, wie Sie per CSS die Hintergrundfarbe ändern können.

Um auf die Hintergrund-Eigenschaften zurückgreifen zu können, müssen wir den background (engl. Hintergrund) eines Elementes ansprechen. In unserem Beispiel nehme ich den Body....


No related posts.

Ähnliche Artikel bereitgestellt von <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<h1 style="font-size:16px;">CSS &#8211; Tutorial &#8211; die Hintergrundfarbe per CSS ändern</h1>
<p>Heute möchte ich Ihnen zeigen, wie Sie <strong>per CSS die Hintergrundfarbe ändern</strong> können.</p>
<p>Um auf die Hintergrund-Eigenschaften zurückgreifen zu können, müssen wir den background (engl. Hintergrund) eines Elementes ansprechen. In unserem Beispiel nehme ich den Body.</p>
<p><small>Beispielcode HTML:</small></p>
<div style="border-style: inset; border-color: #a39c87 #a39c87 #e0d7b9 #e0d7b9; padding: 10px; overflow: auto; width: 100%; background-color: #f4f0e2;">
<pre>&lt;html&gt;
 &lt;head&gt;
  &lt;style type="text/css"&gt;
   body {
                 background: #cccccc;
   }
  &lt;/style&gt;
 &lt;/head&gt;
 &lt;body&gt;
   Diese komplette Seite sollte nun grau sein
 &lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<p><br/><br/></p>
<p>Nun sollte der Hintergrund der Seite grau sein. </p>
<p>Man kann auch den Hintergrund eines DIV-Containers ändern:</p>
<p><small>Beispielcode HTML:</small></p>
<div style="border-style: inset; border-color: #a39c87 #a39c87 #e0d7b9 #e0d7b9; padding: 10px; overflow: auto; width: 100%; background-color: #f4f0e2;">
<pre>&lt;html&gt;
 &lt;head&gt;
  &lt;style type="text/css"&gt;
   #inhalt_div {
                 background: #cccccc;
   }
  &lt;/style&gt;
 &lt;/head&gt;
 &lt;body&gt;
  &lt;div id="inhalt_div"&gt;
     Dieser Div Container sollte nun einen grauen Hintergrund haben.
  &lt;/div&gt;
 &lt;/body&gt;
&lt;/html&gt;</pre>
</div>
<p><br/><br/></p>
<p>Sie sehen: Es ist ganz einfach per CSS einem Element eine Hintergrundfarbe zuzuweisen.</p>


<p>No related posts.</p>
<p>Ähnliche Artikel bereitgestellt von <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.tutorialwelt.de/480/css-tutorial-die-hintergrundfarbe-per-css-andern.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

