<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>tutorials.de - CSS</title>
		<link>http://www.tutorials.de/</link>
		<description><![CDATA[Forum & Hilfe zu Cascading Style Sheets (CSS & CSS2)]]></description>
		<language>de</language>
		<lastBuildDate>Wed, 08 Sep 2010 22:51:04 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://style.tutorials.de/v10/images/misc/rss.png</url>
			<title>tutorials.de - CSS</title>
			<link>http://www.tutorials.de/</link>
		</image>
		<item>
			<title>IE6 schneidet teil der div abha</title>
			<link>http://www.tutorials.de/css/366036-ie6-schneidet-teil-der-div-abha.html</link>
			<pubDate>Wed, 08 Sep 2010 12:11:33 GMT</pubDate>
			<description>hallo, bin neu hier und hoffe jemand kann mir helfen. 
 
ich habe auf meiner Seite eine div (141 px breit, 483 px hoch). 
 
Im IE 7  und IE 8 sowiein ff und opera wird diese korrekt dargestellt. 
 
Im IE6 wird diese div nur solange richtig abgebildet, solange diese content enthält; der teil der...</description>
			<content:encoded><![CDATA[<div>hallo, bin neu hier und hoffe jemand kann mir helfen.<br />
<br />
ich habe auf meiner Seite eine div (141 px breit, 483 px hoch).<br />
<br />
Im IE 7  und IE 8 sowiein ff und opera wird diese korrekt dargestellt.<br />
<br />
Im IE6 wird diese div nur solange richtig abgebildet, solange diese content enthält; der teil der div, der leer ist, wird dagegen einfach abgeschnitten (nicht dargestellt) <br />
<br />
kann ir jemand sagen, woran das liegen könnte</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>FreddyS</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/366036-ie6-schneidet-teil-der-div-abha.html</guid>
		</item>
		<item>
			<title><![CDATA[Problem mit "text-align:right;"]]></title>
			<link>http://www.tutorials.de/css/366000-problem-mit-text-align-right.html</link>
			<pubDate>Tue, 07 Sep 2010 13:07:49 GMT</pubDate>
			<description>Hallo, 
Ich habe ein Grundgerüst für ein späteres PHP CMS System (Deshab die Tabellen, bitte keine Grundsatzdiskussion, sie helfen mir später) 
 
Link (http://fxae.de/zvm/) 
 
Mein Problem: 
Ich bekomme die divBox mit dem Tabelleninhalt nicht auf die rechte Seite. IE zeigts auf rechts an. Wo hab...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
Ich habe ein Grundgerüst für ein späteres PHP CMS System (Deshab die Tabellen, bitte keine Grundsatzdiskussion, sie helfen mir später)<br />
<br />
<a href="http://fxae.de/zvm/" target="_blank">Link</a><br />
<br />
Mein Problem:<br />
Ich bekomme die divBox mit dem Tabelleninhalt nicht auf die rechte Seite. IE zeigts auf rechts an. Wo hab ich den Fehler gemacht?<br />
<br />
Vielen Dank im Voraus!</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>fx001</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/366000-problem-mit-text-align-right.html</guid>
		</item>
		<item>
			<title>Problem mit margin-bottom</title>
			<link>http://www.tutorials.de/css/365995-problem-mit-margin-bottom.html</link>
			<pubDate>Tue, 07 Sep 2010 11:36:24 GMT</pubDate>
			<description><![CDATA[Hallo an alle! 
 
Ich benötige dringend eure Hilfe. 
Ich habe folgenden Code: 
 
 
HTML: 
--------- 
<body style="background-color: blue;"> 
   <!-- Erste Ausgabe //-->]]></description>
			<content:encoded><![CDATA[<div>Hallo an alle!<br />
<br />
Ich benötige dringend eure Hilfe.<br />
Ich habe folgenden Code:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;body style=<span style="color:#0000FF">&quot;background-color: blue;&quot;</span>&gt;</span><br />
&nbsp;  <i><span style="color:#000080">&lt;!-- Erste Ausgabe //--&gt;</span></i><br />
&nbsp;  <span style="color:#000080">&lt;div style=<span style="color:#0000FF">&quot;margin-bottom: 8px;&quot;</span>&gt;</span>&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style='background-color: white;'&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style=<span style="color:#0000FF">&quot;float:left;&quot;</span>&gt;</span>hier steht text<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style=<span style="color:#0000FF">&quot;float:right;&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style='clear:both;'&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp;  <span style="color:#000080">&lt;/div&gt;</span>&nbsp; <br />
&nbsp;  <br />
&nbsp;  <i><span style="color:#000080">&lt;!-- Zweite Ausgabe //--&gt;</span></i> <br />
&nbsp; &nbsp; <span style="color:#000080">&lt;div style=<span style="color:#0000FF">&quot;margin-bottom: 8px;&quot;</span>&gt;</span>&nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style='background-color: white;'&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style=<span style="color:#0000FF">&quot;float:left;&quot;</span>&gt;</span>hier steht text<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style=<span style="color:#0000FF">&quot;float:right;&quot;</span>&gt;</span><span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;&quot;</span> /&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div style='clear:both;'&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp;  <span style="color:#000080">&lt;/div&gt;</span> <br />
<span style="color:#000080">&lt;/body&gt;</span></code><hr />
</div> Zwischen &quot;Erste Ausgabe&quot; und &quot;Zweite Ausgabe&quot; soll ein kleiner Abstand sein (in diesem Fall 8px).<br />
Dieser hat (normalerweise) die Farbe blau (body-background). Im IE6 + IE7 nimmt er allerdings die Farbe weiß, von dem darunter liegendem div-Container. Kann mir jemand erklären wie das kommt? Übersehe ich etwas? Im Firefox, Chrome, ... wird es richtig gemacht.<br />
<br />
Vielen Dank für Hilfe!!</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>GAngZta</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365995-problem-mit-margin-bottom.html</guid>
		</item>
		<item>
			<title>a hover CSS Menü</title>
			<link>http://www.tutorials.de/css/365942-hover-css-menue.html</link>
			<pubDate>Mon, 06 Sep 2010 04:59:22 GMT</pubDate>
			<description><![CDATA[Ich habe ein CSS Menü mit a hover Funktion. Ich möchte gerne wenn ich auf Home bin das der Hintergrund in einer dritten Image hinterlegt ist, dass man weiss ah ich bin jetzt auf Home, kann mir wer helfen, danke. 
 
MFG lol1983 
 
 
HTML Code: 
         <div id="blackline"> 
            <ul> 
      ...]]></description>
			<content:encoded><![CDATA[<div>Ich habe ein CSS Menü mit a hover Funktion. Ich möchte gerne wenn ich auf Home bin das der Hintergrund in einer dritten Image hinterlegt ist, dass man weiss ah ich bin jetzt auf Home, kann mir wer helfen, danke.<br />
<br />
MFG lol1983<br />
<br />
<br />
HTML Code:<br />
         &lt;div id=&quot;blackline&quot;&gt;<br />
            &lt;ul&gt;<br />
               &lt;li&gt;&lt;a href=&quot;_Home_.htm&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
               &lt;li&gt;&lt;a href=&quot;_IT_Bereich_.htm&quot;&gt;IT Bereich&lt;/a&gt;&lt;/li&gt;<br />
               &lt;li&gt;&lt;a href=&quot;_My_Book_.htm&quot;&gt;Mein Buch&lt;/a&gt;&lt;/li&gt;<br />
               &lt;li&gt;&lt;a href=&quot;_My_Works_.htm&quot;&gt;Meine Werke&lt;/a&gt;&lt;/li&gt;<br />
               &lt;li&gt;&lt;a href=&quot;_My_Gifs_.htm&quot;&gt;Meine Gifs&lt;/a&gt;&lt;/li&gt;<br />
               &lt;li&gt;&lt;a href=&quot;_Kochrezepte_.htm&quot;&gt;Kochrezepte&lt;/a&gt;&lt;/li&gt;<br />
            &lt;/ul&gt;<br />
         &lt;/div&gt;<br />
<br />
CSS Code:<br />
#blackline, #blackline ul, #blackline ul li, #blackline ul li a  { margin: 0; }<br />
#blackline, #blackline ul { padding: 0; }<br />
#blackline ul li a , #blackline ul li  { display: block; float: left; }<br />
#blackline ul { list-style: none; background: url(images/button_image/menubg_h_navi.png) repeat-x 0 100%; overflow: hidden; border: 2px double #777777; }<br />
#blackline ul li { padding: 0 0px 0 0; background: url(images/button_image/separator.png) no-repeat 100% 100%; }<br />
#blackline ul li a { color: #BBBBBB; font-weight: bold; text-decoration: none; }<br />
#blackline ul li a:link, #blackline ul li a:visited { width: 138px; padding: 0 0px; line-height: 2; float: left; text-align: center; }<br />
#blackline ul li a:hover, #blackline ul li a:active { background: url(images/button_image/menubg_navi.png) repeat-x 0 100%; }</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>lol1983</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365942-hover-css-menue.html</guid>
		</item>
		<item>
			<title>Dropdownmenü und Internet Explorer</title>
			<link>http://www.tutorials.de/css/365928-dropdownmenue-und-internet-explorer.html</link>
			<pubDate>Sun, 05 Sep 2010 14:28:35 GMT</pubDate>
			<description><![CDATA[Hallo 
 
Ich habe dieses Dropdownmenü Link zur Ansicht (http://knightandday.free-horses.com/menue.html) in Firefox und Safari getestet und da funktioniert es tadellos. Wenn ich es mir aber im IE (Version 8) anschaue, klappt es nicht auf... woran könnte das liegen? /-: 
 
<div...]]></description>
			<content:encoded><![CDATA[<div>Hallo<br />
<br />
Ich habe dieses Dropdownmenü <a href="http://knightandday.free-horses.com/menue.html" target="_blank">Link zur Ansicht</a> in Firefox und Safari getestet und da funktioniert es tadellos. Wenn ich es mir aber im IE (Version 8) anschaue, klappt es nicht auf... woran könnte das liegen? /-:<br />
<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
</pre></td><td class="bbcode_code_highlight"><pre>A:link {&nbsp; &nbsp; color:#F5792A;
text-decoration:none; &nbsp; }
&nbsp;
A:visited { color:#F5792A;&nbsp; 
text-decoration:none; &nbsp; }
&nbsp;
A:active {&nbsp; color:#F5792A;
text-decoration:none; &nbsp; }
&nbsp;
A:hover { &nbsp; color:#F5792A;
TEXT-DECORATION: none;&nbsp; }
&nbsp;
#navi
&nbsp; &nbsp; &nbsp; &nbsp; {
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-size: 11px;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; text-align: center;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-weight: bold;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; font-family:Verdana,georgia,Arial;
&nbsp; &nbsp; &nbsp; &nbsp; }
&nbsp;
&nbsp; &nbsp; 
&nbsp;
&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ul#Navigation li {
&nbsp; &nbsp; &nbsp; &nbsp; list-style: none;
&nbsp; &nbsp; &nbsp; &nbsp; float: left; &nbsp;/* ohne width - nach CSS 2.1 erlaubt */
&nbsp; &nbsp; &nbsp; &nbsp; position: relative;
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0.4em; padding: 2;
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; *:first-child+html ul#Navigation li { &nbsp;/* Korrektur fuer den IE 7 */
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: -0.1em;
&nbsp; &nbsp; &nbsp; }
&nbsp;
&nbsp; &nbsp; &nbsp; ul#Navigation li ul {
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0; padding: 0;
&nbsp; &nbsp; &nbsp; &nbsp; position: absolute;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;background-color: #f5792a;
&nbsp; &nbsp; &nbsp; &nbsp; display: none; &nbsp;/* Unternavigation ausblenden */
&nbsp; &nbsp; &nbsp; }
&nbsp;
&nbsp; &nbsp; &nbsp; *:first-child+html ul#Navigation ul { &nbsp;/* Workaround fuer den IE 7 */
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#f5792a; padding-bottom:0.4em;
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; ul#Navigation li:hover ul {
&nbsp; &nbsp; &nbsp; &nbsp; display: block; &nbsp;/* Unternavigation in modernen Browsern einblenden */
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; ul#Navigation li ul li {
&nbsp; &nbsp; &nbsp; &nbsp; float: none;
&nbsp; &nbsp; &nbsp; &nbsp; display: block;
&nbsp; &nbsp; &nbsp; &nbsp; margin-bottom: 0.2em;
&nbsp; &nbsp; &nbsp; }
&nbsp;
&nbsp; &nbsp; &nbsp; ul#Navigation a, ul#Navigation span {
&nbsp; &nbsp; &nbsp; &nbsp; display: block;
&nbsp; &nbsp; &nbsp; &nbsp; width: 8em; &nbsp;/* Breite den in li enthaltenen Elementen zuweisen */
&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration: none; font-weight: normal;
&nbsp; &nbsp; &nbsp; &nbsp; border: 0px solid black;
&nbsp; &nbsp; &nbsp; &nbsp; border-left-color: white; border-top-color: white;
&nbsp; &nbsp; &nbsp; &nbsp; color: #f8f5ed; background-color: #f5792a; font-size: 11px; font-family:Verdana,georgia,Arial;
&nbsp; &nbsp; &nbsp; } 
&nbsp; &nbsp; &nbsp; * html ul#Navigation a, * html ul#Navigation span {
&nbsp; &nbsp; &nbsp; &nbsp; width: 8em; &nbsp; /* Breite nach altem MS-Boxmodell für IE 5.x */
&nbsp; &nbsp; &nbsp; &nbsp; w\idth: 8em; &nbsp;/* korrekte Breite fuer den IE 6 im standardkonformen Modus */
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
&nbsp; &nbsp; &nbsp; &nbsp; border-color: white;
&nbsp; &nbsp; &nbsp; &nbsp; border-left-color: black; border-top-color: black;
&nbsp; &nbsp; &nbsp; &nbsp; color: #bf6835; background-color: #f8f5ed; font-size: 11px; font-family:Verdana,georgia,Arial;
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; li a#aktuell { &nbsp;/* aktuelle Rubrik kennzeichnen */
&nbsp; &nbsp; &nbsp; &nbsp; color: maroon; background-color: #bf6835;
&nbsp; &nbsp; &nbsp; }
&nbsp; &nbsp; &nbsp; ul#Navigation li ul span { &nbsp;/* aktuelle Unterseite kennzeichnen */
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #bf6835;
&nbsp; &nbsp; &nbsp; }</pre></td></tr></tbody></table></code><hr />
</div> <br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;ul id=<span style="color:#0000FF">&quot;Navigation&quot;</span>&gt;</span><span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=startseite&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span> id=<span style="color:#0000FF">&quot;navi&quot;</span>&gt;</span><span style="color:#000080">&lt;b&gt;</span>Startseite<span style="color:#000080">&lt;/b&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=startseite&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Statistik<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span> id=<span style="color:#0000FF">&quot;navi&quot;</span>&gt;</span><span style="color:#000080">&lt;b&gt;</span><b><i>&amp;Uuml;</i></b>ber FHC<span style="color:#000080">&lt;/b&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=warumfhc&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Warum FHC?<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=hinweiseltern&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Hinweis f<b><i>&amp;uuml;</i></b>r Eltern<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=geruechte&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Ger<b><i>&amp;uuml;</i></b>chtek<b><i>&amp;uuml;</i></b>che<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span> id=<span style="color:#0000FF">&quot;navi&quot;</span>&gt;</span><span style="color:#000080">&lt;b&gt;</span>Das Spiel<span style="color:#000080">&lt;/b&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=erklaerung&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Erkl<b><i>&amp;auml;</i></b>rung<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=regeln&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Regeln<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;&quot;</span> id=<span style="color:#0000FF">&quot;navi&quot;</span>&gt;</span><span style="color:#000080">&lt;b&gt;</span>Anmeldung<span style="color:#000080">&lt;/b&gt;</span><span style="color:#008000">&lt;/a&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?sec=planb&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Erkl<b><i>&amp;auml;</i></b>rung<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;index.php?section=warteliste&quot;</span> target=<span style="color:#0000FF">&quot;main&quot;</span>&gt;</span>Anmeldung<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/li&gt;</span></code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>CoverUnder</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365928-dropdownmenue-und-internet-explorer.html</guid>
		</item>
		<item>
			<title>Horizontale Navigation</title>
			<link>http://www.tutorials.de/css/365923-horizontale-navigation.html</link>
			<pubDate>Sun, 05 Sep 2010 09:54:34 GMT</pubDate>
			<description>Hallo nettes Board, 
 
ich verzweifle so langsam. Ich möchte für die Ferienwohnung meiner Eltern eine Internetseite basteln. Hierfür brauche ich eine horizontale Navigation. 
 
Zur Navi: 
Sie besteht auf 7 Grafiken, die alle einen unterschiedlichen Hintergrund haben. Sie sollten horizontal, also...</description>
			<content:encoded><![CDATA[<div>Hallo nettes Board,<br />
<br />
ich verzweifle so langsam. Ich möchte für die Ferienwohnung meiner Eltern eine Internetseite basteln. Hierfür brauche ich eine horizontale Navigation.<br />
<br />
Zur Navi:<br />
Sie besteht auf 7 Grafiken, die alle einen unterschiedlichen Hintergrund haben. Sie sollten horizontal, also nebeneinander aufgelistet werden. Text auf die Buttons kommt nicht, da ich das über die Grafik miteingebunden hab.<br />
So..ich hab jetzt auch gegoogelt, nur hab ich zich-verschiedene Lösungen gefunden. Doch mit keiner kam ich so richtig klar :D<br />
<br />
Hier mal mein momentaner Ansatz:<br />
<br />
<b>HTML</b><br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;<br />
&nbsp; &nbsp; &nbsp;  &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  <br />
<span style="color:#000080">&lt;html&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;head&gt;</span><span style="color:#000080">&lt;title&gt;</span>Ferienwohnung - An der großen Buche<span style="color:#000080">&lt;/title&gt;</span><span style="color:#000080">&lt;/head&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;link rel=<span style="color:#0000FF">&quot;stylesheet&quot;</span> type=<span style="color:#0000FF">&quot;text/css&quot;</span> href=<span style="color:#0000FF">&quot;style.css&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;body&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;header&quot;</span>&gt;</span><span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;navi&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;bilder/schatten_left_button.jpg&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;bilder/home.jpg&quot;</span>/&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;bilder/ferienwohnung.jpg&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;bilder/anreise.jpg&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;bilder/kosten_buchen.jpg&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#800080">&lt;img src=<span style="color:#0000FF">&quot;bilder/schatten_right_button.jpg&quot;</span> /&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/body&gt;</span><br />
<span style="color:#000080">&lt;/html&gt;</span></code><hr />
</div> <br />
<b>CSS</b><br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">* {<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding: 0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
body {<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 842px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color: #cb9340;<br />
&nbsp; &nbsp; &nbsp; &nbsp; font-family: arial;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-left: auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin-right: auto;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }<br />
<br />
#header {<br />
&nbsp; &nbsp; &nbsp; &nbsp; background: url(Bilder/header.jpg);<br />
&nbsp; &nbsp; &nbsp; &nbsp; width: 100%;<br />
&nbsp; &nbsp; &nbsp; &nbsp; height: 227px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> <br />
Für die Navi hab ich jetzt noch nichts im CSS-Teil eingefügt, da ich nur Käse bisher drin hatte und das wieder gelöscht hab :D<br />
Ich hoffe ihr könnt mir weiterhelfen !</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>powerranger2</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365923-horizontale-navigation.html</guid>
		</item>
		<item>
			<title>Focus eines Inputfeldes auf umgebendes div übertragen</title>
			<link>http://www.tutorials.de/css/365921-focus-eines-inputfeldes-auf-umgebendes-div-uebertragen.html</link>
			<pubDate>Sun, 05 Sep 2010 07:00:43 GMT</pubDate>
			<description>Hallo und schönen Sonntag :-) 
 
Gibt es eine Möglichkeit, ein div quasi zu aktivieren, wenn ein Inputfeld, welches in diesem div liegt, angeklickt wurde? 
 
Danke für alle Tipps. 
 
Schöne Grüße 
 
ber</description>
			<content:encoded><![CDATA[<div>Hallo und schönen Sonntag :-)<br />
<br />
Gibt es eine Möglichkeit, ein div quasi zu aktivieren, wenn ein Inputfeld, welches in diesem div liegt, angeklickt wurde?<br />
<br />
Danke für alle Tipps.<br />
<br />
Schöne Grüße<br />
<br />
ber</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>ber</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365921-focus-eines-inputfeldes-auf-umgebendes-div-uebertragen.html</guid>
		</item>
		<item>
			<title>Hauptkategorie in Navi hervorheben, auch wenn Unterkategorie/-punkt aktiv ist</title>
			<link>http://www.tutorials.de/css/365902-hauptkategorie-navi-hervorheben-auch-wenn-unterkategorie-punkt-aktiv-ist.html</link>
			<pubDate>Sat, 04 Sep 2010 14:51:30 GMT</pubDate>
			<description><![CDATA[Hi Leute,  
 
ich habe folgendes Problem. Die Seite http://www.foto-solutions.de/Visionfood/Website3 hat im horizonatlen Menü den Punkt "Produkte". Dort befinden sich vier Untermenüs.  
 
Aktiviere ich jetzt eines der Untermenüs, wird zwar die Seite korrekt angezeigt (außer bei Sonstige ...  - Link...]]></description>
			<content:encoded><![CDATA[<div>Hi Leute, <br />
<br />
ich habe folgendes Problem. Die Seite <a href="http://www.foto-solutions.de/Visionfood/Website3" target="_blank">http://www.foto-solutions.de/Visionfood/Website3</a> hat im horizonatlen Menü den Punkt &quot;Produkte&quot;. Dort befinden sich vier Untermenüs. <br />
<br />
Aktiviere ich jetzt eines der Untermenüs, wird zwar die Seite korrekt angezeigt (außer bei Sonstige ...  - Link nicht aktiv), aber oben der Menüpunkt &quot;Produkte&quot; nicht hervorgehoben. Nehme ich den im Code auf &quot;current&quot;, kann ich ihn nicht mehr als Link anklicken. <br />
<br />
Ich hätte also folglich gerne die farbliche Hervorhebung von &quot;Produkte&quot;, auch wenn ich auf den Unterkategorien/-seiten bin. Der Link &quot;Produkte&quot; sollte dann aber aktiv bleiben. Damit ich jederzeit wieder auf die Produkte-Hauptseite gehen kann. <br />
<br />
Habt ihr hier eine Idee?<br />
<br />
Viele Grüße<br />
Steve</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>Steve2010</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365902-hauptkategorie-navi-hervorheben-auch-wenn-unterkategorie-punkt-aktiv-ist.html</guid>
		</item>
		<item>
			<title>Div mit variabler Breite</title>
			<link>http://www.tutorials.de/css/365858-div-mit-variabler-breite.html</link>
			<pubDate>Fri, 03 Sep 2010 10:05:55 GMT</pubDate>
			<description>Moinz. 
Ich bastel gerade an ein paar Seiten und hab mal ne Frage. Das Design ist recht simpel. Links ist ein Menu, in der Mitte der Haupttext und rechts ist ne Box mit irgendwas.  
Das an sich zu basteln ist kein Thema...alles mit float:left ausstatten, ne Breite für jedes Element angeben und...</description>
			<content:encoded><![CDATA[<div>Moinz.<br />
Ich bastel gerade an ein paar Seiten und hab mal ne Frage. Das Design ist recht simpel. Links ist ein Menu, in der Mitte der Haupttext und rechts ist ne Box mit irgendwas. <br />
Das an sich zu basteln ist kein Thema...alles mit float:left ausstatten, ne Breite für jedes Element angeben und fertig.<br />
<br />
|Menu||Text||Box|<br />
<br />
Jetzt hab ich eine Seite, wo rechts keine Box ist. Der Haupttext hat also mehr Platz rechts, da ich aber jedem Div eine Breite angegeben hab, nutzt er das nicht und rechts ist es leer. <br />
<br />
|Menu||Text| <br />
<br />
ist es aber es sollte<br />
<br />
|Menu||Teeeeext|<br />
<br />
sein. Kann man da irgendwas machen oder muss da doch ne andere ID, bzw. CLASS um den Haupttext drumrum? Ich hatte gehofft, dass es bei CSS irgendwas dynamisches gibt. So nach dem Motto: Wenn Platz, dann nutze ihn.<br />
<br />
-bedank-<br />
TZP</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>Teilzeitphilosoph</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365858-div-mit-variabler-breite.html</guid>
		</item>
		<item>
			<title>Bild im Textfluss rechtsbündig anzeigen lassen?</title>
			<link>http://www.tutorials.de/css/365854-bild-im-textfluss-rechtsbuendig-anzeigen-lassen.html</link>
			<pubDate>Fri, 03 Sep 2010 09:02:23 GMT</pubDate>
			<description>Hi zusammen! 
 
Aus Not heraus beschäftige ich mich seit gestern mit CSS und versuche die neue Website meiner Tante so umzuschreiben, dass sie für sie einfacher zum bedienen ist. Ich will also daher vorher nur anmerken, dass meine CSS kenntnisse nahezu non-existent sind bis auf das, was ich seit...</description>
			<content:encoded><![CDATA[<div>Hi zusammen!<br />
<br />
Aus Not heraus beschäftige ich mich seit gestern mit CSS und versuche die neue Website meiner Tante so umzuschreiben, dass sie für sie einfacher zum bedienen ist. Ich will also daher vorher nur anmerken, dass meine CSS kenntnisse nahezu non-existent sind bis auf das, was ich seit gestern gelernt habe. Man verzeihe mir also etwaige Fehler in diesem Bereich. Meine letzte html Seite ist auch schon n halbes Jahrzehnt her *seufz*<br />
<br />
Mein Problem ist folgendes:<br />
<br />
Ich versuche ein kleine Portraitbild auf der Indexseite in meinem im css definitierten textcontent div zu packen und zwar so, dass der text es oben, links seitlich und unten umfließt (das Bild liegt sogar in einem übergeordneten Layer). Dies hab ich mit der float funktion soweit hinbekommen. Es ist also schön rechts positioniert und der Text umfließt es soweit auch. Mein problem ist aber, dass die zeilen, die überhalb des Bildes erscheinen nun abließend mit dem linken Bildrand aufhören und somit etwas eingerückt sind.<br />
<br />
Ich habe versucht mit mehr abstandzeilen zu arbeiten, um zu sehen ob das Bild einfach zu groß dafür ist, das hat aber soweit nichts gebracht.<br />
Gibt es eine möglichkeit die oberen zwei Zeilen meines Textes oben am Bild vorbeifließen zu lassen ohne, dass sich das Bild oder der Text dabei verschiebt?<br />
<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Zitat:</div>
	<div class="bbcode_quote printable">
		<hr />
		
			#textcontent {<br />
	width:940px;<br />
	height:100%;<br />
	z-index:3;<br />
	margin-left: 2%;<br />
	margin-right: 2%;<br />
	margin-top: 120px;<br />
	margin-bottom: 40px;<br />
	overflow: hidden;<br />
	text-align:left;<br />
	font-size: 16px;<br />
	font-family: Georgia;<br />
	color: #ffff33;<br />
	font-weight: bold;<br />
float:left;<br />
}<br />
#ich {<br />
	z-index:8;<br />
	float: right;<br />
	margin-top:65px;<br />
	margin-right:305px;<br />
	text-align: center;<br />
	overflow: hidden;<br />
}<br />
<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="bbcode_code_highlight"><pre>&lt;div id=&quot;textcontent&quot;&gt;
&lt;div id=&quot;ich&quot;&gt;&lt;img src=&quot;_img/foto.jpg&quot; /&gt;&lt;br clear=&quot;all&quot; /&gt;&lt;/div&gt;
Mein &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Name ist Andrea P., 1963 geboren und &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ich &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;m&amp;ouml;chte hier aus meinem Leben berichten. Warum ich gerade diesen &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Titel &nbsp;f&amp;uuml;r meine Seite gew&amp;auml;hlt habe, ist sehr leicht erkl&amp;auml;rt:&lt;br /&gt;&lt;br /&gt;
&lt;br /&gt;
&nbsp; &nbsp; &lt;blockquote&gt;&lt;i&gt;
&nbsp; &nbsp; &nbsp; &nbsp; Ich &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;kam gesund zur Welt, &lt;br /&gt;
&nbsp; &nbsp; &nbsp; &nbsp; verlor mit knapp 7 Jahren mein Augenlicht,&lt;br /&gt;
&nbsp; &nbsp; &nbsp; &nbsp; lebte &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;15 Jahre im Dunkeln &lt;br /&gt;
&nbsp; &nbsp; &nbsp; &nbsp; und darf mich seit 1985 eines Sehverm&amp;ouml;gens &lt;br /&gt;
&nbsp; &nbsp; &nbsp; &nbsp; von 4 &amp;deg; im &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Zentrum erfreuen. &lt;br /&gt;
&nbsp; &nbsp; &nbsp; &nbsp; Mein linkes Auge dient derzeit als &amp;quot;Reserveorgan&amp;quot;.&lt;br /&gt;&lt;br /&gt;
&nbsp; &nbsp; &lt;/blockquote&gt;&lt;/i&gt;
&lt;br /&gt;
Ich &nbsp; &nbsp; &nbsp;startete 2004 erstmals &nbsp;den Versuch eine HP ins Leben zu rufen. Mit &nbsp; &nbsp; &nbsp;Hilfe meiner Nichte Jasmin erstellte &nbsp; &nbsp; &nbsp; &nbsp; ich die Seiten f&amp;uuml;r unsere Feuerwehr. &nbsp; &nbsp; &nbsp; &nbsp; Jetzt ist es an der Zeit, f&amp;uuml;r &nbsp; &nbsp;meine eigene Homepage zu arbeiten. 2010 war es mir ein Bed&amp;uuml;rfnis, meine eigene Homepage neu zu gestalten. Dieses Unterfangen ist jedoch schwieriger als ich dachte. F&amp;uuml;r die Erstellung meiner Kopfzeile m&amp;ouml;chte ich meinem Kollegen Cedo recht herzlichen Dank sagen. &lt;br /&gt;&lt;br /&gt;</pre></td></tr></tbody></table></code><hr />
</div>
			
		<hr />
	</div>
</div> <br />
Sorry, das da auch text drinsteht, aber sonst sieht mans vielleicht nicht richtig. XD danke für jedliche Hilfe im voraus!</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>Tomo-chan</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365854-bild-im-textfluss-rechtsbuendig-anzeigen-lassen.html</guid>
		</item>
		<item>
			<title>Dropdown Menü - Grundlegende Fragen</title>
			<link>http://www.tutorials.de/css/365790-dropdown-menue-grundlegende-fragen.html</link>
			<pubDate>Wed, 01 Sep 2010 21:41:15 GMT</pubDate>
			<description><![CDATA[Hi, 
ich frage mich, was die beste Möglichkeit ist Submenüs von normalen Navigationen (<ul><li>) zu positionieren. Klar habe ich mich schon informiert und verschiedenen angeschaut, aber ich verstehe dabei das grundlegende Prinzip nicht. Ich möchte hier keinerfalls vorgefertige, sondern lediglich...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
ich frage mich, was die beste Möglichkeit ist Submenüs von normalen Navigationen (&lt;ul&gt;&lt;li&gt;) zu positionieren. Klar habe ich mich schon informiert und verschiedenen angeschaut, aber ich verstehe dabei das grundlegende Prinzip nicht. Ich möchte hier keinerfalls vorgefertige, sondern lediglich das Grundprinzip hinter der Positionierung, Ein-und Ausblendung.<br />
Auch möchte ich den Internet Explorer in den älteren Versionen nicht weiter beachten und dies nur auf modernen Browsern zum laufen bekommen. Wie man eine einfache Navigation aufbaut auch, meine Kenntnisse in HTML/CSS sind auch einigermaßen gut, lediglich das bereitet mir schierigkeiten (genauso wie border-image, aber das ist ein anderes Thema :) ).<br />
<br />
Gehen wir davon aus der Aufbau ist wie folgt:<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>1
2
3
4
5
6
7
8
9
10
11
</pre></td><td class="bbcode_code_highlight"><pre>&lt;ul id=&quot;nav&quot;&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;LALE&lt;/a&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;ul&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;GALLERY&lt;/a&gt;&lt;/li&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;FORUMS&lt;/a&gt;&lt;/li&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/ul&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;/li&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;LULU&lt;/a&gt;&lt;/li&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;COMMUNITY&lt;/a&gt;&lt;/li&gt;
&nbsp; &nbsp; &nbsp; &nbsp; &lt;li&gt;&lt;a href=&quot;&quot;&gt;LÖLÖ&lt;/a&gt;&lt;/li&gt;
&nbsp; &nbsp; &lt;/ul&gt;</pre></td></tr></tbody></table></code><hr />
</div> <br />
Der CSS Code ist genauso standart. Die Menüpunkte sollen erstmal vertikal angeordnet sein (also ohne &quot;float:left;&quot;, &quot;display:inline;&quot; und sonstige Geschichten) und die Subnavigation soll rechts neben dem aktiven Hauotmenüpunkt beim &quot;hover&quot; erscheinen.<br />
Das wäre die erste Frage. Wie gehe ich schritt für Schritt vor, welche CSS Eigenschaften brauche ich.<br />
<br />
Die anderee Frage wäre entsprechend eine horizontale Navigation mit vertikalem Submenü unterhalb des aktiven Punktes.<br />
<br />
Wie schonmal gesagt, Codeschnippsel und das benötigte Werkzeug reichen mir. Ich muss und will es nur verstehen ohne Copy+Paste.</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>LeMarkus</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365790-dropdown-menue-grundlegende-fragen.html</guid>
		</item>
		<item>
			<title>Links fehlen im IE 8</title>
			<link>http://www.tutorials.de/css/365784-links-fehlen-im-ie-8-a.html</link>
			<pubDate>Wed, 01 Sep 2010 19:04:09 GMT</pubDate>
			<description>Hallo, 
 
ich habe folgende Seite: 
 
http://www.morecash4mail.de 
 
dort sind in der header.jpg die buttons eingebunden! 
 
Im FireFox habe ich die Links bei den Buttons, aber im IE 8 sind die nirgends!</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich habe folgende Seite:<br />
<br />
<a href="http://www.morecash4mail.de" target="_blank">http://www.morecash4mail.de</a><br />
<br />
dort sind in der header.jpg die buttons eingebunden!<br />
<br />
Im FireFox habe ich die Links bei den Buttons, aber im IE 8 sind die nirgends!<br />
<br />
Kann nur ein Problem in meiner CSS sein!<br />
<br />
Datei habe ich mal angehangen, wäre schön wenn mir wer helfen könnte!;)<br />
<br />
<br />
Danke</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Angehängte Dateien</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/rar.gif" alt="Dateityp: rar" />
	<a href="http://www.tutorials.de/attachments/css/54354d1283367839-style.rar">style.rar</a> 
(1,1 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>Divo1984</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365784-links-fehlen-im-ie-8-a.html</guid>
		</item>
		<item>
			<title>Farbverlauf und Schlagschatten um Div</title>
			<link>http://www.tutorials.de/css/365773-farbverlauf-und-schlagschatten-um-div.html</link>
			<pubDate>Wed, 01 Sep 2010 15:10:01 GMT</pubDate>
			<description>Moinz. 
Ich bastel an einer Seite und hab ein Problem...vielleicht hat jemand einen Hinweis für mich. Die Seite ist recht simpel aufgebaut. Im gesamten Hintergrund soll ein Farbverlauf von oben nach unten gehen. Die Seite selbst hat in der Mitte ein Div mit purem Text.  
Jetzt soll das Div links...</description>
			<content:encoded><![CDATA[<div>Moinz.<br />
Ich bastel an einer Seite und hab ein Problem...vielleicht hat jemand einen Hinweis für mich. Die Seite ist recht simpel aufgebaut. Im gesamten Hintergrund soll ein Farbverlauf von oben nach unten gehen. Die Seite selbst hat in der Mitte ein Div mit purem Text. <br />
Jetzt soll das Div links und rechts einen Schatten kriegen. Den Farbverlauf zu basteln war nicht schwer.<br />
<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>1
</pre></td><td class="bbcode_code_highlight"><pre>body&nbsp; &nbsp; &nbsp; &nbsp; { text-align: center; background:url(&quot;../background.jpg&quot;) repeat-x scroll left bottom transparent; margin: 0; }</pre></td></tr></tbody></table></code><hr />
</div> <br />
Das jpg fängt oben hell an und wird nach unten hin immer blauer. Klappt.<br />
<br />
Aber wie bastelt man fachmännisch einen Schatten links und rechts am Div? Der Schatten soll vom Rand des Divs weg immer heller werden. Bin für Vorschläge offen. :)<br />
<br />
-bedank-</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>Teilzeitphilosoph</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365773-farbverlauf-und-schlagschatten-um-div.html</guid>
		</item>
		<item>
			<title>First-Letter funktioniert nicht wie gewollt</title>
			<link>http://www.tutorials.de/css/365755-first-letter-funktioniert-nicht-wie-gewollt.html</link>
			<pubDate>Wed, 01 Sep 2010 07:52:21 GMT</pubDate>
			<description>Hallo, 
 
ich möchte den ersten Buchstaben auf meinem Blog größer machen. Soweit hab ich das auch gut hinbekommen, allerdings wird jetzt bei jedem Absatz der Buchstaben groß gemacht. 
 
So mach ich den ersten Buchstaben groß, was super funktioniert: 
 
HTML: 
--------- 
div.entry-content...</description>
			<content:encoded><![CDATA[<div>Hallo,<br />
<br />
ich möchte den ersten Buchstaben auf meinem Blog größer machen. Soweit hab ich das auch gut hinbekommen, allerdings wird jetzt bei jedem Absatz der Buchstaben groß gemacht.<br />
<br />
So mach ich den ersten Buchstaben groß, was super funktioniert:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">div.entry-content p:first-letter { padding-right: 7px; <br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left: 5px; <br />
&nbsp; &nbsp; &nbsp; &nbsp; font-size: 70pt; <br />
&nbsp; &nbsp; &nbsp; &nbsp; left: 0px; <br />
&nbsp; &nbsp; &nbsp; &nbsp; float: left; <br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-bottom: 0px; <br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-top: 5px; <br />
&nbsp; &nbsp; &nbsp; &nbsp; position: absolute; <br />
&nbsp; &nbsp; &nbsp; &nbsp; top: 100px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; }</code><hr />
</div> Bei der Bildunterschrift möchte ich den ersten Buchstaben normal klein haben, allerdings kann ich zwar die Farbe ändern, aber die Größe bleibt gleich:<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code">.wp-caption-text:first-letter{<br />
font-size:0.5em;<br />
color:red;<br />
}</code><hr />
</div> Hier eine <a href="http://reanimation.cc/forum/test2.html" target="_blank">Vorschau</a> auf die Seite.<br />
<br />
Wie lös ich das jetzt am besten?</div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>paraphan</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365755-first-letter-funktioniert-nicht-wie-gewollt.html</guid>
		</item>
		<item>
			<title>Wrapper Klasse passt die Höhe nicht an?</title>
			<link>http://www.tutorials.de/css/365712-wrapper-klasse-passt-die-hoehe-nicht.html</link>
			<pubDate>Tue, 31 Aug 2010 11:13:12 GMT</pubDate>
			<description><![CDATA[Ich benötige iweder mal ein paar Augen, die mich auf meinen Fehler hinweisen. 
Die Wrapper-Klasse passt sich leider nicht an die Höhe des Inhaltes an. Warum? 
 
HTML (mit Smarty-Tags) 
 
HTML: 
--------- 
<div id="contentwrap"> 
        	{if $show_index_boxes == 'true'}<div id="content">{else}<div...]]></description>
			<content:encoded><![CDATA[<div>Ich benötige iweder mal ein paar Augen, die mich auf meinen Fehler hinweisen.<br />
Die Wrapper-Klasse passt sich leider nicht an die Höhe des Inhaltes an. Warum?<br />
<br />
HTML (mit Smarty-Tags)<br />
<div class="bbcode_container">
	<div class="bbcode_description">HTML-Code:</div>
	<hr /><code class="bbcode_code"><span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;contentwrap&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $show_index_boxes == 'true'}<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;content&quot;</span>&gt;</span>{else}<span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;contentfull&quot;</span>&gt;</span>{/if}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {$content}<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $show_index_boxes == 'true'}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;leftcol&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=xt_new_products type=user order_by='rand()'}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=xt_new_products type=user order_by='rand()'}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=xt_new_products type=user order_by='rand()'}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div id=<span style="color:#0000FF">&quot;rightcol&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box&nbsp; name=categories}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=cart}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=loginbox}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {content block_id=7 levels=nested}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {if $_content_7|count &gt; 0}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;h2 class=<span style="color:#0000FF">&quot;boxheader&quot;</span>&gt;</span>{txt key=TEXT_INFO}<span style="color:#000080">&lt;/h2&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;div class=<span style="color:#0000FF">&quot;infoboxbody&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;ul class=<span style="color:#0000FF">&quot;contentlist&quot;</span>&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {foreach name=aussen item=box_data from=$_content_7}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;li class=<span style="color:#0000FF">&quot;level{$box_data.level}{if $box_data.active} active{/if}&quot;</span>&gt;</span><span style="color:#008000">&lt;a href=<span style="color:#0000FF">&quot;{$box_data.link}&quot;</span>&gt;</span>{$box_data.title}<span style="color:#008000">&lt;/a&gt;</span><span style="color:#000080">&lt;/li&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/foreach}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/ul&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/if}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=manufacturers}<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {box name=xt_bestseller_products type=user}<span style="color:#000080">&lt;/div&gt;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {/if}<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color:#000080">&lt;/div&gt;</span></code><hr />
</div> CSS:<br />
<div class="bbcode_container">
                <div class="bbcode_description">Code :</div>
                <hr /><code class="bbcode_code"><table class="" style="font-family:monospace;"><tbody><tr><td class="bbcode_code_linenumbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="bbcode_code_highlight"><pre>/* CONTENT WRAPPER */
#contentwrap {clear:both;width:892px;padding:6; min-height:700px; background: url(&quot;../img/weisser_Hintergrund_2px.png&quot;) repeat-y;}
&nbsp;
/* LEFT COLUMN */
#leftcol {float:left; width:162px; padding:0px 0px 0px 0px; margin-top:15px;}
&nbsp;
/* RIGHT COLUMN */
#rightcol {float:right; width:160px; padding:0px 0px 0px 0px; margin-right: 21px; margin-top:15px;}</pre></td></tr></tbody></table></code><hr />
</div> </div>

 ]]></content:encoded>
			<category domain="http://www.tutorials.de/css/">CSS</category>
			<dc:creator>aminox</dc:creator>
			<guid isPermaLink="true">http://www.tutorials.de/css/365712-wrapper-klasse-passt-die-hoehe-nicht.html</guid>
		</item>
	</channel>
</rss>
