<?xml version="1.0" encoding="ISO-8859-1"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

<channel>
    <title>Alice-Grafixx.de Forum - XHTML-CSS 25 RSS</title>
    <language>de</language>
    <link>http://alice-grafixx.de</link>
    <description>GFX-Community mit kostenlosen Tutorials, Wordpress Themes, Layouts, Emoticons, Photoshop Downloads uvm. ...</description>
    <copyright>Copyright </copyright>
	<atom:link href="http://alice-grafixx.de/rss" rel="self" type="application/rss+xml" />
    <generator>Alice-Grafixx.de RSS Feeder</generator>

<item>
<title>Wie Fußzeile hinzufügen?</title>
<link>http://alice-grafixx.de/thema/Wie_Fuzeile_hinzufuegen-1296</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Wie_Fuzeile_hinzufuegen-1296</guid>
<pubDate>Wed, 27 Nov 2013 11:03:50 +0100</pubDate>
<description><![CDATA[ Jungs, ich will Fuzeile hinzufgen, aber ich kann nicht, wie es zu tun. Ich mchte Sie bitten, mir einige hilfreiche Anregung fr das Hinzufgen von Fuzeilen zu geben. Ich werde es begren werden! ]]></description>
</item>
<item>
<title>hover effekt in der navigation</title>
<link>http://alice-grafixx.de/thema/hover_effekt_in_der_navigation-1273</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/hover_effekt_in_der_navigation-1273</guid>
<pubDate>Sun, 09 Jun 2013 21:56:52 +0200</pubDate>
<description><![CDATA[ He Leute,<br />
<br />
hoffe ihr knnt mir helfen. entweder seh ichs einfach nicht oder .... <img src="http://alice-grafixx.de/images/smilie/zwink.gif" alt=";)" /><br />
<br />
mein Problem ist folgendes: Ich mchte so eine Navigation wie hier auf folgender Seite <em> -link geloescht -</em>. das heist wenn man ber den link fhrt dann wird unter dem link die weise linie rot. das mit dem hover effekt iist ja eigentlich simpel. aber ich bekomm den abstand zwischen link und hover nicht hin. hier mal mein code:<br />
<br />
<div class="php"><pre class="brush: php">ul.navi_menu{
    height: 40px;
	list-style: none;
	line-height: -0.2px;
	padding: 0px;
	border-top: 2px white solid;
}

ul.navi_menu a{
    display: inline-block;
	text-decoration: none;
	color: white;
}

ul.navi_menu a:hover{
	border-bottom: 2px solid red;  
}
</pre></div><br />
<br />
bedanke mich schonmal im vorraus fr eure Hilfe <img src="http://alice-grafixx.de/images/smilie/smile.gif" alt=":)" /><br />
<br />
LG phil ]]></description>
</item>
<item>
<title>Wiso ? CSS Schriftfarbe</title>
<link>http://alice-grafixx.de/thema/Wiso__CSS_Schriftfarbe-1264</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Wiso__CSS_Schriftfarbe-1264</guid>
<pubDate>Sat, 23 Mar 2013 10:40:19 +0100</pubDate>
<description><![CDATA[ Guten Tag,<br />
ich bin eigentlich ein Profi, was HTML und CSS angeht.<br />
Doch nun verzweifle ich, denn ich habe schon alles ausprobiert doch an eine bestimmten Stelle meiner Website lsst sich egal was ich mach die Farbe nicht ndern.<br />
<br />
mein Ausschnitt der CSS Datei:<br />
<div class="php"><pre class="brush: php">
#navi1 h2 {
     font-color: #ffc06e;
}
</pre></div><br />
#navi1 ist das Einlogfenster in Form von einem Div-Container.<br />
Mit nur #navi habe ich es auch schon probiert und mit einem Span Im Div auch schon, jedoch klappt nichts. ]]></description>
</item>
<item>
<title>Buttons bei Hover verrutschen</title>
<link>http://alice-grafixx.de/thema/Buttons_bei_Hover_verrutschen-1256</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Buttons_bei_Hover_verrutschen-1256</guid>
<pubDate>Mon, 04 Feb 2013 17:38:19 +0100</pubDate>
<description><![CDATA[ Guten Abend! <img src="http://alice-grafixx.de/images/smilie/smile.gif" alt=":)" /><br />
<br />
Mein Design hat einen  kleinen Makel! Im Dreamweaver ist der Hover der Buttons so wie  er sein soll: Button verndert sich, verrutscht aber nicht. Ist die Seite hochgeladen, verrutschen die Buttons beim Hover um 1-2 Millimeter nach rechts. Scheint nicht weiter tragisch zu sein, ist mir aber ein Dorn im Auge! <img src="http://alice-grafixx.de/images/smilie/mh.gif" alt=":o" /><br />
<br />
Habe margins, paddings etc. (alles, was von diesen 1-2 Millimetern htte abhngig sein knnen), ausgetauscht und ausprobiert, ob sich etwas verndert. Leider nirgendwo das gewnschte Endergebnis!<br />
<br />
Hat jemand eine Ahnung, woran es liegen knnte?<br />
<br />
Bei Bedarf stelle ich auch den CSS-Code rein!<br />
<br />
Liebe Gre<br />
Neo ]]></description>
</item>
<item>
<title>< title >-Text anzeigen lassen??</title>
<link>http://alice-grafixx.de/thema/_title_Text_anzeigen_lassen-1238</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/_title_Text_anzeigen_lassen-1238</guid>
<pubDate>Sat, 25 Aug 2012 16:57:11 +0200</pubDate>
<description><![CDATA[ Hi,<br />
ich habe eine Frage... oder Problem. Vielleicht kann mir geholfen werden. Und zwar bin ich gerade dabei eine Seite aufzubauen... soweit so gut. Die einzelnen Content-Seiten werden per include-Befehl eingebunden (sind also .php-Datein).<br />
<br />
So... nun steht in meiner Index-Seite im &lt;title&gt;-Tag mein Seitenname also. Schaut so aus.<br />
<br />
<div class="php"><pre class="brush: php">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;

&lt;title&gt;Meine kleine Webseite&lt;/title&gt;

&lt;link rel=&quot;icon&quot; href=&quot;favicon.ico&quot; type=&quot;image/ico&quot; /&gt;
&lt;link href=&quot;style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;

&lt;/head&gt;

&lt;body&gt;</pre></div><br />
<br />
Da ich ja die einzelnen .php-Seiten nun include wird von dieser Seite der Name leider nicht angezeigt.... wie muss man denn das gestalten das also auch immer der Titel der Unterseiten mit angezeigt wird? ]]></description>
</item>
<item>
<title>probleme bei der darstellung der website</title>
<link>http://alice-grafixx.de/thema/probleme_bei_der_darstellung_der_website-1193</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/probleme_bei_der_darstellung_der_website-1193</guid>
<pubDate>Sun, 05 Feb 2012 22:43:23 +0100</pubDate>
<description><![CDATA[ Hi,<br />
<br />
ich programmiere gerade ein website und ich hab das problem wenn ich das bei mir auf mac anschaue dann stellt es mir die website ordentlich dar (safari) aber wenn ich das ber einen windows rechner anschaue dann bleibt zwar der header in der mitte aber alles andere verschiebt sich nach rechts obwohl ich das mittig ausgerichtet habe..<br />
<br />
was stimmt nicht was mach ich falsch? <img src="http://alice-grafixx.de/images/smilie/sad.gif" alt=":(" /><br />
<br />
hier der code: (alles was bei den div elementen unter style steht wird noch in die css datei bertragen)<br />
<br />
index.php<br />
<br />
<div class="php"><pre class="brush: php">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Dj Chelios | Danger is Radioaktiv&lt;/title&gt;
&lt;meta name=&quot;robots&quot; content=&quot;DJ Chelios,Philipp Schurig,Musik,DJ,Necomer,Crank&quot;&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;DJ Chelios,Musik,Necomer,Philipp Schurig,Crank&quot;&gt;
  
  &lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/style.css&quot;/&gt;
    
    &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
	&lt;meta http-equiv=&quot;imagetoolbar&quot; content=&quot;no&quot; /&gt;
	&lt;meta http-equiv=&quot;Content-Language&quot; content=&quot;de&quot; /&gt;
&lt;/head&gt;
&lt;body style=&quot;margin:0;padding:0;&quot; link=&quot;#ffffff&quot; alink=&quot;black&quot; vlink=&quot;#ffffff&quot;&gt;

&lt;!-- Header start --&gt;
   &lt;div&gt;&lt;center&gt; &lt;?php include (&quot;header.html&quot;); ?&gt; &lt;/center&gt;&lt;/div&gt;
&lt;!-- Header End --&gt;

&lt;!-- Navi Start --&gt;
   &lt;?php include (&quot;navi.html&quot;); ?&gt;
&lt;!-- Navi End --&gt;

&lt;!-- Anzeigen Start --&gt;
&lt;!-- Anzeigen End --&gt;

&lt;!-- Main Start --&gt;
    &lt;div style=&quot;margin-left:153px;background-color: black;width: 975px;height:1940px;text-color:white&quot;&gt;

&lt;div id=&quot;ram&quot;&gt;
&lt;div id=&quot;header&quot;&gt;
			&lt;h1&gt;LAST POSTS&lt;/h1&gt;
		&lt;/div&gt;
				
&lt;div id=&quot;content&quot;&gt;
		
&lt;?php // news.php

include(&#039;config.inc.php&#039;); 	// DB-Verbindung einbinden
include(&#039;functions.php&#039;); 	// Funktionen einbinden

// News auslesen
$abfrage = mysql_query(&quot;SELECT id FROM news&quot;);
$total = mysql_num_rows($abfrage); 					// Anzahl aller Zeilen in DB ermitteln

// ---------------------- Seitennavigationsdaten --------------------------------------------------

$per_page = &quot;6&quot;;      		// Anzahl der News die Pro Seite ausgegeben werden sollen
$p = &quot;10&quot;;                  // Anzahl der Links die in der Seitenavigation ausgegeben werden

// Blaetterfunktion aufrufen
list ($start, $ende) = get_navi($_GET[&#039;go&#039;], $total, &#039;index.php?go=&#039;, false, $per_page, $p);
// ---------------------- ENDE Seitennavigationsdaten----------------------------------------------

$abfrage = mysql_query(&quot;SELECT id, autor, title, news, DATE_FORMAT(date, &#039;%d.%m.%Y&#039;) AS datum FROM news ORDER BY date DESC LIMIT $start,$ende&quot;);

// News ausgeben ausgeben
while($row = mysql_fetch_object($abfrage)){
    
   // Anzahl der Kommentare ermitteln
    $comments = mysql_query(&quot;SELECT id FROM comments WHERE news_id=&#039;$row-&gt;id&#039;&quot;); 
	$com_num = mysql_num_rows($comments); // Anzahl der Kommentare
	
    echo &quot;&lt;div class=\&quot;news\&quot;&gt;\n&quot;; 
    echo &quot;&lt;h2&gt;&quot;.$row-&gt;title.&quot;\n &lt;small&gt;verfasst von &quot;.$row-&gt;autor.&quot; am &quot;.$row-&gt;datum.&quot; | \n&quot;;
    echo &quot;&lt;a href=\&quot;comments.php?id=&quot;.$row-&gt;id.&quot;\&quot;&gt;Kommentare &quot;.$com_num.&quot;&lt;/a&gt;&lt;/small&gt;\n &lt;/h2&gt;&quot;;

	echo &quot;&lt;p&gt;&quot;.bbcode($row-&gt;news).&quot;&lt;/p&gt;&quot;;
    echo &quot;&lt;/div&gt;\n&quot;;
} // close while

// -------------------------------------- Seitennavigation ausgeben ----------------------------

get_navi($_GET[&#039;go&#039;], $total, &#039;index.php?go=&#039;, true, $per_page, $p);

// -------------------------------------- Seitennavigation ende --------------------------------

?&gt;
&lt;/div&gt;
&lt;/div&gt;
    &lt;/div&gt;
&lt;!-- Main End --&gt;

&lt;!-- Footer Start --&gt;
     &lt;?php include (&quot;footer.html&quot;); ?&gt;
&lt;!-- Footer End --&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></div><br />
<br />
style.css<br />
<br />
<div class="php"><pre class="brush: php">a {text-decoration:none}
a:hover {color: red}

#centeredDiv
{
[B]position: absolute;
width: 975px;
margin-left: 250px; /* negative Hlfte von width: 500px */
top: 340px;
height: 40px;
margin-top: -170px; /* negative Hlfte von height: 300px */[/B]
}

#content {
    clear: left;
    float: left;
    width: 550px;
    padding: 0 34px 0 5px;
    margin: 15px 0 15px;

}

.news{
	width: 500px;
	border-bottom: 2px solid #E0E0E0;
	padding: 5px 2px;
	margin: 0px 0px 10px;
}

#ram {
	height: 1100px;
    width: 975px;
    margin: 0px auto;
    color: white;
}

#header {
	top: 20px;
    float: left;
    border-bottom: 5px solid #ccc;
    height: 48px;
    width: 500px;
    padding-left: 30px;
}

p { padding: 5px; margin:0px; }

.pages{
	border: 1px solid #E0E0E0;
	padding: 2px 7px;
	float: right;
	margin: -3px 0 0;
}

.current {
	border: 1px solid #E0E0E0;
	padding: 4px 7px;
	color: #ffffff; 
}

h2{
    font: bold 1em Arial, Sans-Serif;
    margin: 0 0 12px;
}

	h2 small{
		display: block;
		color: #737373;
		font-weight: normal;
		font-size: .5.1em;
	}
</pre></div><br />
<br />
danke schonmal fr eure hilfe ]]></description>
</item>
<item>
<title>Problem mit einem Gallery-Skript</title>
<link>http://alice-grafixx.de/thema/Problem_mit_einem_GallerySkript-1188</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Problem_mit_einem_GallerySkript-1188</guid>
<pubDate>Sun, 11 Dec 2011 02:50:03 +0100</pubDate>
<description><![CDATA[ Hallo. ^^ Da mir in diesem Forum schon oft geholfen wurde. Dank der lieben Alice. Htte ich da noch ein kleines Problem. Ich wrde gerne eine Gallery erstellen wo man Thickbox und die Mosaik-Slidebox (beides mit jQuery) komponiert. Einzel geht dies super. Doch sobald ich den Code fr die Thickbox zur Slidebox hinzufge kommt nur ein Schwarzbild und mein eigentliches Bild wird nicht angezeigt. (Falls man es nicht auf die Screens achten!)<br />
<br />
<img src="http://s3.imgimg.de/uploads/problem12f51df86jpg.jpg" border="0" alt="" class="contentImage" /><br />
<br />
<img src="http://s3.imgimg.de/uploads/problem22abfa675jpg.jpg" border="0" alt="" class="contentImage" /><br />
<br />
Die Codes sind folgendermaen:<br />
<br />
header.php<br />
<div class="php"><pre class="brush: php">&lt;?php
	session_start();
	include(&quot;db.php&quot;);
	include(&quot;functions.inc.php&quot;);
	include(&quot;bbc.inc.php&quot;);
	if(!isset($_SESSION[&quot;login&quot;]) &amp;&amp; isset($_COOKIE[&quot;webvids_name&quot;])) {
		if(exist(&quot;users WHERE name = &#039;&quot;.umbruch($_COOKIE[&quot;webvids_name&quot;]).&quot;&#039; AND passwort = &#039;&quot;.umbruch($_COOKIE[&quot;webvids_passwort&quot;]).&quot;&#039; AND status = &#039;1&#039;&quot;) &amp;&amp; anzahl(&quot;users_login WHERE ip = &#039;&quot;.getenv(&quot;REMOTE_ADDR&quot;).&quot;&#039; AND erfolgreich = &#039;0&#039; AND timestamp &gt; &#039;&quot;.(time()-60*30).&quot;&#039;&quot;) &lt; 4) {
			$_SESSION[&quot;login&quot;] = value(&quot;users WHERE name = &#039;&quot;.umbruch($_COOKIE[&quot;webvids_name&quot;]).&quot;&#039; AND passwort = &#039;&quot;.umbruch($_COOKIE[&quot;webvids_passwort&quot;]).&quot;&#039; AND status = &#039;1&#039;&quot;,&quot;id&quot;);
			mysql_query(&quot;INSERT INTO users_login (name, ip, timestamp, erfolgreich) VALUES (&#039;&quot;.umbruch($_COOKIE[&quot;webvids_name&quot;]).&quot;&#039;, &#039;&quot;.getenv(&quot;REMOTE_ADDR&quot;).&quot;&#039;, &#039;&quot;.time().&quot;&#039;, &#039;1&#039;)&quot;);
		} else {
			mysql_query(&quot;INSERT INTO users_login (name, ip, timestamp, erfolgreich) VALUES (&#039;&quot;.umbruch($_COOKIE[&quot;webvids_name&quot;]).&quot;&#039;, &#039;&quot;.getenv(&quot;REMOTE_ADDR&quot;).&quot;&#039;, &#039;&quot;.time().&quot;&#039;, &#039;0&#039;)&quot;);
		}
	}

?&gt;
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;de&quot;&gt;
	&lt;head&gt;
		&lt;title&gt;&amp;rsaquo; FH4Y &amp;dagger; Flying Hearts for You &amp;lsaquo;&lt;/title&gt; 
		&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=ISO-8859-1&quot; /&gt; 
		&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot;  /&gt;
				&lt;link rel=&quot;shortcut icon&quot; type=&quot;image/x-icon&quot; href=&quot;./img/favicon.ico&quot; /&gt;
				&lt;script type=&quot;text/javascript&quot; src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.0/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;js/thickbox.js&quot;&gt;&lt;/script&gt;
		&lt;script type=&quot;text/javascript&quot; src=&quot;js/mosaic.1.0.1.js&quot;&gt;&lt;/script&gt;
		&lt;script type=&quot;text/javascript&quot;&gt;  
			
			jQuery(function($){
				$(&#039;.bar&#039;).mosaic({
					animation	:	&#039;slide&#039;
				});
		    });
		    
		&lt;/script&gt;
&lt;/head&gt;
	&lt;body&gt;
&lt;div id=&quot;container&quot;&gt;
 &lt;div id=&quot;werbung&quot;&gt;
			&lt;a id=&quot;links&quot; href=&quot;https://twitter.com/DJaneMauzi&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s3.imgimg.de/uploads/twittera1f1054epng.png&quot;&gt;&lt;/a&gt; &lt;a id=&quot;links&quot; href=&quot;http://www.youtube.com/user/HorrorAnqel&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s3.imgimg.de/uploads/ytf6c87e89png.png&quot;&gt;&lt;/a&gt;&lt;a id=&quot;links&quot; href=&quot;http://animexx.onlinewelten.com/mitglieder/steckbrief.php?id=472677&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s3.imgimg.de/uploads/mexxb95f674bpng.png&quot;&gt;&lt;/a&gt; &lt;a id=&quot;links&quot; href=&quot;http://www.wer-kennt-wen.de/person/o4ivziq2&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s3.imgimg.de/uploads/wkw0aa53cd3png.png&quot;&gt;&lt;/a&gt; &lt;a id=&quot;links&quot; href=&quot;http://saiy-jano.deviantart.com/&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s3.imgimg.de/uploads/dadfcfa3ddpng.png&quot;&gt;&lt;/a&gt; &lt;a id=&quot;links&quot; href=&quot;http://s183.photobucket.com/home/HorrorAnqeL/index&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://s3.imgimg.de/uploads/pb63cb9dd7png.png&quot;&gt;&lt;/a&gt;
	&lt;/div&gt;
	 &lt;?php
$bilder=array(&quot;header01&quot;,&quot;header02&quot;,&quot;header03&quot;,&quot;header04&quot;);
mt_srand ((double)microtime()*1000000);
$zahl = mt_rand(0,(count($bilder) - 1));
echo &quot;&lt;div id=&#039;&quot;.$bilder[$zahl].&quot;&#039;&gt;&lt;/div&gt;&quot;;
?&gt;
&lt;div id=&quot;content&quot;&gt;
</pre></div><br />
<br />
icons.php<br />
<div class="php"><pre class="brush: php">&lt;?php include(&quot;header.php&quot;); ?&gt;
&lt;h1&gt;Willkommen&lt;/h1&gt;
&lt;div id=&quot;display&quot;&gt;Es freut mich sehr das &lt;b&gt;du&lt;/b&gt; dich auf &lt;u&gt;meiner&lt;/u&gt; kleinen aber feinen Homepage verirrt hast! &lt;i&gt;Flying Hearts for You&lt;/i&gt; ist sowas wie ein &lt;s&gt;kleiner&lt;/s&gt; Blog nur &lt;b&gt;ohne&lt;/b&gt; Bloggen. Sie fllt daher in die Kategorie &quot;&lt;i&gt;Private Homepage&lt;/i&gt;&quot; meiner Hinsicht nach. Hier kommt &lt;u&gt;alles&lt;/u&gt; drauf was ich gerne &lt;b&gt;hier&lt;/b&gt; draufschmeien mchte sei es nun FanFictions oder Reviews. Schau dich &lt;u&gt;hier&lt;/u&gt; einfach um und erfahre mehr ber mich und meiner Welt &lt;s&gt;und wenn du Lust hast dann nimm auch Kontakt mit mir auf&lt;/s&gt;.&lt;/div&gt;
&lt;?php
	$proseite = 1;
	$seite = (isset($_REQUEST[&quot;seite&quot;]) ? zahl($_REQUEST[&quot;seite&quot;]) : 0);
	$erg = mysql_query(&quot;SELECT * FROM news ORDER BY timestamp DESC LIMIT &quot;.$seite.&quot;, &quot;.$proseite);
	while($row=mysql_fetch_object($erg)) {
		?&gt;
		&lt;h1&gt;&lt;?= $row-&gt;titel ?&gt;&lt;/h1&gt;
&lt;table width=&quot;100%&quot;&gt;
&lt;tr&gt;
&lt;td width=&quot;1%&quot; valign=&quot;top&quot;&gt;&lt;a href=&quot;news.php?id=&lt;?= $row-&gt;id ?&gt;&quot; class=&quot;button&quot;&gt;Hearts [&lt;?= anzahl(&quot;news_kommentare WHERE news = &#039;&quot;.$row-&gt;id.&quot;&#039;&quot;) ?&gt;]&lt;/a&gt;&lt;br /&gt;&lt;img src=&quot;&lt;?php echo $image; ?&gt;&quot; border=&quot;0&quot; alt=&quot;&quot; width=&quot;100&quot; id=&quot;ava&quot; /&gt;&lt;/td&gt;
&lt;td width=&quot;99%&quot; valign=&quot;top&quot;&gt;&lt;?= stripslashes(bbccode($row-&gt;text)) ?&gt;&lt;/td&gt;
&lt;/tr&gt;&lt;/table&gt;
			&lt;div class=&quot;spacer&quot;&gt;&lt;/div&gt;
		&lt;?php
	}
?&gt;
&lt;div id=&quot;site&quot;&gt;&lt;?= seite(&quot;news&quot;,$seite,$proseite,&quot;index.php?seite=&quot;) ?&gt;&lt;/div&gt;
&lt;?php include(&quot;footer.php&quot;); ?&gt;</pre></div><br />
<br />
style.css<br />
<div class="php"><pre class="brush: php">/* ####### Slidebox ####### */
.mosaic-block{ left:0%; top:0%; position:absolute; }
				.clearfix{ display: block; height: 0; clear: both; visibility: hidden; }
						
				.details{ margin:2px 2px 2px 2px;
				font-size:10px;
			text-align:center;
			color:#FFFFFF; }
/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

/*General Mosaic Styles*/
.mosaic-block {
	float:left;
	position:relative;
	overflow:hidden;
	width:100px;
	height:100px;
	background:url(img/bg-black.png);
	padding:4px;
	border:1px solid #121212;
	margin:2px;
}

	.mosaic-backdrop {
		display:none;
		position:absolute;
		top:2;
		height:100%;
		width:100%;
	}
	
	.mosaic-overlay {
		display:none;
		z-index:5;
		position:absolute;
		width:100%;
		height:100%;
		background:#111;
	}
	
		/*** Custom Animation Styles (You can remove/add any styles below) ***/
		.circle .mosaic-overlay {
			background:url(../img/hover-magnify.png) no-repeat center center;
			opacity:0;
			-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=00)&quot;;
			filter:alpha(opacity=00);
			display:none;
		}
		
		.fade .mosaic-overlay {
			opacity:0;
			-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=00)&quot;;
			filter:alpha(opacity=00);
			background:url(../img/bg-black.png);
		}
		
		.bar .mosaic-overlay {
			bottom:-100px;
			height:30px;
			background:url(img/bg-black.png);
		}
		
		.bar2 .mosaic-overlay {
			bottom:-50px;
			height:100px;
			opacity:0.8;
			-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=80)&quot;;
			filter:alpha(opacity=80);
		}
		
			.bar2 .mosaic-overlay:hover {
				opacity:1;
				-ms-filter: &quot;progid:DXImageTransform.Microsoft.Alpha(Opacity=100)&quot;;
				filter:alpha(opacity=100);
			}
		
		.bar3 .mosaic-overlay {
			top:-100px;
			height:100px;
			background:url(../img/bg-black.png);
		}

/* ####### Thickbox ####### */
*{padding: 0; margin: 0;}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + &#039;px&#039;);
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop) + &#039;px&#039;);
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement &amp;&amp; document.documentElement.scrollTop || document.body.scrollTop) + &#039;px&#039;);
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + &#039;px&#039;);
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
</pre></div><br />
<br />
Ich wrde mich sehr ber hilfe freuen und mich entschuldigen das es so viel Code wurde. <img src="http://alice-grafixx.de/images/smilie/smile.gif" alt=":)" /><br />
<br />
lG djaneMauzi ]]></description>
</item>
<item>
<title>Div verrutscht!</title>
<link>http://alice-grafixx.de/thema/Div_verrutscht-1132</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Div_verrutscht-1132</guid>
<pubDate>Sun, 17 Jul 2011 22:19:53 +0200</pubDate>
<description><![CDATA[ Hey,<br />
Ich hab ein kleines Problem mit meinem Div.Ich bin gerade dabei meinen eigenen Blog zu erstellen und benutze einen Div der sich bei Firefox auf dem richtigen Platz befindet bei Safari und Google Chrome jedoch verrutscht. Kann mir bitte jemand helfen? Ich bin echt ratlos.<br />
<br />
Hier ist mein HTML-Code:<br />
<div class="php"><pre class="brush: php">&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD HTML 4.01 Transitional//EN\&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;title&gt;test3&lt;/title&gt;


  &lt;link rel=\&quot;stylesheet\&quot; type=\&quot;text/css\&quot; href=\&quot;style.css\&quot;&gt;

&lt;/head&gt;


&lt;body style=\&quot;background-image: url(http://www.bilder-hochladen.net/files/3a3j-8a-f90f.jpg);\&quot;&gt;

&lt;table style=\&quot;text-align: left; position: absolute; left: 207px; width: 796px; height: 100%; top: 0pt;\&quot; border=\&quot;0\&quot; cellpadding=\&quot;0\&quot; cellspacing=\&quot;0\&quot;&gt;

  &lt;tbody&gt;

    &lt;tr&gt;

      &lt;td colspan=\&quot;5\&quot; align=\&quot;left\&quot; background=\&quot;http://www.bilder-hochladen.net/files/big/3a3j-8b-9c83.jpg\&quot; height=\&quot;280\&quot; valign=\&quot;middle\&quot;&gt;
      &lt;div class=\&quot;navi\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Home&lt;/a&gt;
      &lt;/div&gt;

      &lt;div class=\&quot;navi2\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Stuff&lt;/a&gt;&lt;/div&gt;

      &lt;div style=\&quot;position: absolute; left: 207px; width: 799px; top: 254px; height: 35px;\&quot;&gt;&lt;span class=\&quot;nav\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Diary&lt;/a&gt;&lt;/span&gt;
      &lt;span class=\&quot;nav\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Sweets&lt;/a&gt;&lt;/span&gt;&lt;span class=\&quot;nav\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Literary
Box&lt;/a&gt;&lt;span class=\&quot;nav\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Fangasm&lt;/a&gt;&lt;/span&gt;
      &lt;span class=\&quot;nav\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Profile &lt;/a&gt;&lt;/span&gt;&lt;span class=\&quot;nav\&quot;&gt;&lt;a href=\&quot;#\&quot;&gt;Music?&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;

      &lt;/td&gt;

    &lt;/tr&gt;

    &lt;tr&gt;

      &lt;td class=\&quot;inhalt\&quot;&gt;At vero eos et accusam et justoduo
dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus
est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
takimata sanctus est Lorem ipsum dolor sit amet. Duis autem vel eum
iriure dolor in hendrerit in &amp;nbsp;&amp;nbsp; vulputate velit esse
molestie consequat,
vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et
iusto odio dignissim qui blandit praesent luptatum zzril delenit augue
duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt
ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim
veniam, quis nostrud exerci &amp;nbsp; ptua. At vero eos et accusam et justo duo dolores et ea
rebum.
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum
dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing
elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna
aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo
dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus
est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
takimata sanctus est Lorem ipsum dolor sit amet. Duis autem vel eum
iriure dolor in hendrerit in vulputate velit esse molestie consequat,
vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et
iusto odio dignissim qui blandit praesent luptatum zzril delenit augue
duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt
ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim
veniam, quis nostrud exerci
Lorem
ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy
eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed
diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum
dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing
elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna
aliquyam erat, sed diam voluptua.
At vero eos et accusam et justo duo
dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus
est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur
sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam
et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea
takimata sanctus est Lorem ipsum dolor sit amet. Duis autem vel eum
iriure dolor in hendrerit in vulputate velit esse molestie consequat,
vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et
iusto odio dignissim qui blandit praesent luptatum zzril delenit augue
duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet,
consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt
ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim
veniam, quis nostrud exerci &lt;/td&gt;

    &lt;/tr&gt;

    &lt;tr&gt;

      &lt;td colspan=\&quot;5\&quot; class=\&quot;footer\&quot; align=\&quot;left\&quot; background=\&quot;http://www.bilder-hochladen.net/files/3a3j-89-839a.jpg\&quot; height=\&quot;123\&quot; valign=\&quot;middle\&quot;&gt; &lt;/td&gt;

    &lt;/tr&gt;

  &lt;/tbody&gt;
&lt;/table&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre></div><br />
<br />
Hier ist mein CSS-Code:<br />
<div class="php"><pre class="brush: php">tbody {
float: left;
color: #000000;
font-family: Georgia;
text-align:justify;
line-height: 12px;
font-size: 10px;
letter-spacing: 0px;
cursor: url(http://cur.cursors-4u.net/smilies/smi-2/smi166.cur), progress;
}

.inhalt {
padding: 20px;
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 15px;
}

.inhalt2 {
padding: 20px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 15px;
width: 150px;
}

.nav a:link, .navi a:visited
{ color:#e7e3e2; 
text-decoration:none;
font-family: Corbel, sans-serif; 
font-size: 14px;
text-align:center; 
vertical-align:middle;
border-right: 2px solid #FFFFFF;
filter:alpha(opacity=30); /* IE */
opacity:0.3; /* allgemein */
-moz-opacity:0.3; /* Mozilla */
-khtml-opacity:0.3; /* KTHML */
-opera-opacity:0.3; /* Opera */
}

.nav a:hover 
{color:#FFFFFF; 
text-decoration:none; 
font-family: Corbel, sans-serif; 
font-size: 14px; 
text-align:center; 
vertical-align:middle;
border-right: 2px solid #b30026;
cursor: url(http://cur.cursors-4u.net/smilies/smi-2/smi166.cur), progress;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset \&#039;blur\&#039; colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;
filter:alpha(opacity=100); /* IE */
opacity:1; /* allgemein */
-moz-opacity:1; /* Mozilla */
-khtml-opacity:1; /* KTHML */
-opera-opacity:1; /* Opera */
}


.navi a:link, .navi a:visited
{ color:#e7e3e2; 
text-decoration:none;
font-family:vani; 
font-size:11px;
background-image:url(http://www.bilder-hochladen.net/files/3a3j-8c-1700.jpg);
background-repeat:repeat-x;
display: inline-block;  
width:320px;
height:135px;
position: absolute;
float: center; 
left: 683px; 
width: 320px; 
padding-top: 0px;
top: 0px; 
text-align:center; 
vertical-align:middle;
} 






.navi a:hover 
{color:#FFFFFF; 
text-decoration:italic; 
font-family:Tw Cen MT Condensed Extra Bold; 
font-size:28px; 
background-image:url(http://www.bilder-hochladen.net/files/3a3j-8e-6883.jpg); 
background-repeat:repeat-x; 
display: inline-block; 
width:320px;
height:135px;
height:135px;
position: absolute;
float: center; 
left: 683px; 
width: 320px; 
padding-top: 0px;
top: 0px;
text-align:center; 
vertical-align:middle;
cursor: url(http://cur.cursors-4u.net/smilies/smi-2/smi166.cur), progress;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset \&#039;blur\&#039; colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;

}

.navi{
    text-align:left;
    margin:0 auto;    
}


.navi2 a:link, .navi a:visited
{ color:#e7e3e2; 
text-decoration:none;
font-family:vani; 
font-size:12px;
background-image:url(http://www.bilder-hochladen.net/files/3a3j-8d-53c3.jpg);
background-repeat:repeat-x;
display:inline-block;  
width:320px;
height:135px;
position: absolute; 
left: 683px; 
width: 320px; 
top: 126px;
text-align:left; 
vertical-align:middle;
}

.navi2 a:hover 
{color:#FFFFFF; 
text-decoration:italic; 
font-family:Tw Cen MT Condensed Extra Bold;
font-size:28px; 
background-image:url(http://www.bilder-hochladen.net/files/3a3j-8f-4918.jpg); 
background-repeat:repeat-x; 
display:inline-block; 
width:320px;
height:135px;
position: absolute; 
width: 320px; 
top: 126px;
text-align:left; 
vertical-align:middle;
cursor: url(http://cur.cursors-4u.net/smilies/smi-2/smi166.cur), progress;
text-shadow: 0 0 2px #000; /* horizontal-offset vertical-offset \&#039;blur\&#039; colour */
  -moz-text-shadow: 0 0 2px #000;
  -webkit-text-shadow: 0 0 2px #000;

}

.navi2{
    text-align:left;
    margin:0 auto;
 }   
</pre></div><br />
<br />
Hier hab ich auch noch ein Bild von dem verrutschten Div in Safari:<br />
<br />
<a href="http://www.bilder-hochladen.net/files/big/3a3j-8g-d296.png" target="_blank">klick!</a> ]]></description>
</item>
<item>
<title>Problem mit Content</title>
<link>http://alice-grafixx.de/thema/Problem_mit_Content-1094</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Problem_mit_Content-1094</guid>
<pubDate>Thu, 23 Sep 2010 15:52:37 +0200</pubDate>
<description><![CDATA[ Huhu Leute,<br />
ich hab mal wieder ein problem und zwar will mal Content nicht so wie ich es mchte.<br />
Ich habe arbeite ausschlielich nur mit div-tags, ich glaube das nennt man box-modell, ich wei es gerade nicht, auf jeden fall ist es so, dass mein frame-div die bg-datei beinhalten fr meinen content und mein frame geht nicht mit dem ganzen content mit, am besten ihr schaut es euch selbst an.<br />
<br />
<a href="http://mystic-graphics.bplaced.net/" target="_blank">Klick</a><br />
<br />
Index-datei:<br />
<div class="php"><pre class="brush: php">
&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot; xml:lang=&quot;de&quot; lang=&quot;de&quot;&gt;
	&lt;head&gt;
		&lt;title&gt;Mystic-Graphics&lt;/title&gt;
		&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
		&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://mystic-graphics.bplaced.net/2010/001.css&quot; media=&quot;screen&quot; /&gt;
		&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://mystic-graphics.bplaced.net/2010/001-news.css&quot; media=&quot;screen&quot; /&gt;
		&lt;link rel=&quot;shortcut icon&quot; href=&quot;favicon.ico&quot; type=&quot;image/x-icon&quot; /&gt;
	&lt;/head&gt;

        &lt;body&gt;
        	&lt;div id=&#039;frame&#039;&gt;
        	
        		&lt;div id=&#039;header&#039;&gt;
        		
        			&lt;div id=&#039;thONE&#039;&gt;
        				&lt;div class=&#039;left&#039;&gt;&lt;/div&gt;
        				&lt;div class=&#039;right&#039;&gt;
	        				&lt;a href=&#039;http://www.mystic-askme.de.pn/&#039; target=&#039;_blank&#039; id=&#039;ask&#039;&gt;&amp;nbsp;&lt;/a&gt;
	        				&lt;a href=&#039;http://#&#039; target=&#039;_blank&#039; id=&#039;journal&#039;&gt;&amp;nbsp;&lt;/a&gt;
	        				&lt;a href=&#039;http://flgschool.oyla.de&#039; target=&#039;_blank&#039; id=&#039;flg&#039;&gt;&amp;nbsp;&lt;/a&gt;
        				&lt;/div&gt;
        			&lt;/div&gt;&lt;!--- /thONE ---&gt;
        			
        			&lt;div id=&#039;thTWO&#039;&gt;
        				&lt;div class=&#039;left&#039;&gt;&lt;/div&gt;
        				&lt;div class=&#039;right&#039;&gt;&lt;/div&gt;
        			&lt;/div&gt;&lt;!--- /thTWO ---&gt;
        			
        			&lt;div id=&#039;thTHREE&#039;&gt;
        				&lt;div class=&#039;left&#039;&gt;&lt;/div&gt;
        				&lt;div class=&#039;right&#039;&gt;&lt;/div&gt;
        			&lt;/div&gt;&lt;!--- /thTHREE ---&gt;
        			
        			&lt;div id=&#039;thBOTTOM&#039;&gt;
        				&lt;div class=&#039;sidebar&#039;&gt;
        					&lt;?php include(&#039;sidebar.inc.php&#039;); ?&gt;
        				&lt;/div&gt;					
					&lt;/div&gt;&lt;!--- /thBOTTOM ---&gt;
					
				&lt;/div&gt;&lt;!--- /header ---&gt;
				
        			&lt;div id=&#039;content&#039;&gt;
        				&lt;div class=&#039;rand&#039;&gt;
        					&lt;?php include(&#039;textseiten/including.txt&#039;); ?&gt; 
        				&lt;/div&gt;
        			&lt;/div&gt;&lt;!--- /content ---&gt;
        	&lt;/div&gt;&lt;!--- /frame ---&gt;
			
			
        			
			&lt;div id=&#039;footer&#039;&gt;
        		&lt;div class=&#039;rand&#039;&gt;        					
        			&lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot; src=&quot;http://www.x-stat.de/stat.php?id=lovetoyou5&quot;&gt;&lt;/script&gt;
        		&lt;/div&gt;
        	&lt;/div&gt; 
        &lt;/body&gt;
&lt;/html&gt;
</pre></div><br />
<br />
sidebar-datei:<br />
<div class="php"><pre class="brush: php">
	&lt;div class=&#039;blue&#039;&gt;
		&lt;h1 id=&#039;home&#039;&gt;Main&lt;/h1&gt;
		 	&lt;ul&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=news&#039;&gt;News&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=main/history&#039;&gt;About MG&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=webbies/team&#039;&gt;Team&lt;/a&gt;&lt;/li&gt; 
	    	 &lt;li&gt;&lt;a href=&#039;?site=webbies/wmc&#039;&gt;&lt;b&gt;WMC&lt;/b&gt;&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=main/linkin&#039;&gt;Link IN&lt;/a&gt;&lt;/li&gt;      	    	  
	    	 &lt;li&gt;&lt;a href=&#039;?site=main/linkout&#039;&gt;Link Out&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=main/become&#039;&gt;Become?&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=main/regeln&#039;&gt;Regeln&lt;/a&gt;&lt;/li&gt; 
	    	&lt;/ul&gt;
	 &lt;/div&gt; 
	 
	&lt;div class=&#039;rose&#039;&gt;
		&lt;h1 id=&#039;gfx&#039;&gt;Graphics&lt;h1&gt;
		   	&lt;ul&gt; 
			 &lt;li&gt;&lt;a href=&#039;?site=icons/icons-7&#039;&gt;Icons&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=icons/bases-5&#039;&gt;Bases&lt;/a&gt;&lt;/li&gt;    	  
	    	 &lt;li&gt;&lt;a href=&#039;?site=icons/textur-2&#039;&gt;Texturen&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=icons/templates-1&#039;&gt;Templates&lt;/a&gt;&lt;/li&gt;  	  
	    	 &lt;li&gt;&lt;a href=&#039;?site=Gfx/header-3&#039;&gt;Header&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=Gfx/signs&#039;&gt;Splashes&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=Gfx/signaturen-2&#039;&gt;Signaturen&lt;/a&gt;&lt;/li&gt;
	    	&lt;/ul&gt;
	 &lt;/div&gt;  
	 
	 &lt;div class=&#039;bluee&#039;&gt;
	 	&lt;h1 id=&#039;download&#039;&gt;Downloads&lt;/h1&gt;
	    	&lt;ul&gt;    	     
	    	 &lt;li&gt;&lt;a href=&#039;?site=Downloads/brushes-1&#039;&gt;&lt;s class=&#039;red&#039;&gt;Brushes&lt;/s&gt;&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=Downloads/texturen-3&#039;&gt;Texturen&lt;/a&gt;&lt;/li&gt;
	    	 &lt;li&gt;&lt;a href=&#039;?site=Downloads/png-4&#039;&gt;PNGs&lt;/a&gt;&lt;/li&gt; 
			 &lt;li&gt;&lt;a href=&#039;?site=Downloads/designs&#039;&gt;Designs&lt;/a&gt;&lt;/li&gt; 
			&lt;/ul&gt;
	 &lt;/div&gt;   

	 &lt;div class=&#039;green&#039;&gt;
	 	&lt;h1 id=&#039;junk&#039;&gt;Junk corner&lt;/h1&gt;
    	&lt;ul&gt;    	 
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/newsletter&#039;&gt;&lt;s class=&#039;red&#039;&gt;Newsletter&lt;/s&gt;&lt;/a&gt;&lt;/li&gt;    	  
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/umfragen&#039;&gt;&lt;s class=&#039;red&#039;&gt;Umfragen&lt;/s&gt;&lt;/a&gt;&lt;/li&gt;
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/awardvergabe&#039;&gt;Awardvergabe&lt;/a&gt;&lt;/li&gt;    	  
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/mural&#039;&gt;&lt;s class=&#039;red&#039;&gt;Murals&lt;/s&gt;&lt;/a&gt;&lt;/li&gt;
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/sotmy&#039;&gt;SOTM/SOTY&lt;/a&gt;&lt;/li&gt;
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/dotm&#039;&gt;&lt;s class=&#039;red&#039;&gt;DOTM&lt;/s&gt;&lt;/a&gt;&lt;/li&gt;    	  
    	 &lt;li&gt;&lt;a href=&#039;?site=Others/gfx-con&#039;&gt;&lt;s class=&#039;red&#039;&gt;GFX-Contest&lt;/s&gt;&lt;/a&gt;&lt;/li&gt;
    	&lt;/ul&gt;
	 &lt;/div&gt;
</pre></div><br />
<br />
haupt-CSS-Datei:<br />
<br />
<div class="php"><pre class="brush: php">
* {
	margin: 0px;
	padding: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

body {
	color: #5d0000;
	font: normal 14px/1.5 &#039;Times New Roman&#039;, &#039;Georgia&#039;, Sans-Serif;
	background: #ceb9a6 url(&#039;img/x-line.jpg&#039;) top left repeat-x; 
}

:focus {
	outline: none;
}

.cleaner { clear: both;}

.red {
	color: #770d19 !important;
}

.blue {
	color: #0d1077 !important;
}

.green {
	color: #0d7776 !important;
}

.organge {
	color: #f9995f !important;
}

#frame {	
	margin: 0;
	padding: 0;
	width: 800px;
	background: url(&#039;img/frame.jpg&#039;) top left repeat-y;
	text-align: left;
	position: relative;
}

#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 758px;
	background: #ceb9a6;
	position: relative;
}

#header #thONE {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 133px;	
}

#header #thONE .left {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 133px;
	background: url(&#039;img/header-left-1.jpg&#039;) top left no-repeat;
	float: left;
}

#header #thONE .right {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 133px;
	float: right;
}

#header .right a#ask{
 	display: block; 	
	margin: 0;
	padding: 0;
	width: 75px;
	height: 131px;
	text-decoration: none;
	background: url(&#039;img/header-right-ask-a.jpg&#039;) top left no-repeat;
	float: left;	
}

#header .right a#ask:hover{ 	
	text-decoration: none;	
	background: url(&#039;img/header-right-ask-ah.jpg&#039;) top left no-repeat;
}

#header .right a#journal{
 	display: block;
	margin: 0;
	padding: 0;
	width: 75px;
	height: 131px;
	text-decoration: none;
 	background: url(&#039;img/header-right-journal-a.jpg&#039;) top left no-repeat;
 	float: left;
}

#header .right a#journal:hover{
	text-decoration: none;	
	background: url(&#039;img/header-right-journal-ah.jpg&#039;) top left no-repeat;
}

#header .right a#flg{
 	display: block;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 131px;
	text-decoration: none;
	background: url(&#039;img/header-right-flg-a.jpg&#039;) top left no-repeat;
	float: left;
}

#header .right a#flg:hover{
	text-decoration: none;
	background: url(&#039;img/header-right-flg-ah.jpg&#039;) top left no-repeat;
}

#header #thTWO {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 178px;
	clear: both;
}

#header #thTWO .left {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 178px;
	background: url(&#039;img/header-left-2.jpg&#039;) top left no-repeat;
	float: left;
}

#header #thTWO .right {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 178px;
	background: url(&#039;img/header-right-2.jpg&#039;) top left no-repeat;
	float: left;
}

#header #thTHREE {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 216px;		
	clear: both;
}

#header #thTHREE .left {
	margin: 0;
	padding: 0;
	width: 500px;
	height: 216px;
	background: url(&#039;img/header-left-3.jpg&#039;) top left no-repeat;
	float: left;
}

#header #thTHREE .right {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 261px;
	background: url(&#039;img/header-right-3.jpg&#039;) top left no-repeat;
	float: left;
}

#header #thBOTTOM {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 231px;
	background: #fff url(&#039;img/header-bottom.jpg&#039;) top left no-repeat;	
	position: relative;
}

#header #thBOTTOM .sidebar {
	top: 10px;
	left: 180px;
	width: 620px;
	height: 232px;
	padding: 0;
	position: absolute;
}

header #thBOTTOM .sidebar .rand {
	padding: 0 10px 10px 0;
}

#header #thBOTTOM .sidebar h1 {
	margin: 0 0 2px 0;
	padding: 3px 5px;
	font: italic normal 13px/16px &#039;Sylfaen&#039;, &#039;Georgia&#039;, &#039;Times New Roman&#039;, Serif;
}

#header #thBOTTOM .sidebar .blue, #header #thBOTTOM .sidebar .bluee, #header #thBOTTOM .sidebar .green, #header #thBOTTOM .sidebar .rose {
    margin: 0;
	padding: 0;
	top: 0;
	width: 150px;
	position: absolute;
}

#header #thBOTTOM .sidebar .blue {
	left: 0; 
}

#header #thBOTTOM .sidebar .rose {
	left: 155px;
}

#header #thBOTTOM .sidebar .bluee {
	left: 310px;
}

#header #thBOTTOM .sidebar .green {
	left: 465px;
}

#header #thBOTTOM .sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;	 
}

#header #thBOTTOM .sidebar ul li {
	margin: 1px 0 0 0;
	padding: 0;
	font: normal 13px/16px &#039;Times New Roman&#039;, &#039;Georgia&#039;, Serif;
}

#header #thBOTTOM .sidebar ul li a {
	display: block;
	padding: 2px;
	text-decoration: none;
}

#header #thBOTTOM .sidebar .blue ul li a, #header #thBOTTOM .sidebar .bluee ul li a {
	color: #74e4ff;
	background: #7a83c0;
}

#header #thBOTTOM .sidebar .blue ul li a:hover, #header #thBOTTOM .sidebar .bluee ul li a:hover {
	color: #7a83c0;
	background: #74e4ff;
}

#header #thBOTTOM .sidebar .green ul li a {
	color: #79ffc8;
	background: #699e8b;
}

#header #thBOTTOM .sidebar .green ul li a:hover {
	color: #699e8b;
	background: #79ffc8;
}

#header #thBOTTOM .sidebar .rose ul li a {
	color: #b03d72;
	background: #b777b0;
}

#header #thBOTTOM .sidebar .rose ul li a:hover {
	color: #e3aead;
	background: #b03d72;
}

#content {
	margin: 0 0 0 160px;
	padding: 0px;
	width: 640px;
	background: url(&#039;img/content-bg.jpg&#039;) top left repeat-x;
	position: relative;
}

#content .rand {
	padding: 10px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
		margin: 1px 0px 2px 0px;
		padding: 5px 5px 2px 5px;	 	
	 	clear: both;
}

#content h1 {
	color: #6d98a4;
	font: normal bold 18px/18px &#039;Times New Roman&#039;, &#039;Georgia&#039;, Serif;	
	text-align: left;
	text-shadow: #000 1px 1px;	
}

#content h1 span {
	margin: 0px;
	padding: 0px 3px 12px 3px;
	color: #400040;
	font: normal 8px/9px &#039;Georgia&#039;, &#039;Times New Roman&#039;, Serif;
	text-shadow: none;
}

#content h2 {	
	color: #a73f74;
	font: normal bold 18px/16px &#039;Georgia&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	text-align: right;	
	text-shadow: #800000 1px 1px;
}

#content h2 span {
	margin: 0px;
	padding: 12px 2px 3px 2px;
	color: #000040;
	font: normal 8px/9px &#039;Georgia&#039;, &#039;Times New Roman&#039;, Serif;
}

#content h3 {
	color: #ffc0c0;
	font: normal bold 18px/18px &#039;Tahoma&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	text-align: center;	
	text-shadow: #4040ff 1px 1px; 
}

#content h3 span {
	margin: 0px;
	padding: 0px 2px 13px 2px;
	color: #400000;
	font: normal 8px/9px &#039;Georgia&#039;, &#039;Times New Roman&#039;, Serif;
}

#content a {
 	margin: 0px 3px;
 	padding: 0px;
	color: #ce32ab;
	text-decoration: none;
}

#content a:hover {
	color: #7432ce;
	text-decoration: none;
}

#content b, #content strong {
	color: #895d95;
}

#content i, #content em {
	color: #6435a5;
}

#content s, #content strike {
	color: #c67660;
}

#content u {
	color: #008080;
	border-bottom: 1px dashed #ebffa5;
}

#content input, #content textarea {
	margin: 1px 0px 1px 0px;
	padding: 2px;
	color: #407a79;
	background: #eef6f6;
	border: 1px solid #cde5e5;
}

#content input:focus, #content textarea:focus{
	border: 1px solid #7a4070;
}

#content input:hover, #content textarea:hover{
	border: 1px solid #4a407a;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content .gfx, #content .ava {
	margin: 0px 1px 1px 0px;
	padding: 5px;
	color: #cdf1f0;
	font: normal 10px/11px &#039;Georgia&#039;, &#039;Times New Roman&#039;;
	background: #c18e7e url(&#039;img/gfx.jpg&#039;);
	border: 1px solid #fdebed;
	text-align: center;
	float: left;
}

#content .gfx img, #content .ava img {
	margin: 0;
	padding: 3px;
	background: url(&#039;img/gfx-img.jpg&#039;);
}

#content .preview {
	margin: 0px 1px 1px 0px;
 	padding: 0px;
 	width: 120px;
 	height: 73px; 
	background-color: transparent;	
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center center; 
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous;
}

#content .download {
	float: left;   
	margin: 0px 6px 6px 0px;
	padding: 0px; 
	background: #555555; 
	text-align: center;
	color: #FFF;
}

#content .download .rand {
	padding:5px;
}

#content .download small {
	font: normal 7.5pt/14pt &#039;Georgia&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	padding: 0px;
	text-align: center;
}

#content .download a {
	display: block;
	margin: 2px 0px;
	padding: 2px;
	color: #c40645;
	background: #252525;
	text-decoration: none;
	text-align: left;
}

#content .download a:hover {
 	margin: 2px 0px;
	padding: 2px;
	color: #b30981;
	background: #55025a;
	text-decoration: none;
}

#content .download b {
	color: #62716f;
	font-family: &quot;Arial&quot;, &quot;Verdana&quot;, &quot;Tahoma&quot;, Serif;
}


#content .center {
	padding: 0px 0px 0px 20px;
}

#content a.tooltip {
	position: relative;
	z-index: 20; 
	text-decoration: none;
}

#content a.tooltip:hover {
	z-index: 25; 
	text-decoration: none;
}

#content a.tooltip span{ 
	display: none;
}

#content a.tooltip:hover span{
	background: #11141d; 
	display: block; 
	position: absolute;
	top: 1px; 
	left: 5px; 
	width: 120px; 
	padding: 3px 7px; 
	border: 2px solid #2f374f; 
	color: #fff; 
	text-align: left; 
}

#ontent a.tooltip:hover span strong{
	color: #749c94;
}

#content .navigation {
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
}

#content .navigation a {
	margin: 0px 1px 0px 1px;
	padding: 2px 3px;
	color: #8a7e4c;
	font-weight: bold;
	background: #b4a874 url(&#039;img/navi-a.jpg&#039;) top left repeat-x;	
	text-decoration: none;
	text-align: center;
}

#content .navigation a:hover {
	color: #84447c;
	background: #b267a7 url(&#039;img/navi-ah.jpg&#039;) top left repeat-x;
	text-decoration: none;
}

#content .linkexchange {
	margin: 0px 1px 1px 0px;
	padding: 5px;
	color: #bb9b93;
	font: normal 7px/8px &#039;Small Fonts&#039;, &#039;Georgia&#039;;
	background: #e9e0dd;
	border: 1px solid #d2beb8;
	text-align: right;
	float: left;
}

#content .linkexchange a {
	margin: 0px;
	padding: 1px;
	color: #a4786e;
	font: normal bold 10px/10px &#039;Times New Roman&#039;, Sans-Serif;
	text-decoration: none;
}

#content .linkexchange a:hover {
	color: #fff;
	text-decoration: none;
}

#content .linkexchange img {
	margin: 0px;
	padding: 2px;
}

#content .square ul, #content .square-red ul {
	margin: 5px;
	padding: 0px;
	list-style: square inside;
}

#content .square ul li {
 	margin: 0px 0px 1px 0px;
 	padding: 0px;
	color: #0c10aa;
	font-weight: bold;
}

#content .square-red ul li {
 	margin: 0px 0px 1px 0px;
 	padding: 0px;
	color: #a90d0d;
	font-weight: bold;
}

#content table {
	border: 1px solid #c0c0c0;
}

#content table td {
	border-bottom: 1px solid #c0c0c0;
}

#content table th {
	color: #217989;
	font: bold 18px/100% &#039;Sylfaen&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	height: 25px;
	background: #9dd0db url(&#039;img/th.jpg&#039;) bottom left repeat-x;
	text-align: center;
}

#content table th:first-letter {
	color: #892141;
}

#content table td.name {
 	padding: 5px;
	color: #15176f;
	background: #d5d5d9;
	font-weight: bold;
	text-align: center;
}

#content table td.origin, #content table td.mean, #content table td.nameday {
 	padding: 5px;
	color: #ada077;
	background: #e5e5e7;
	text-align: center;
}

#footer {
 	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 200px;
	border-top: 5px solid #000000;
	background: #31868f;
	text-align: center;
	clear: both;
	position: relative;
}

#footer .rand {
	padding: 15px 50px 25px 50px;
} 

#footer a {
	margin: 0px;
	padding: 2px;
	color: #5e128a;
	background: #f9f9f8;
	text-decoration: line-through;
	border-radius-topright:8px;
	border-radius-topleft:0px;
	border-radius-bottomright:0px;
	border-radius-bottomleft:8px;
	
    -moz-border-radius-topright:8px;
    -moz-border-radius-topleft:0px;
    -moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:8px;
	
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;
	
	-khtml-border-radius-topright:8px;
 	-khtml-border-radius-topleft:0px;
 	-khtml-border-radius-bottomright:0px;
 	-khtml-border-radius-bottomleft:8px;
}
</pre></div><br />
<br />
News-CSS:<br />
<br />
<div class="php"><pre class="brush: php">
.news-content {
	margin: 15px 0 5px 0;
	padding: 0;
	width: 620px;
	font: normal 15px/120% &#039;Georgia&#039;, &#039;Times new Roman&#039;, &#039;Trebuchet MS&#039;, Serif;
	color: #e1e9ff;
	background: #32aaac url(&#039;img/news-bg.jpg&#039;) top left no-repeat;
	clear: both;
}

.news-content p.date {
 	margin: 0;
	padding: 0; 
	width: 60px;
	height: 60px;
	color: #0a000a;
	font: italic normal 17px/100.2% &#039;Georgia&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	background: url(img/trans.png) top left;
	text-align: center;
	float: right;
}

.news-content p.date span {
 	text-transform: uppercase;
 	font-style: normal;
 	display: block;
}

.news-content p.update {
 	margin: 0;
	padding: 0; 
	width: 200px;
	height: 60px; 
	color: #0a000a;
	font: italic normal 10px/125% &#039;Trebuchet MS&#039;, &#039;Tahoma&#039;, Sans-Serif;
	background: url(img/trans.png) top left;
	text-align: center;	
	float: left;
}

.news-content p.update span.abstand {
	padding: 2px 5px;
}

.news-content p.update a{
 	color: #404040 !important;	
 	text-decoration: none !important;
 	border: none !important;
}

.news-content p.update a:hover{
 	color: #a56baf !important;	
 	text-decoration: none !important;
 	border: none !important;
}

.news-content p.line {
	margin: 0;
	padding: 0;
	display: block;
	height: 5px;
	background: url(&#039;img/line.png&#039;) top left;
	clear: both;
}

.news-content .newsr {
 	padding: 10px;
}

.news-content p.comment {
 	margin: 0 0 5px 0;
	padding: 3px; 
	display: block;	
	color: #004040;
	font: italic bold 13px/120% &#039;Trebuchet MS&#039; ,&#039;Georgia&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	background: #83ffe2 url(&#039;img/comment.jpg&#039;) top left repeat-x; 
	text-align: center;
	float: right;
}

.news-content p.comment a {
 	padding: 3px;
 	color: #008d9e !important;
 	text-decoration: none !important;
 	border: none !important;
 	text-shadow: #001c1c 1px 1px;
}

.news-content p.comment a:hover { 	
 	color: #9567ff !important;
 	text-decoration: none !important;
 	border: none !important;
 	text-shadow: #08001c 1px 1px;
}

.news-content .heading {
	margin: 0;
	padding: 3px 3px;
	display: block;
	color: #0a000a !important;
	font: italic normal 13px/100.2% &#039;Georgia&#039;, &#039;Times New Roman&#039;, Sans-Serif;
	background: #979797 !important;
	text-align: center;
}
</pre></div><br />
<br />
<br />
Ich wrde mich echt freuen, wenn mir jemand helfen knnte, da ich den feher zum verrecken nicht finde. Ich dache auch zu nchst daran, dass es an diesem <strong>position: absolute und relative</strong> liegen knnte, aber irgendwie wohl doch nicht.<br />
<br />
LG Katjana ]]></description>
</item>
<item>
<title>sliced grafiken richtig positionieren</title>
<link>http://alice-grafixx.de/thema/sliced_grafiken_richtig_positionieren-1090</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/sliced_grafiken_richtig_positionieren-1090</guid>
<pubDate>Wed, 25 Aug 2010 00:08:48 +0200</pubDate>
<description><![CDATA[ Hallo ich habe das Tutorial Webseiten Layout mit Photoshop erstellen - Tutorial versucht mit der weiterleitung. Allerdings sieht die Seite etwas komisch aus. Hier einmal das Bild.<a href="http://www.bilder-hochladen.net/files/3jrk-3-jpg.html" target="_blank"><img src="http://www.bilder-hochladen.net/files/thumbs/3jrk-3.jpg" border="0" alt="" class="contentImage" /></a><br />
Dazu den style.css Code<br />
<div class="php"><pre class="brush: php">/* 
  Design Name: 	Tutorial-Site
  Author: 		Alice
  Author URI:	http://design-grafixx.com
*/

body {
	background: #ECEBD9 url(&#039;BILDER/Hintergrund_links.jpg&#039;) repeat-x;  		/* Hintergrundbild das senkrecht wiederholt wird */
	color: #686864;														/* Schriftfarbe */
	font: 0.9em &#039;Trebuchet MS&#039;, Geneva, Arial, Helvetica, sans-serif;	/* Schriftgroesse und Schriftart */
	margin: 0px;														/* Aussenabstand */
}

p, pre{ 
	padding: 5px 10px; 		/* Innenabstand */
	margin: 0px; 			/* Aussenabstand */
	color: #2E2E3A;			/* Schirftfarbe */
}

ul { 
	list-style: square; 	/* Liststyle =&gt; Quadrat */
}

.left { 
	text-align: left; 		/* Textausrichtung */
	float: left; 			/* Element umflieen lassen - links */
	padding-left: 5px;		/* Innenabstand */
}

.right { 
	text-align: right;		/* Textausrichtung */
}

/* ----------------------------------------- */

#ram { 	
	background: url(&#039;bilder/Mitte.jpg&#039;) repeat-y;		/* Hintergrundbild das senkrecht wiederholt wird */
	width: 1024px;										/* Bereit des Div-Elements */
	margin: 0px auto;									/* Aussenabstand - durch auto = mittige Ausrichtung */
}

#header {
	background: url(&#039;bilder/Header.jpg&#039;) repeat-x;		/* Hintergrundbild das senkrecht wiederholt wird */
	width: 744px;										/* Bereit des Div-Elements */
	height: 137px;										/* Hoehe des Div-Elements */
	margin: 0px 344.5px 0px 344.5px;						/* Aussenabstand */
	padding: 0px;										/* Innenabstand */
}

#content {		
	width: 744px;										/* Bereit des Div-Elements */
	margin: 0px 344.5px 0px 344.5px;						/* Aussenabstand */
	padding: 0px 0px 0px 0px;						/* Innenabstand */
	float: left;										/* Element umflieen lassen - links */
}

#navi{
	width: 140px;										/* Bereit des Div-Elements */
	margin: 25px 879px 0px 5px;							/* Aussenabstand */
	padding: 0px 0px 0px 0px;							/* Innenabstand */
}

* html #navi{	/* Angabe nur fuer den IE */										
	margin: 0px 0px 0px 0px;
}

	#navi ul{
		list-style: square inside;						/* Liststyle =&gt; Quadrat */
		margin: 0px auto;								/* Aussenabstand */
		padding: 0px;									/* Innenabstand */
	}

#footer {
	background: #ECEBD9 url(&#039;bilder/Mitte_unten.jpg&#039;) top no-repeat;	/* Hintergrundbild das nicht wiederholt wird */
	clear: both;										/* hebt float: left; wieder auf*/
	width: 716px;										/* Bereit des Div-Elements */
	height: 578px;										/* Hoehe des Div-Elements */
	margin: 0px auto;									/* Aussenabstand */
	padding: 25px 0px 0px 0px;								/* Innenabstand */
	line-height: 36px;									/* Zeilenhoehe*/
	text-align: center;									/* Textausrichtung */
	color: #969789;										/* Textfarbe */
}

 Links
--------------------------------------------------------------------------- */

A {	/* generelle Formatierung eines Links */
	color: #A2B710; 									/* Textfarbe */
	text-decoration: none;								/* Definiert das der Link nicht unterstrichen ist */
}

A:visited { /* Besuchter Link */
	color: #494833;  									/* Textfarbe */
	text-decoration: underline;							/* Definiert dass der Link unterstrichen ist */
}

A:hover, A:active {	/* Aktiver Link &amp; wenn man mit der Maus drueber faehrt */
	color: #686864;  									/* Textfarbe */
	text-decoration: underline;							/* Definiert dass der Link unterstrichen ist */
}

 headlines
--------------------------------------------------------------------------- */

h1{
	color: #A2B710;										/* Textfarbe */
	text-align: left; 									/* Textausrichtung */
	padding: 0 5px 5px 5px;								/* Innenabstand */
	font: normal 1.6em verdana, tahoma, sans-serif;		/* Schriftgroesse und Schriftart */
}

h2{
	color: #65666B;										/* Textfarbe */
	text-align: left;  									/* Textausrichtung */
	padding: 0 5px 0px 5px;								/* Innenabstand */
	font-size: 1.4em;									/* Schriftgroesse */
}

h3{
	color: #BA7EBA;										/* Textfarbe */
	text-align: left; 									/* Textausrichtung */	
	padding: 0 5px 5px 5px;								/* Innenabstand */
	font-size: 1.3em;									/* Schriftgroesse */</pre></div><br />
<br />
<br />
sowie den html code<br />
<div class="php"><pre class="brush: php">&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Ingrid Otling Renaud Hebamme aus leidenschaft&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;/head&gt;
&lt;body bgcolor=&quot;#FFFFFF&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot;&gt;
&lt;div id=&quot;mitte&quot;&gt;
	&lt;div id=&quot;header&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;content&quot;&gt;&lt;/div&gt;
    &lt;div id=&quot;navi&quot;&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;link&quot; title=&quot;Link Titel&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;link&quot; title=&quot;Link Titel&quot;&gt;About me&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;link&quot; title=&quot;Link Titel&quot;&gt;Projekte&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;link&quot; title=&quot;Link Titel&quot;&gt;Referenzen&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;link&quot; title=&quot;Link Titel&quot;&gt;Kontakt&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;link&quot; title=&quot;Link Titel&quot;&gt;Impressum&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
    &lt;/div&gt;
    &lt;div id=&quot;footer&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre></div><br />
<br />
ich habe da schon ein bisschen dran herum gedoktort allerdings versteh ich nicht auf die verschiedenen gesliceden Bilder sich nicht vernnftig aneinanderfgen.<br />
Wenn Ihr einmal drber schauen knntet wre das echt nett.<br />
<br />
lg Jeronimonino<br />
 ]]></description>
</item>
<item>
<title>Werbebanne Schräg ausrichten.</title>
<link>http://alice-grafixx.de/thema/Werbebanne_Schraeg_ausrichten-1063</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Werbebanne_Schraeg_ausrichten-1063</guid>
<pubDate>Fri, 16 Apr 2010 11:05:17 +0200</pubDate>
<description><![CDATA[ Hallo liebe leutz,<br />
<br />
ich melde mich hier da die Seite hier meiner Meinung nach her die einzig coole ist.<br />
<br />
<br />
Ich habe aber ein Problem mit einer Website die ich erstellt habe.<br />
Ich muss dort mindestens 4 Werbebanner unterbringen. Und da Bilder &quot;machen&quot; zum Urlaubsfieling passt wollte ich einen Fotostreifen machen.<br />
Leider sieht der ziemlich gay aus wenn er gerade nach unten verluft, deswegen mchte ich ihn schrg machen jedoch hat mein Kumpel gesagt das es nicht mglich ist die Banner Schrg anzeigen zu lassen (html or what ever).<br />
<br />
Jedoch ist es meine Einzige mglichkeit den Fotostreifen zu verwenden und das in Schrg.<br />
Also bin ich gezwungen jetzt eine Lsung zu finden.<br />
<br />
Die Banner sind Flash animiert.<br />
<br />
Es wrde mich freuen wenn ihr mir helfen knntet da ich bissl wie voll aufn Schlauch stehe.<br />
<br />
<br />
PS: Der Fotostreifen ist nicht final und wird spter noch komplett neu gemacht<br />
<br />
<a href="http://img121.imageshack.us/img121/1035/unt44ecopy.jpg" target="_blank">img121.imageshack.us/img121/1035/unt44ecopy.jpg</a> ]]></description>
</item>
<item>
<title>Problem: Positionierung Tooltip (CSS)</title>
<link>http://alice-grafixx.de/thema/Problem_Positionierung_Tooltip_CSS-1056</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Problem_Positionierung_Tooltip_CSS-1056</guid>
<pubDate>Thu, 25 Mar 2010 14:39:52 +0100</pubDate>
<description><![CDATA[ Hallo,<br />
<br />
wie der Titel des Threads schon sagt, habe ich ein kleines Problem bei der Positionierung meiner Tooltips. <br />
Habe eine Page gebastelt, die includes (php) nutzt. Das heit, die Lnge meiner index.php ist dynamisch und meist unterschiedlich. Auf Wunsch habe ich jetzt Tooltips eingebaut, wie hier im Tutorialbeschrieben, funktionieren auch alle super. Auer die im unteren Teil der Page, die aufgrund des dynamischen Contents eben keine feste Position haben. <br />
<br />
Wie schaff ich es, dass diese Tooltips immer bei ihren Links/Bildern/etc. bleiben? <br />
 ]]></description>
</item>
<item>
<title>Umlaute werden nicht angezeigt</title>
<link>http://alice-grafixx.de/thema/Umlaute_werden_nicht_angezeigt-1039</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Umlaute_werden_nicht_angezeigt-1039</guid>
<pubDate>Tue, 02 Feb 2010 20:29:35 +0100</pubDate>
<description><![CDATA[ Ich hab ein kleines Problem, und zwar bei meiner index.php werden die Umlaute nicht angezeigt. Es erscheinen kuriose Umlaute wie &quot;draufg&auml;ngerisch&quot; oder &quot;M&auml;rz&quot;. Weiss jemand vielleicht an was es liegen knnte? Die Umlaute werden nur nicht bei Cutenews angezeigt. ]]></description>
</item>
<item>
<title>Pattern in CS4</title>
<link>http://alice-grafixx.de/thema/Pattern_in_CS4-1035</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Pattern_in_CS4-1035</guid>
<pubDate>Mon, 25 Jan 2010 16:22:53 +0100</pubDate>
<description><![CDATA[ Ich hab mich gefragt, wie ich es anstelle in Photoshop CS4 Patterns wie diesen hier hochzuladen und zu benutzen. Kann mir jemand vielleicht schildern wie ich jpg bzw. png usw. Patterns nutzen kann?<br />
<br />
Hier ein Beispiel Pattern, den ich via deviantart gefunden habe:<br />
<br />
<img src="http://fc01.deviantart.net/fs15/f/2007/087/7/1/Bg_pattern_by_DigitalGerm.jpg" border="0" alt="" class="contentImage" /> ]]></description>
</item>
<item>
<title>lightbox tutorial</title>
<link>http://alice-grafixx.de/thema/lightbox_tutorial-1034</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/lightbox_tutorial-1034</guid>
<pubDate>Thu, 21 Jan 2010 17:31:08 +0100</pubDate>
<description><![CDATA[ hallo!<br />
ich hab css und html grad frisch erlernt und habe dank dem tutorial die lightbox 2.04 erfolgreich auf meiner seite angewandt.<br />
<br />
aber: wenn ich auf ein bild zum vergrern klicke, erscheint es zwar mit dem weien rahmen, aber mir werden nicht die symbole fr &quot;close&quot; oder &quot;next&quot; angezeigt.<br />
<br />
ich kann aber auf die &quot;leeren stellen&quot; klicken, dann schliet es, bzw. mir wird das nchste bild aus der gallerie angezeigt.<br />
<br />
woran kann das liegen? ich hab in der lightbox.css datei nichts verndert.<br />
<br />
gru, jenni ]]></description>
</item>
<item>
<title>Frage zum Float</title>
<link>http://alice-grafixx.de/thema/Frage_zum_Float-1028</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Frage_zum_Float-1028</guid>
<pubDate>Fri, 01 Jan 2010 13:45:03 +0100</pubDate>
<description><![CDATA[ Huhu Leute, ich habe da mal eine frage, denn sowirklich hab ich da nie eine lsung gefunden.<br />
<br />
Also, es gibt ja im CSS dieses Attribut/Befehl <strong>float</strong>. Und da wollte ich halt fragen kann man das irgendwie machen, dass wenn man <strong>float:left</strong> angegeben hat, dass man dann trotzdem der content noch einiger massen mittig ist, also der seiten abstand.<br />
<br />
<a href="http://bijou.bplaced.net/?site=icons/icons-6" target="_blank">Also visuelles beispiel XD</a><br />
<br />
Also, meines Avas sind float:left und haben zur rechten seite einen mir zu groen abstand, ich wollte gerne so haben, dass die mittig sind, aber wenn ich um das ganze einen <em>div</em> mit <strong>align=center</strong> machen, sind die immer noch nicht mittig, was kann man da gegen tuen. Ich hoffe ich konnte mein problem verstndlich ausdrcken.<br />
<br />
LG Katjana ]]></description>
</item>
<item>
<title>3 Divs mit BG-Bildern, sollen sich wiederholen</title>
<link>http://alice-grafixx.de/thema/3_Divs_mit_BGBildern_sollen_sich_wiederholen-1014</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/3_Divs_mit_BGBildern_sollen_sich_wiederholen-1014</guid>
<pubDate>Mon, 16 Nov 2009 11:54:44 +0100</pubDate>
<description><![CDATA[ Hallo,<br />
<br />
ich habe ein kleines Problem. Ein Bekannter htte gerne sein Design Tabellenfrei angepasst. Das ist auch kein Problem soweit, jedoch hnge ich jetzt an einer Stelle.<br />
Der Content besteht aus Bildern. Dem rechten und linken Rand, sowei den Mittelteil, wo der Text hineinsoll. Diese sollen sich nun jetzt per repeat-y alle nach unten ausweiten und sich dem Text anpassen. <br />
<br />
Habe jede Grafik in ein einzelnes Div gepackt und sie in einen Div, der die gesamte Breite aller drei Bilder zusammen hat gesteckt. Leider funktioniert diese MEthode nur, wenn ich eine feste Gre (Hhe) angebe. Leider verfehlt das etwas den Sinn eines Stylesheets, da ich so fr jede Seite eine fixe Gre bruchte. <br />
<br />
Kann mich jemand auf den richtigen Weg fhren?<br />
<br />
MfG<br />
<br />
D. ]]></description>
</item>
<item>
<title>Seiten der Navigation werden nicht im Content angezeigt</title>
<link>http://alice-grafixx.de/thema/Seiten_der_Navigation_werden_nicht_im_Content_angezeigt-1012</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Seiten_der_Navigation_werden_nicht_im_Content_angezeigt-1012</guid>
<pubDate>Sun, 15 Nov 2009 18:23:41 +0100</pubDate>
<description><![CDATA[ Huhu ^^<br />
<br />
Tya die doofe Akime hat wieder mal eins ihrer Problemchen engegen zu bringen ^^<br />
Und zwar:<br />
<br />
Ich hab jetzt neuerdings meine ganze Webside neu gestaltet (heit frisch gecodet + neuer Anstrich etc.) und jetzt hab ich en richtig dmliches Problem.<br />
(brigens ist das Layout ein Iframelayout)<br />
Auf Opra werden alle Seiten, die in der Navi stehen im Content normal ausgegeben - also die Seiten werden im Content aufgefhrt.<br />
Im IE oder aber auch auf Firefox ffnet sich immer wieder eien neue Seite, wenn man die Navigation anklickt.<br />
Jetzt die Preisfrage: wie werd ich das blo los ?<br />
Ich mchte das sich die Seiten im FF und im IE wie in Opra ffnen.<br />
Kann mir da jemand helfen ?<br />
Ich finde im Html wie im CSS (im CSS ist es unwahrscheinlich ich wei xD) Text nix, was darauf hindeuten knnte, warum sich die Seiten immer wieder in neuen ffnen.<br />
Man gibt doch bei Frames immer die ID an, wo ich die Seite ffnen soll oder ?<br />
Also bei mir wre es target=&quot;content&quot;.<br />
Stimmt das so ?<br />
<br />
Zur berprfung hab ich mal hier die Indexdatei hinterlassen:<br />
<div class="php"><pre class="brush: php">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;Fairysnow - Have a lot of F.U.N.&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;ram&quot;&gt;
&lt;div id=&quot;header&quot;&gt;&lt;/div&gt;

&lt;div id=&quot;content&quot; style=&quot;position:absolute; left:312px; top:0px; z-index:2&quot;&gt;
&lt;iframe id=&quot;content&quot; src=&quot;home_refresh.html&quot; width=&quot;490&quot; height=&quot;430&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;div id=&quot;navi&quot; style=&quot;position:absolute; left:312px; top:0px; z-index:2&quot;&gt;
&lt;a href=&quot;home.html&quot; title=&quot;Home&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/home-1.png&quot; border=&quot;0&quot; alt=&quot;Home&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;peinturous.html&quot; title=&quot;Peinturous&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/peinturous-1.png&quot; border=&quot;0&quot; alt=&quot;Peintures&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;havinfun.html&quot; title=&quot;Havin Fun&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/havinfun-1.png&quot; border=&quot;0&quot; alt=&quot;Havin Fun&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;reviews.html&quot; title=&quot;Reviews&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/reviews-1.png&quot; border=&quot;0&quot; alt=&quot;Reviews&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;projects.html&quot; title=&quot;Projects&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/projects-2.png&quot; border=&quot;0&quot; alt=&quot;Projects&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;trading.html&quot; title=&quot;Trading&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/trading-2.png&quot; border=&quot;0&quot; alt=&quot;Trading&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;links.html&quot; title=&quot;Links&quot; target=&quot;content&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/links.png&quot; border=&quot;0&quot; alt=&quot;Links&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div style=&quot;position:absolute; left:19px; top:350px; z-index:2&quot;&gt;
&lt;a href=&quot;http://scarletsreich.bplaced.net/&quot; title=&quot;Sister&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/siisterr.png&quot; alt=&quot;Sister&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://fairydreamtcg.fa.funpic.de/&quot; title=&quot;Cutie&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/sukina.png&quot; alt=&quot;Cutie&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.darkanime.de/&quot; title=&quot;Cutie&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/lucy.png&quot; alt=&quot;Cutie&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div style=&quot;position:absolute; left:7px; top:418px; z-index:2&quot;&gt;
&lt;a href=&quot;http://himitsu-tomodachi.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/himi_tomodachi.jpg&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.element-warriors.de.ki/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/elementwarrior.jpg&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://ilsebill.de/jollymanga/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/jollymanga-1.gif&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://glimmering.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/glimmering-1.jpg&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://mikaris-world.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/mikarisworld-1.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.the-dark-hour.de.vu/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/darkhour-1.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://diesesundjenes.di.funpic.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/diundjenes.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.pink-mai.de.ms/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/pinkmai-1.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div id=&quot;footer&quot;&gt;
&lt;a href=&quot;http://fairysnow.bplaced.de/&quot; target=&quot;_blank&quot;&gt;Layout by Fairysnow&lt;/a&gt; / &lt;a href=&quot;http://yaichino.piranho.de/&quot; target=&quot;_blank&quot;&gt;Picture by Yaichino&lt;/a&gt; / &lt;a href=&quot;http://alice-grafixx.de/&quot; target=&quot;_blank&quot;&gt;Farther Credits by Alice-Grafixx&lt;/a&gt; / &lt;a href=&quot;http://evilhosting.de/&quot; target=&quot;_blank&quot;&gt;Hoster - Evilhosting.de&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;/body&gt;
&lt;/html&gt;</pre></div><br />
<br />
Vielen Dank fr die Hilfe ^^<br />
<br />
Grle, Akime ]]></description>
</item>
<item>
<title>Liegt es an der Indexdatei ???</title>
<link>http://alice-grafixx.de/thema/Liegt_es_an_der_Indexdatei_-1008</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Liegt_es_an_der_Indexdatei_-1008</guid>
<pubDate>Sun, 08 Nov 2009 12:30:15 +0100</pubDate>
<description><![CDATA[ Hallu ^^<br />
<br />
Yah, ich hab schon eeewig kein Thema mehr erffnet ^^<br />
Zeit es also zu tun.<br />
<br />
Und zwar hab ich folgendes Problem:<br />
Ich hab letztens ein Layout als Probe hochgeladen.<br />
Hier die Indexdatei:<br />
<div class="php"><pre class="brush: php">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;Fairysnow - Have a lot of F.U.N.&lt;/title&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot; /&gt;
&lt;link rel=&quot;stylesheet&quot; href=&quot;style.css&quot; type=&quot;text/css&quot; media=&quot;screen&quot; /&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;ram&quot;&gt;
&lt;div id=&quot;header&quot;&gt;&lt;/div&gt;

&lt;div id=&quot;content&quot; style=&quot;position:absolute; left:312px; top:0px; z-index:2&quot;&gt;
&lt;iframe src=&quot;home_refresh.html&quot; width=&quot;490&quot; height=&quot;430&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;div style=&quot;position:margin-left: 2em&quot; id=&quot;navi&quot;&gt;
&lt;ul /&gt;
&lt;a href=&quot;home.html&quot; title=&quot;Home&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/home.png&quot; border=&quot;0&quot; alt=&quot;Home&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;peinturous.html&quot; title=&quot;Peinturous&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/peinturous.png&quot; border=&quot;0&quot; alt=&quot;Peintures&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;havinfun.html&quot; title=&quot;Havin Fun&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/havinfun.png&quot; border=&quot;0&quot; alt=&quot;Havin Fun&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;reviews.html&quot; title=&quot;Reviews&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/reviews.png&quot; border=&quot;0&quot; alt=&quot;Reviews&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;projects.html&quot; title=&quot;Projects&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/projects-1.png&quot; border=&quot;0&quot; alt=&quot;Projects&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;trading.html&quot; title=&quot;Trading&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/trading-1.png&quot; border=&quot;0&quot; alt=&quot;Trading&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;impressum.html&quot; title=&quot;Impressum&quot; target=&quot;main&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/impressum.png&quot; border=&quot;0&quot; alt=&quot;Impressum&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div style=&quot;position:absolute; left:19px; top:350px; z-index:2&quot;&gt;
&lt;a href=&quot;http://scarletsreich.bplaced.net/&quot; title=&quot;Sister&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/siisterr.png&quot; alt=&quot;Sister&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://fairydreamtcg.fa.funpic.de/&quot; title=&quot;Cutie&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/sukina.png&quot; alt=&quot;Cutie&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.darkanime.de/&quot; title=&quot;Cutie&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/lucy.png&quot; alt=&quot;Cutie&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div style=&quot;position:absolute; left:7px; top:418px; z-index:2&quot;&gt;
&lt;a href=&quot;http://himitsu-tomodachi.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/himi_tomodachi.jpg&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.element-warriors.de.ki/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/elementwarrior.jpg&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://ilsebill.de/jollymanga/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/jollymanga-1.gif&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://glimmering.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/glimmering-1.jpg&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://mikaris-world.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/mikarisworld-1.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.the-dark-hour.de.vu/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/darkhour-1.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://diesesundjenes.di.funpic.de/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/diundjenes.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; 
&lt;a href=&quot;http://www.pink-mai.de.ms/&quot; title=&quot;Affilate&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://i45.photobucket.com/albums/f81/Akime_03/pinkmai-1.png&quot; alt=&quot;Affilate&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div id=&quot;footer&quot;&gt;
&lt;a href=&quot;http://fairysnow.bplaced.de/&quot;&gt;Layout by Fairysnow&lt;/a&gt; / &lt;a href=&quot;http://yaichino.piranho.de/&quot;&gt;Picture by Yaichino&lt;/a&gt; / &lt;a href=&quot;http://alice-grafixx.de/&quot;&gt;Farther Credits by Alice-Grafixx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;/body&gt;
&lt;/html&gt;</pre></div><br />
<br />
In Opra wird dieses Layout fehlerfrei angezeigt (Url: <a href="http://s6.directupload.net/images/091108/aquwzwql.jpg" target="_blank">s6.directupload.net/images/091108/aquwzwql.jpg</a>) - in Firefox jedoch ffnet sich folgendes:<br />
<br />
<blockquote>Wie ist die gegenwrtige Einstufung von fairysnow.bplaced.net?<br />
<br />
    Diese Website ist als verdchtig eingestuft. Das Aufrufen dieser Website kann schdlich fr Ihren Computer sein!<br />
<br />
    Ein Bestandteil dieser Website wurde in den letzten 90 Tagen 3 mal aufgrund verdchtiger Aktivitten auf die Liste gesetzt.<br />
<br />
Welche Befunde hat Google beim Besuch dieser Website festgestellt?<br />
<br />
    Bei 1 Seite(n) von insgesamt 14 Seiten dieser Website, die wir in den letzten 90 Tagen getestet haben, wurde festgestellt, dass Malware (Schadsoftware) ohne Einwilligung des Nutzers heruntergeladen und installiert wurde. Der letzte Besuch von Google auf dieser Website war am 2009-11-01 und verdchtiger Content wurde auf dieser Website zuletzt am 2009-11-01 gefunden.<br />
<br />
    Die Malware wird in 3 Domain(s) gehostet, darunter theprevious.ru/, the-another-life.ru/, smertest.ru/.<br />
<br />
    This site was hosted on 1 network(s) including AS24940 (HETZNER).<br />
<br />
Hat diese Website als bertrger zur Weiterverteilung von Malware fungiert?<br />
<br />
    In den letzten 90 Tagen hat fairysnow.bplaced.net anscheinend nicht als bertrger fr die Infektion von Websites fungiert.<br />
<br />
Hat diese Website Malware gehostet?<br />
<br />
    Nein, diese Website hat in den letzten 90 Tagen keine Malware gehostet.<br />
<br />
Wie kam es zu dieser Einstufung?<br />
<br />
    Gelegentlich wird von Dritten bsartiger Code in legitime Websites eingefgt. In diesem Fall wird unsere Warnmeldung angezeigt.</blockquote><br />
<br />
Jetzt wei ich nicht was ich davon halten soll; denn als ich den Validator durchlaufen gelassen hab, kam heraus, dass sich ein merkwrdiger Script auf der Indexseite befindet, denn ich zuvor jedoch berhaupt nicht eingegeben hatte.<br />
Und zwar:<br />
<br />
<blockquote>&lt;script src=&quot;http://floristika.com.my/images/christmas.php&quot; type=&quot;text/javascript&quot;&gt;<br />
&lt;/script&gt;</blockquote><br />
<br />
Und das Schlimmste daran ist, dass er immer wieder auftaucht, egal wie oft ich danach die Indexdatei dann hochladen lasse - denn auf der Originalindexdatei auf meinem PC ist er normal.<br />
Auch davor schon musste ich meine  alte Indexdatei zigfach am Tag neu hochladen, weil pltzlich Teile der Indexdatei nicht mehr angezeigt wurden (wie Navi, Links etc.).<br />
<br />
Ich habe wirklich keine Ahnung mehr, was ich noch tun knnte....<br />
Bitte helft mir qq<br />
Ich bin total verzweifelt x.x<br />
<br />
Grle, Akime<br />
<br />
P.S.: Das das &lt;ul&gt; in der Indexdatei nicht stimmt wei ich - aber wenn ichs wegmach, verschwindet ein Teil des Navibildes.<br />
P.P.S.: Ist es so auerdem so in Ordnung wie ich die Credits zu Alice Grafixx dargestellt hab ?? ]]></description>
</item>
<item>
<title>CSS Dropdownnavigation?</title>
<link>http://alice-grafixx.de/thema/CSS_Dropdownnavigation-1007</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/CSS_Dropdownnavigation-1007</guid>
<pubDate>Fri, 30 Oct 2009 17:13:43 +0100</pubDate>
<description><![CDATA[  ]]></description>
</item>
<item>
<title>Last Pictures</title>
<link>http://alice-grafixx.de/thema/Last_Pictures-982</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Last_Pictures-982</guid>
<pubDate>Sun, 27 Sep 2009 12:45:22 +0200</pubDate>
<description><![CDATA[ Hey,<br />
Ich wei ich schon wider <img src="http://alice-grafixx.de/images/smilie/zwink.gif" alt=";)" /> es ist nur so ich finde das forum super da ich immer antworten auf meine fragen bekomme das ist nciht in allen foren so <img src="http://alice-grafixx.de/images/smilie/grins.gif" alt=":D" /> <br />
Jetzt zu meiner frage es gibt so ein Last Pictures script fr Coppermine Gallery nur hab ich keine ahnug wie ich es benutzen kann hier ist ein bsp fr das was ich meine<br />
http://selena-daily.org/ einfach runter auf last image <br />
es wre echt nett wenn mir jemand helfen knnt. ]]></description>
</item>
<item>
<title>Hover Effekt??</title>
<link>http://alice-grafixx.de/thema/Hover_Effekt-979</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Hover_Effekt-979</guid>
<pubDate>Mon, 21 Sep 2009 14:10:04 +0200</pubDate>
<description><![CDATA[ hey<br />
ich benutze Adobe Photoshop CS4 und bin grad dabei ein neues lay zu erstellen nur kapier ich des mit dem Hover Effekt irgendwie nicht knnt mir jemand helfen ich hab schon ein tutorial gelesen nur nix kapiert.<br />
Danke <br />
 ]]></description>
</item>
<item>
<title>Bilderwechsel</title>
<link>http://alice-grafixx.de/thema/Bilderwechsel-978</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Bilderwechsel-978</guid>
<pubDate>Thu, 17 Sep 2009 18:56:01 +0200</pubDate>
<description><![CDATA[ hey,<br />
ich bin grad dabei ein neues lay fr meine seite zu machen nur wollte ich das die Bilder im Header sich bewegen ich wei das es dazu ein script gibt nur leider wei ich nicht woher ich das bekomme und wie ich das benutze ich wrde mich mega freuen wenn mir jemand helfen wrde. ]]></description>
</item>
<item>
<title>Opera aber nicht Firefox</title>
<link>http://alice-grafixx.de/thema/Opera_aber_nicht_Firefox-958</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Opera_aber_nicht_Firefox-958</guid>
<pubDate>Thu, 13 Aug 2009 16:04:13 +0200</pubDate>
<description><![CDATA[ Hallo ihr Lieben,<br />
nun sitze ich also an meiner Homepage. Wollte grade meine Navi coden und hab es mir die ganze Zeit im Opera angeschaut.<br />
Nun gucke ich im Firefox und das klappt so nicht.<br />
Schaut es euch mal im Firefox an <a href="http://little-strange.de/test/" target="_blank">little-strange.de/test/</a><br />
die CSS Datei findet ihr unter <a href="http://little-strange.de/test/css.css" target="_blank">little-strange.de/test/css.css</a><br />
<br />
Ich weiss nicht, was der Fehler ist. Ich habe mir den Code fr die Navi aus einem Design von Shizoo geholt (wofr ich spter natrlich einen Credit setzen werde)<br />
<a href="http://shizoo.frozen-media.de/stuff/layouts/52/" target="_blank">shizoo.frozen-media.de/stuff/layouts/52/</a>  Das hier ist das Design, wo ich die Navi her hab.<br />
<br />
Ich danke euch schon mal im Vorraus ]]></description>
</item>
<item>
<title>Lightbox</title>
<link>http://alice-grafixx.de/thema/Lightbox-946</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Lightbox-946</guid>
<pubDate>Sat, 08 Aug 2009 16:43:13 +0200</pubDate>
<description><![CDATA[ Huhu Leute,<br />
ich hab da eine kleine Frage zum design einer Lightbox.<br />
Laso, ich hab nmlich den HG und das Loading-Icon verndert, was ja nur in den Ordner tuen und als kurz in der Css-Datei was reinschreiben, bezglich des Hintergrundes. Mehr hab ich auch nicht getan, aber trotzdem wird beu mir Lightbox das X zum schlieen nicht angezeigt.<br />
<br />
http://www.unknown.bplaced.net/partner.php<br />
<br />
Knnt ihr mir da vielleicht helfen?<br />
LG Katjana ]]></description>
</item>
<item>
<title>Frage zu css Layout</title>
<link>http://alice-grafixx.de/thema/Frage_zu_css_Layout-938</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Frage_zu_css_Layout-938</guid>
<pubDate>Tue, 21 Jul 2009 21:32:52 +0200</pubDate>
<description><![CDATA[ Hallo,<br />
ich habe ein einfaches 3 spalten layout. Das funktioniert mit firefox 3.0.1 super aber mit IE 6.0 funktioniert das floaten nicht. Was mache ich falsch? Kann mir jemand helfen? <br />
<br />
html code:<br />
<br />
&lt;body&gt;<br />
&lt;div id=&quot;container&quot;&gt;<br />
&lt;div id=&quot;header&quot; class=&quot;highlight&quot;&gt;<br />
			  <br />
&lt;/div&gt;<br />
&lt;div id=&quot;buehne&quot;&gt;<br />
&lt;/div&gt;<br />
      <br />
&lt;div id=&quot;contentbox&quot;&gt;<br />
&lt;div id=&quot;content&quot;&gt;<br />
&lt;div id=&quot;wrapper&quot;&gt;<br />
&lt;div id=&quot;mainContent&quot;&gt;<br />
&lt;h1&gt;Blindtext&lt;/h1&gt;<br />
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. natis vitae, justo. Nullam dictum felis eu pede mollis pretium. Integer tincidunt. Cras dapibus. Vivamus elementum semper n&lt;/p&gt;<br />
&lt;/div&gt;&lt;!-- mainContent --&gt;<br />
&lt;div id=&quot;sidebarLeft&quot; class=&quot;highlight&quot;&gt;<br />
&lt;div id=&quot;nav2&quot;&gt;<br />
&lt;ul&gt;<br />
&lt;li &gt;&lt;a href=&quot;&quot; title=&quot;Blindtext&quot;&gt;BindtextBindtextBindtext&lt;/a&gt;&lt;/li&gt;<br />
&lt;li &gt;&lt;a href=&quot;&quot; title=&quot;Blindtext&quot;&gt;BlindtextBindtextBindtext&lt;/a&gt;<br />
&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;&lt;!-- nav2 --&gt;         <br />
&lt;/div&gt; &lt;!-- sidebarLeft --&gt;<br />
&lt;/div&gt;  &lt;!-- wrapper --&gt;<br />
&lt;/div&gt; &lt;!-- content --&gt;<br />
&lt;div id=&quot;sidebarRight&quot; class=&quot;highlight&quot;&gt;<br />
&lt;p&gt;Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.&lt;/p&gt;<br />
&lt;/div&gt; &lt;!-- sidebarRight --&gt;<br />
<br />
&lt;div class=&quot;clearfloat&quot;&gt;&lt;/div&gt;<br />
<br />
&lt;/div&gt; &lt;!-- contentbox --&gt;<br />
&lt;/div&gt; &lt;!-- container --&gt;<br />
<br />
&lt;div id=&quot;footer&quot;&gt;&lt;/div&gt;<br />
<br />
&lt;/body&gt;<br />
<br />
&lt;/html&gt;<br />
<br />
<br />
<br />
css Datei:<br />
/*------------------- CSS RESET ---------------------<br />
---------------------------------------------------*/<br />
* {<br />
padding: 0;<br />
margin: 0;<br />
font-size: 100%;<br />
font-weight: normal;<br />
}<br />
<br />
ul,<br />
ol {<br />
list-style: none;<br />
}<br />
<br />
b,<br />
strong {<br />
font-weight: bold;<br />
}<br />
<br />
img,<br />
a img {<br />
border: none;<br />
}<br />
<br />
/*------------------SCHRIFT / GRSSE ----------------<br />
---------------------------------------------------*/<br />
<br />
body {<br />
font-family: Verdana, Arial, Helvetica,sans-serif;<br />
font-size: 12px;<br />
letter-spacing: 0.001em;<br />
color: #60513B;<br />
background: #EFB14B;<br />
background-repeat:repeat-y;<br />
line-height: 17px;<br />
text-align: left;<br />
}<br />
<br />
h1,<br />
h2,<br />
h3 {<br />
font-weight: bold;<br />
margin-bottom: 0.7em;<br />
}<br />
<br />
h1,<br />
h2 {<br />
color: #ad1910;<br />
}<br />
<br />
h1 {<br />
color: #ED9C35;<br />
font-size: 16px;<br />
}<br />
<br />
h2 {<br />
font-size: 2.0em;<br />
}<br />
<br />
h3 {<br />
font-size: 1.2em;<br />
color: #505862;<br />
}<br />
<br />
blockquote {<br />
color: #f18110;<br />
}<br />
<br />
<br />
<br />
.navlink:link,<br />
.navlink:visited {<br />
color: #ffffff;<br />
font-weight: bold;<br />
text-decoration: none;<br />
}<br />
<br />
.navlink:hover,<br />
.navlink:focus,<br />
.navlink:active {<br />
color: #ffffff ;<br />
font-weight: bold;<br />
text-decoration: none;<br />
}<br />
<br />
a:link,<br />
a:visited,<br />
a:hover {<br />
color: #9F1E02;<br />
text-decoration: none;<br />
}<br />
<br />
<br />
a:focus,<br />
a:active {<br />
color: #9F1E02;<br />
text-decoration: none;<br />
}<br />
<br />
/*------------------- LAYOUT ---------------------<br />
---------------------------------------------------*/<br />
#container {<br />
width: 100%;<br />
background-color: #ffffff;<br />
border: 0px solid #dcdcdc;<br />
padding: 0px;<br />
margin: 0px auto 0px auto;<br />
}<br />
<br />
#contentbox {<br />
width: 927px;<br />
background-color: #ffffff;<br />
border: 0px solid #dcdcdc;<br />
padding: 0px;<br />
margin: 8px auto 0px auto;<br />
<br />
}<br />
<br />
#header {<br />
width: 927px;<br />
height: 230px;<br />
padding: 0px;<br />
margin: 0px auto 0px auto;<br />
background-color: #f0f0f0;<br />
font-size:93%;<br />
line-height:normal;<br />
}<br />
<br />
#navi {<br />
height: 21px;<br />
background-color: #9F1E02;<br />
text-align: center;<br />
padding-top: 3px;<br />
margin: 15px 0px 0px 0px;<br />
}<br />
<br />
#navi ul li {<br />
padding: 8px;<br />
background-color: transparent;<br />
display: inline;<br />
}<br />
<br />
<br />
<br />
#content {<br />
background-color: transparent;<br />
padding: 0px;<br />
margin: 0px auto;<br />
width: 927px;<br />
}<br />
<br />
#sidebarLeft {<br />
width: 170px;<br />
float: left;<br />
}<br />
<br />
#mainContent {<br />
margin: 15px 0px 0px 0px;<br />
float: right;<br />
width: 547px;<br />
}<br />
<br />
<br />
#wrapper {<br />
float: left;<br />
width: 747px;<br />
}<br />
<br />
<br />
#sidebarRight {<br />
width: 150px;<br />
float: right;<br />
}<br />
<br />
#footer,<br />
.clearfloat {<br />
clear: both;<br />
}<br />
<br />
#content p {<br />
margin-bottom: 20px;<br />
}<br />
<br />
#footer p {<br />
font-size: 0.9em;<br />
text-align: center;<br />
}<br />
<br />
#buehne {<br />
background-color:#444;<br />
clear:both;<br />
height:10px;<br />
width:100%;<br />
}<br />
/*------------------- ALLGEMEIN --------------------<br />
---------------------------------------------------*/<br />
.fl {<br />
float: left;<br />
padding-right: 1em;<br />
}<br />
<br />
.fr {<br />
float: right;<br />
padding-left: 1em;<br />
}<br />
<br />
.clearfloat {<br />
clear: both;<br />
}<br />
 ]]></description>
</item>
<item>
<title>Ä-Ö etc. - bei Bplaced nicht angezeigt ???!</title>
<link>http://alice-grafixx.de/thema/_etc__bei_Bplaced_nicht_angezeigt_-906</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/_etc__bei_Bplaced_nicht_angezeigt_-906</guid>
<pubDate>Sat, 30 May 2009 00:25:35 +0200</pubDate>
<description><![CDATA[ Huhu &gt;.&lt;<br />
<br />
Ich hab schon wieder ein bldes Problem, aber ich wei nicht, ob es mit dem Hoster zu tun hat oder mit meinen Htmlknsten ...<br />
Bei Ohost wurde die Seite problemlos angezeigt, und bei Bplaced werden alle Sonderzeichen durch eine Raute ersetzt - aber ich hab noch eine andere Seite und da werden alle Sonderzeichen ganz normal angezeigt.<br />
Was ist das Problem ?<br />
<br />
<br />
LG, Akime ]]></description>
</item>
<item>
<title>Brauche Hilfe!! ;)</title>
<link>http://alice-grafixx.de/thema/Brauche_Hilfe_-891</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Brauche_Hilfe_-891</guid>
<pubDate>Thu, 21 May 2009 11:19:53 +0200</pubDate>
<description><![CDATA[ Hey! Ich mchte mir eine eigene Homepage machen! Ich habe bereits ein Account bei MYBLOG, da kann man mit dem Vollprofi seine HP komplett eigen gestalten! Leider habe ich gar keine Ahnung wie das geht! Ich muss da Quellcodes eingeben und so! Kann mir niemand vielleicht ein wenig helfen oder ein paar Tipps geben wie man das lernen kann! Ich wrde das wirklich gern lernen doch im Net findet man nicht so viel, ich habe bis jetzt nur Links bekommen von Seiten wo berlange Texte stehen und ich keine Lust habe diese alle zu lesen und am Ende doch nicht weiter gekommen bin! :S Wrde mich auf Antworten freuen =) Tschsss ]]></description>
</item>
<item>
<title>Schlagschatten in div...</title>
<link>http://alice-grafixx.de/thema/Schlagschatten_in_div-839</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Schlagschatten_in_div-839</guid>
<pubDate>Thu, 09 Apr 2009 20:15:06 +0200</pubDate>
<description><![CDATA[ Hallo ihr Profis <img src="http://alice-grafixx.de/images/smilie/grins.gif" alt=":D" /><br />
habe ein kleines Design Problem... und zwar wie schon o.g. htte ich wahnsinnig gern diesen Schlagschatten, die auch hier an den Rndern verwendet werden. Ich habe keinen Plan wie ich das machen soll...<br />
Hoffe ihr knnt mir da weiterhelfen <img src="http://alice-grafixx.de/images/smilie/smile.gif" alt=":)" />)<br />
<br />
LG,<br />
Mika ]]></description>
</item>
<item>
<title>Suchfeld formatieren</title>
<link>http://alice-grafixx.de/thema/Suchfeld_formatieren-828</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Suchfeld_formatieren-828</guid>
<pubDate>Mon, 30 Mar 2009 20:31:14 +0200</pubDate>
<description><![CDATA[ Hallo,<br />
ich habe folgenden Code fr ein Suchfeld:<br />
<br />
&lt;form id=&quot;search&quot; method=&quot;get&quot; action=&quot;suchen.php&quot;&gt;<br />
&lt;input type=&quot;text&quot; name=&quot;q&quot; id=&quot;suchbegriff&quot; value=&quot;Suchen&quot;/&gt;<br />
&lt;input type=&quot;submit&quot; value=&quot;suchen&quot;/&gt;<br />
&lt;/form&gt;<br />
<br />
Ich mchte nun den Submit Button durch ein Bild (quadratisch) ersetzen. Das Eingabefeld und der Button sollen die gleiche Hhe haben.<br />
Wie mssen die CSS Style Angaben aussehen... bei mir verspringt immer alles.<br />
<br />
Viele Gre<br />
<br />
Tom ]]></description>
</item>
<item>
<title>Div-Container Layout</title>
<link>http://alice-grafixx.de/thema/DivContainer_Layout-826</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/DivContainer_Layout-826</guid>
<pubDate>Thu, 26 Mar 2009 19:41:07 +0100</pubDate>
<description><![CDATA[ Huhu Leute,<br />
ich brauch nochmal einen Rat von einem experten.<br />
Denn, ich habe mir jetzt mal angewhnt, keine Tabellenlayouts zu machen, sondern es mit Div-container zu coden.<br />
<br />
Aber mein Problem ist folgenes, es wird in FireFox und Apple Safari perfekt bzw. richtig ausgegeben, aber in IE berhaupt nicht.<br />
Da ist das layout zu weit unten und der Content zu breit.<br />
Kann mit einer vielleicht noch mal sagen was ich da so falsch gemacht habe?<br />
<br />
http://loyalty-cards.net.ms/<br />
<br />
Und hier damit es auch passt, der link zur CSS-Datei:<br />
<br />
http://daspeak.pytalhost.net/PPPLG.css<br />
<br />
Ich hoffe, mir kann jemand schnell helfen.<br />
LG Katjana ]]></description>
</item>
<item>
<title>Hilfe zum Drop-down menu</title>
<link>http://alice-grafixx.de/thema/Hilfe_zum_Dropdown_menu-820</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Hilfe_zum_Dropdown_menu-820</guid>
<pubDate>Sun, 22 Mar 2009 18:38:22 +0100</pubDate>
<description><![CDATA[ Huhu Leutchen,<br />
ich melde mich mal wieder mit einem Problem, was mich gerade etwas aggressiv macht. <img src="http://alice-grafixx.de/images/smilie/shok.gif" alt="XO" /><br />
<br />
Es ist zwar eins mit einem Giatu-Tutorial, aber ich bekomm immer so spt da eine Antwort.<br />
<br />
Also, ich hatte mich mit diesem Tutorial befasst: <a href="http://giatu.de/tutorial.php?id=232" target="_blank">Klick</a><br />
<br />
So, aber sobald ich auf meine Bildchen gehe, erscheint nichts und ich wei einfach nicht, wieso...<img src="http://alice-grafixx.de/images/smilie/heul.gif" alt=":C" /><br />
<br />
Naja, hier auch noch die Seite, dort msst ihr nur auf den Quelltext, um die Css- und Javascriptdatei zu sehen: <a href="http://soul-eater.de/daspeak" target="_blank">...Klick...</a> <br />
<br />
Ich hoffe, ich habe alles ntig angeben,wenn nicht, dann bescheid sagen.<br />
<br />
LG Katjana<br />
 ]]></description>
</item>
<item>
<title>content Div +</title>
<link>http://alice-grafixx.de/thema/content_Div_-813</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/content_Div_-813</guid>
<pubDate>Tue, 17 Mar 2009 14:14:15 +0100</pubDate>
<description><![CDATA[ Hallo,<br />
<br />
habe ein kleines Problem mit meinen div-containern. Vielleicht kann mir ja jemand helfen :-)<br />
<br />
Also ich habe mir in Photoshop ein Template fr ein CMS erstellt und es, erstaunlicher Weise, betrachtet man die Mehrheit die mit diesem CMS arbeiten, anstatt in Tabellen in Div-Container gepackt. Da meine letzten Arbeiten an einer Homepage schon ein paar Jhrchen zurckliegen sitze ich in einer kleinen Zwickmhle.<br />
<br />
Ich habe den Slice fr den Content in der Mitte, aber auen noch zwei weitere Divs mit den &quot;Puffern&quot;:<br />
<br />
<a href="http://s2b.directupload.net/file/d/1736/j4pv2sjk_jpg.htm" target="_blank"><img src="http://s2b.directupload.net/images/090317/temp/j4pv2sjk.jpg" border="0" alt="" class="contentImage" /></a><br />
<br />
So. Die beiden grauen Flchen sollen sich (inklusive dem schwarzen Rand) ebenfalls wiederholen, wenn sich der Content ausweitet. Tun dies aber leider noch nicht. <br />
<br />
Ich habe um den kompletten Content Bereich noch einen Div gelegt und die 3 Grafiken eben dann in den andern divs darin positioniert. Leider luft nun weder der Content oder die Puffer mit dem Inhalt <img src="http://alice-grafixx.de/images/smilie/sad.gif" alt=":(" /><br />
<br />
 ]]></description>
</item>
<item>
<title>CS3 Extended</title>
<link>http://alice-grafixx.de/thema/CS3_Extended-778</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/CS3_Extended-778</guid>
<pubDate>Tue, 10 Feb 2009 00:07:08 +0100</pubDate>
<description><![CDATA[ Photoshop ist ein GRAFIKPROGRAMM mit einem Grafikprogramm tut man was?<br />
Genau Grafiken erstellen ...<br />
<br />
Fuer Dinge wie HTML und CSS benoetigt man einen <a href="http://de.wikipedia.org/wiki/HTML-Editor" target="_blank">Editor</a> und kein <a href="http://de.wikipedia.org/wiki/Grafikprogramm" target="_blank">Grafikprogramm</a>! ]]></description>
</item>
<item>
<title>Erstes Div Layout tipps gesucht</title>
<link>http://alice-grafixx.de/thema/Erstes_Div_Layout_tipps_gesucht-771</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Erstes_Div_Layout_tipps_gesucht-771</guid>
<pubDate>Fri, 06 Feb 2009 17:34:53 +0100</pubDate>
<description><![CDATA[ Stichwort <a href="http://de.wikipedia.org/wiki/Conditional_Comments" target="_blank">Conditional Comments</a> bzw. <a href="http://www.drweb.de/magazin/was-sind-eigentlich-css-hacks/" target="_blank">CSS Hacks</a> <img src="http://alice-grafixx.de/images/smilie/zwink.gif" alt=";)" /><br />
<br />
<br />
 ]]></description>
</item>
<item>
<title>Dateiupload - auch mit Html oder Javascript möglich ?</title>
<link>http://alice-grafixx.de/thema/Dateiupload__auch_mit_Html_oder_Javascript_moeglich_-751</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Dateiupload__auch_mit_Html_oder_Javascript_moeglich_-751</guid>
<pubDate>Wed, 14 Jan 2009 15:10:58 +0100</pubDate>
<description><![CDATA[ Hallo Akime,<br />
<br />
so ganz ohne Serverseitige Skriptsprache wirst du das nicht schaffen, du musst ja irgendwie die Datei vom Client Rechner auf den Webspace schaffen, das funktioniert nur mit HTML und Javascript alleine leider nicht ...<br />
<br />
Da muss schon PHP fuer her, damit die Datei dann auch auf den Webspace geladen wird.<br />
<br />
Liebe Gruesse<br />
Alice ]]></description>
</item>
<item>
<title>Forumsrand abrunden</title>
<link>http://alice-grafixx.de/thema/Forumsrand_abrunden-727</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Forumsrand_abrunden-727</guid>
<pubDate>Wed, 31 Dec 2008 17:20:32 +0100</pubDate>
<description><![CDATA[ Hallo,<br />
<br />
wie ist es mglich, ein Forum wie z.b. Rapid, abzurunden?<br />
Ich habe schon bei self html geschaut, jedoch siehts da fr den IE sehr schlecht aus, dass es angezeigt wird.<br />
Per Bilder hab ich es auch schon versucht, wenn nun aber die Kategoriezeile aus 5 Bildern unterschiedlicher Lnge besteht, ich haber nur ein bild eingebe... dann habe ihc ja nix gekonnt <br />
<br />
http://i41.tinypic.com/rmsfwm.jpg<br />
<br />
Oder gibt es einen Code dafr, wie ich in einer Zeile jeder Spalte ein extra bild verpassen kann?<br />
<br />
Im Endeffekt mchte ich die rnder abgerundet z.b. durch einen transparenten effekt haben. Die bilder dazu zu machen ist nicht das Problem, nur die umsetzung ^^<br />
<br />
Weiss von euch jemand Rat? ]]></description>
</item>
<item>
<title>a:link Definationprobleme</title>
<link>http://alice-grafixx.de/thema/alink_Definationprobleme-705</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/alink_Definationprobleme-705</guid>
<pubDate>Fri, 19 Dec 2008 19:53:32 +0100</pubDate>
<description><![CDATA[ Ein Link zur Seite waere ganz hilfreich, <br />
da hier aus dem CSS alleine nicht wirklich hervorgeht, wie es mit dem &#039;Vererben&#039; von Eigenschaften aussieht ...<br />
<br />
Liebe Gruesse<br />
Alice ]]></description>
</item>
<item>
<title>schriftart</title>
<link>http://alice-grafixx.de/thema/schriftart-617</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/schriftart-617</guid>
<pubDate>Tue, 14 Oct 2008 17:28:28 +0200</pubDate>
<description><![CDATA[ Hallo,<br />
Das kannst du mit CSS ndern zum Bleistift:<br />
<br />
So Fgst du das in den Head Bereich ein.<br />
<div class="php"><pre class="brush: php">
&lt;style&gt;
body, div, td {
font-family:verdana;
font-Size: 9px;
Color: #a8a8a8; 
}
&lt;/style&gt;
</pre></div><br />
<br />
Und mit einer externen css Datei mit nem Link:<br />
<div class="php"><pre class="brush: php">&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot;&gt;</pre></div><br />
<br />
Die CSS Datei kannst du mit nem Texteditor erstellen indem du sie <strong>style.css</strong> oder  <strong>deinedatei.css</strong> nennst. es muss immer die endung .css haben !<br />
<br />
Gru Pascal<br />
<br />
Ach ja hab ich Vergessen. In die Css Datei fgst du den Code dann so ein :<br />
<div class="php"><pre class="brush: php">body, div, td {
font-family:verdana;
font-Size: 9px;
Color: #a8a8a8; 
}</pre></div> ]]></description>
</item>
<item>
<title>Div-Layouts coden...</title>
<link>http://alice-grafixx.de/thema/DivLayouts_coden-616</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/DivLayouts_coden-616</guid>
<pubDate>Sat, 11 Oct 2008 10:53:36 +0200</pubDate>
<description><![CDATA[ hmm ... ich kann dir jetzt nicht alles hier erklaeren, da muesste ich erst das Layout selber coden. Vielleicht schaust du ja einmal auf Giatu, da gibt es ein Tutorial, wo das Coden von Div-Layouts eigentlich schon sehr verstaendlich erklaert wird ( <a href="http://giatu.de/tutorial.php?id=191" target="_blank">Div-Layout coden </a> )<br />
Wenn dir das immer noch nicht weiterhilft, sag Bescheid, dann kann ich versuchen, dir alles genauer zu erlaeutern... ]]></description>
</item>
<item>
<title>Affilate Manager mit Css ... ???</title>
<link>http://alice-grafixx.de/thema/Affilate_Manager_mit_Css__-588</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Affilate_Manager_mit_Css__-588</guid>
<pubDate>Sun, 21 Sep 2008 16:22:45 +0200</pubDate>
<description><![CDATA[ Mit CSS kannst du vielleicht den Style des Affi-Managers festlegen, aber mehr auch nicht <img src="http://alice-grafixx.de/images/smilie/ohm.gif" alt="8|" /><br />
Vielleicht habe ich dich aber auch falsch verstanden, dann waere es nett, wenn du mir erklaeren koenntest, wie genau du das meinst...<br />
Liebe Gruesse,<br />
himbeere ]]></description>
</item>
<item>
<title>Probleme über Probleme...</title>
<link>http://alice-grafixx.de/thema/Probleme_ueber_Probleme-509</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Probleme_ueber_Probleme-509</guid>
<pubDate>Wed, 06 Aug 2008 16:37:13 +0200</pubDate>
<description><![CDATA[ Entweder du setzt <a href="http://de.wikipedia.org/wiki/Conditional_Comments" target="_blank">Conditional Comments</a> ein, <br />
oder <a href="http://standards.webmasterpro.de/index-article-CSS+Hacks.html" target="_blank">CSS Hacks</a> um dem IE gerecht zu werden ...<br />
<br />
Oder eben du lebst damit, <br />
dass die Seite nicht in allen Browsern korrekt dargestellt wird <img src="http://alice-grafixx.de/images/smilie/grins.gif" alt=":D" /> ]]></description>
</item>
<item>
<title>Fehler im Div Layout?</title>
<link>http://alice-grafixx.de/thema/Fehler_im_Div_Layout-356</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Fehler_im_Div_Layout-356</guid>
<pubDate>Thu, 15 May 2008 16:14:07 +0200</pubDate>
<description><![CDATA[ meinst du im body oder #layout? ]]></description>
</item>
<item>
<title>Button neben der Webadresse - Code</title>
<link>http://alice-grafixx.de/thema/Button_neben_der_Webadresse__Code-342</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Button_neben_der_Webadresse__Code-342</guid>
<pubDate>Sun, 27 Apr 2008 19:23:08 +0200</pubDate>
<description><![CDATA[ Huhu Suzuki,<br />
es gibt da ein Tutorial auf Giatu, das genau dies beschreibt <img src="http://alice-grafixx.de/images/smilie/zwink.gif" alt=";)" /><br />
<br />
<a href="http://nekoji.de/Tutorials/tutorial.php?id=93" target="_blank">FavIcon-Tutorial</a>  ]]></description>
</item>
<item>
<title>Automatische Scrollbalken</title>
<link>http://alice-grafixx.de/thema/Automatische_Scrollbalken-338</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Automatische_Scrollbalken-338</guid>
<pubDate>Thu, 24 Apr 2008 14:35:33 +0200</pubDate>
<description><![CDATA[ Hallo Nirusan,<br />
<br />
diese Scroll-Funktion ist zwar wirklich nett anzusehen, allerdings in meinen Augen nicht alltagstauglich, da User die Javascript deaktiviert haben keine Moeglichkeit haben zu scrollen!<br />
<br />
Solltest du es trotzdem nutzen wollen, so reicht ein Blick in den Quelltext des Layouts, da steht eigentlich alles drin was du wissen musst.<br />
<br />
Liebe Gruesse Alice ]]></description>
</item>
<item>
<title>hilfe von anfang an</title>
<link>http://alice-grafixx.de/thema/hilfe_von_anfang_an-320</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/hilfe_von_anfang_an-320</guid>
<pubDate>Tue, 08 Apr 2008 19:00:18 +0200</pubDate>
<description><![CDATA[ Also: Auf dieser Website findest du alles ber HTML/CSS &amp; PHP - super erklrt und auf Deutsch *gg* Link:<a href="http://de.selfhtml.org/" target="_blank">SELFHTML</a>  ]]></description>
</item>
<item>
<title>Hintergrundbild wird nicht angezeigt</title>
<link>http://alice-grafixx.de/thema/Hintergrundbild_wird_nicht_angezeigt-314</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Hintergrundbild_wird_nicht_angezeigt-314</guid>
<pubDate>Wed, 02 Apr 2008 00:49:39 +0200</pubDate>
<description><![CDATA[ Hallo Chrissie,<br />
<br />
dein Fehler besteht lediglich darin,<br />
dass zwischen url und (bild.jpg) kein Leerzeichen vorhanden sein darf <img src="http://alice-grafixx.de/images/smilie/zwink.gif" alt=";)" /><br />
<br />
Also so:<br />
<div class="php"><pre class="brush: php">body {
text-align:center;
background-color:#003355;
background-image: url(images/astrosterne.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: center;
}</pre></div><br />
<br />
Wobei ich die abgekuerzte Variante bevorzuge:<br />
<div class="php"><pre class="brush: php">body {
text-align:center;
background:  #003355 url(images/astrosterne.jpg) center no-repeat fixed;
}</pre></div><br />
<br />
<br />
Liebe Gruesse Alice ]]></description>
</item>
<item>
<title>zentriertes Div-Layout</title>
<link>http://alice-grafixx.de/thema/zentriertes_DivLayout-277</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/zentriertes_DivLayout-277</guid>
<pubDate>Tue, 26 Feb 2008 19:45:45 +0100</pubDate>
<description><![CDATA[ also mit divs geht es am besten =)<br />
<br />
Super wenn due Dreamweaver httest damit kannst du die Div super verschieben/vergrern ^^<br />
<br />
als ein div sieht so aus:<br />
<br />
div style=&quot;position: absolute; width: 437px; height: 324px; left:19px; top:123px&quot;<br />
<br />
nur vorne musst du ein &lt; und hinten ein &gt; machen =)<br />
<br />
also ich denke die namen width und so erklren sich von selber wenn du noch probleme hast einfach melden =)<br />
<br />
 ]]></description>
</item>
<item>
<title>Valides ..?</title>
<link>http://alice-grafixx.de/thema/Valides_-275</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/Valides_-275</guid>
<pubDate>Sat, 23 Feb 2008 11:02:39 +0100</pubDate>
<description><![CDATA[ Hallo Nobi,<br />
<br />
als ich damals ein neues Newssystem gesucht hatte,<br />
habe ich leider kein geeignetes gefunden, welches valide war ...<br />
<br />
Halt doch, da gab es eines,<br />
das hat aber dann Tabellen fuer die Ausgabe der News verwendet,<br />
das is noch viel schlimmer...<br />
<br />
Wieso schreibst du dir nicht einfach selbst eines,<br />
wenn es nicht gar zu umfangreich sein sollte, duerfte dies eigentlich kein Problem fuer dich sein ...<br />
<br />
Schau doch mal hier -&gt;<a href=" http://tut.php-quake.net/newsscript.html" target="_blank"> http://tut.php-quake.net/newsscript.html</a> vorbei,<br />
da wird es prima erklaert und am Ende hast du ein valides Newsskript <img src="http://alice-grafixx.de/images/smilie/zwink.gif" alt=";)" /><br />
<br />
Liebe Gruesse Alice<br />
<br />
 ]]></description>
</item>
<item>
<title>Div-Layouts..</title>
<link>http://alice-grafixx.de/thema/DivLayouts-51</link>
<guid isPermaLink="false">http://alice-grafixx.de/thema/DivLayouts-51</guid>
<pubDate>Sat, 08 Sep 2007 22:15:07 +0200</pubDate>
<description><![CDATA[ Ein Tutorial dazu ist mir keines bekannt,<br />
sowas brauchte ich nie ...<br />
<br />
Ich kann dir nur ein gutes Buch zum Thema HTML empfehlen,<br />
welches ich mir einmal zugelegt hatte.<br />
<br />
Es schimpft sich HTML fr Kids von Robert R. Agular ...<br />
<br />
Das Buch ist sehr lustig geschrieben und vorallem sehr leicht verstaendlich.<br />
Bei uns gab es das damals in der Stadtbuecherei,<br />
vielleicht schaust du mal in deiner Buecherei vorbei,<br />
da findest du bestimmt ein paar gute Buecher zum Thema <img src="http://alice-grafixx.de/images/smilie/smile.gif" alt=":)" /><br />
<br />
<strong>Frau Edit sprach:</strong><br />
Achso ich haette dir hier doch ein feines Tutorial zu dem Thema ...<br />
<a href="http://www.andreas-kalt.de/webdesign/tutorials/css-layout-erstellen" target="_blank">-&gt; CSS Layout erstellen</a> <br />
<br />
Liebe Gruesse Alice<br />
<br />
 ]]></description>
</item>
</channel></rss>