<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Offiz. deutschsprachige Contao-Community (vormals TYPOlight) - Fertige Tutorials</title>
		<link>http://www.contao-community.de/</link>
		<description>Nutzer können hier allgemeine Contao-Anleitungen bereitstellen. Weitere Anleitungen findet ihr im inoffiziellen Contao-Wiki.</description>
		<language>de</language>
		<lastBuildDate>Fri, 10 Sep 2010 13:41:48 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>1</ttl>
		<image>
			<url>http://www.contao-community.de/images/misc/rss.png</url>
			<title>Offiz. deutschsprachige Contao-Community (vormals TYPOlight) - Fertige Tutorials</title>
			<link>http://www.contao-community.de/</link>
		</image>
		<item>
			<title>sorry... verschoben</title>
			<link>http://www.contao-community.de/showthread.php?12392-sorry...-verschoben&amp;goto=newpost</link>
			<pubDate>Fri, 03 Sep 2010 08:47:55 GMT</pubDate>
			<description>verschoben... 
schöne grüße</description>
			<content:encoded><![CDATA[<div>verschoben...<br />
schöne grüße</div>

 ]]></content:encoded>
			<category domain="http://www.contao-community.de/forumdisplay.php?70-Fertige-Tutorials">Fertige Tutorials</category>
			<dc:creator>alefu</dc:creator>
			<guid isPermaLink="true">http://www.contao-community.de/showthread.php?12392-sorry...-verschoben</guid>
		</item>
		<item>
			<title>scrollbar im ie6 (suckerfish)</title>
			<link>http://www.contao-community.de/showthread.php?12265-scrollbar-im-ie6-(suckerfish)&amp;goto=newpost</link>
			<pubDate>Sun, 29 Aug 2010 14:11:36 GMT</pubDate>
			<description>Hallo liebe gemeinde, 
 
ich habe mit dem tut von frank hess a la suckerfish (http://dev.contao.org/projects/1/wiki/TutorialsSuckerfish) ein...</description>
			<content:encoded><![CDATA[<div>Hallo liebe gemeinde,<br />
<br />
ich habe mit dem tut von frank hess <a href="http://dev.contao.org/projects/1/wiki/TutorialsSuckerfish" target="_blank">a la suckerfish</a> ein horizontales flyoutmenu auf meiner seite erstellt.<br />
Leider hat das menu im ie6 einen horizontalen scrollbalken sodass die untermenus bei mouseover nicht angezeigt werden können.<br />
<br />
mein css code:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">.mod_navigation ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; list-style-type:none;<br />
}<br />
.mod_navigation<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:650px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; overflow:visible;<br />
&nbsp; &nbsp; &nbsp; &nbsp; z-index:999;<br />
}<br />
.mod_navigation p<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; margin:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding:0;<br />
}<br />
.mod_navigation li<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; width:80px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:relative;<br />
&nbsp; &nbsp; &nbsp; &nbsp; float:left;<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#999999;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-right:1px solid #ffffff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-bottom:1px solid #ffffff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; border-left:1px solid #ffffff;<br />
&nbsp; &nbsp; &nbsp; &nbsp; line-height:35px;<br />
}<br />
.mod_navigation li ul ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; left:161px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top:0px;<br />
}<br />
.mod_navigation li:hover ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
}<br />
.mod_navigation ul li:hover ul ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:none;<br />
}<br />
.mod_navigation ul ul li:hover ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
}<br />
/* ID aus jscript übernehmen */<br />
.mod_navigation ul li:hover ul,<br />
.mod_navigation ul li.sfhover ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
}<br />
.mod_navigation ul li:hover ul ul,<br />
.mod_navigation ul li.sfhover ul ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:none;<br />
}<br />
.mod_navigation ul ul li:hover ul,<br />
.mod_navigation ul ul li.sfhover ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:block;<br />
}<br />
.mod_navigation a<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; padding-left:5px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; text-decoration:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; color:#ffffff;<br />
}<br />
.mod_navigation li:hover,<br />
.mod_navigation li.sfhover<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; background-color:#666666;<br />
}<br />
.mod_navigation li ul<br />
{<br />
&nbsp; &nbsp; &nbsp; &nbsp; bottom:0;<br />
&nbsp; &nbsp; &nbsp; &nbsp; left:-1px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; position:absolute;<br />
&nbsp; &nbsp; &nbsp; &nbsp; display:none;<br />
&nbsp; &nbsp; &nbsp; &nbsp; right:0px;<br />
&nbsp; &nbsp; &nbsp; &nbsp; top:36px;<br />
}</code><hr />
</div> mein javascript<b></b>:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">// JavaScript Document<br />
sfHover = function() {<br />
&nbsp;  var sfEls = document.getElementById(&quot;header&quot;).getElementsByTagName(&quot;li&quot;);<br />
&nbsp;  for (var i=0; i&lt;sfEls.length; i++) {<br />
&nbsp; &nbsp; &nbsp; &nbsp;  sfEls[i].onmouseover=function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  this.className+=&quot; sfhover&quot;;<br />
&nbsp; &nbsp; &nbsp; &nbsp;  }<br />
&nbsp; &nbsp; &nbsp; &nbsp;  sfEls[i].onmouseout=function() {<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  this.className=this.className.replace(new RegExp(&quot; sfhover\\b&quot;), &quot;&quot;);<br />
&nbsp; &nbsp; &nbsp; &nbsp;  }<br />
&nbsp; &nbsp;  }<br />
&nbsp;}<br />
&nbsp;if (window.attachEvent) window.attachEvent(&quot;onload&quot;, sfHover);</code><hr />
</div> ab ie7 funzt alles<br />
weiß da jemand rat?</div>

 ]]></content:encoded>
			<category domain="http://www.contao-community.de/forumdisplay.php?70-Fertige-Tutorials">Fertige Tutorials</category>
			<dc:creator>Kralle</dc:creator>
			<guid isPermaLink="true">http://www.contao-community.de/showthread.php?12265-scrollbar-im-ie6-(suckerfish)</guid>
		</item>
		<item>
			<title>Nachrichten und Nachrichtenarchive in Contao 2.9.1 anlegen</title>
			<link>http://www.contao-community.de/showthread.php?12182-Nachrichten-und-Nachrichtenarchive-in-Contao-2.9.1-anlegen&amp;goto=newpost</link>
			<pubDate>Thu, 26 Aug 2010 10:21:55 GMT</pubDate>
			<description>*Tutorial: Nachrichten und Nachrichtenarchive in Contao 2.9.1 anlegen* 
 
 
*_Schritt 1: // SEITENSTRUKTUR ANLEGEN //_* 
 ...</description>
			<content:encoded><![CDATA[<div><font color="green"><b>Tutorial: Nachrichten und Nachrichtenarchive in Contao 2.9.1 anlegen</b></font><br />
<br />
<br />
<b><u>Schritt 1: // SEITENSTRUKTUR ANLEGEN //</u></b><br />
 <br />
<b>Layout</b>-&gt;<b>Seitenstruktur</b>-&gt;<b>Neue Seite</b><br />
(Ich gehe mal dvon aus, das schon eine Seite, sagen wir &quot;News&quot; angelegt ist.)<br />
<br />
Unter der Seite &quot;News&quot; werden zwei weitere Seiten angelegt.<br />
<br />
-Start<br />
--News<br />
---News Reader (im Menü verstecken)<br />
---News Archiv (im Menü verstecken)<br />
<br />
<br />
<b><u>Schritt 2: // NACHRICHTENARCHIV ANLEGEN //</u></b><br />
<br />
<b>Inhalte</b>-&gt;<b>Nachrichten</b>-&gt;<b>Neues Archiv</b> (Name &quot;Nachrichten&quot;)<br />
         Nachrichten bearbeiten und die Weiterleitungsseite &quot;<b>News Reader</b>&quot; auswählen<br />
         <br />
<b><u>Schritt 3: // NACHRICHTEN MODULE ANLEGEN //</u></b><br />
<br />
<b>Layout</b>-&gt;<b>Themes</b>-&gt;<b>Frontend-Module bearbeiten</b><br />
        (Folgende Module anlegen:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">- Nachrichtenarchiv&nbsp; &nbsp; &nbsp; (Nachrichtentemplate -&gt; short) (Modul mit Nachrichtenarchiv verknüpfen)<br />
- Nachrichtenarchiv-Menü (Nachrichtentemplate -&gt; short) (Modul mit Nachrichtenarchiv verknüpfen)<br />
- Nachrichtenleser&nbsp; &nbsp; &nbsp;  (Nachrichtentemplate -&gt; short) (Modul mit Nachrichtenarchiv verknüpfen)<br />
- Nachrichtenliste&nbsp; &nbsp; &nbsp;  (Nachrichtentemplate -&gt; short) (Modul mit Nachrichtenarchiv verknüpfen)</code><hr />
</div> )<br />
 <br />
<b><u>Schritt 4: // ERSTE NACHRICHT ANLEGEN //</u></b><br />
        <br />
        (Inhalt: Lorim ipsum, Teaser etc.)<br />
<br />
<b><u>Schritt 4: // ARCHIVIERUNG //</u></b><br />
<br />
        In der Seitenstruktur der Artikel, die Module &quot;Nachrichtenarchiv-Menü&quot; &amp; &quot;Nachrichtenarchiv&quot;<br />
        in die Seite &quot;News Archiv&quot; einbinden.<br />
        Das Module &quot;Nachrichtenarchiv-Menü&quot; auf die &quot;News Archiv&quot; Seite weiterleiten.<br />
<br />
<b><u>Schritt 5: // TESTEN //</u></b><br />
<br />
Wenn alles geht, css anpassen.<br />
<br />
Sollten irgendwo Fehler aufgetaucht sein oder es wurde etwas vergessen, dann bitte hier rein schreiben.<br />
Ich werde es dann nachbessern. So sollte es aber erstmal klappen.<br />
<br />
Gr</div>

 ]]></content:encoded>
			<category domain="http://www.contao-community.de/forumdisplay.php?70-Fertige-Tutorials">Fertige Tutorials</category>
			<dc:creator>hajo808</dc:creator>
			<guid isPermaLink="true">http://www.contao-community.de/showthread.php?12182-Nachrichten-und-Nachrichtenarchive-in-Contao-2.9.1-anlegen</guid>
		</item>
	</channel>
</rss>
