<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=1684&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Menu änderung kleiner kreis im Level 2]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1684</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Menu änderung kleiner kreis im Level 2.]]></description>
		<lastBuildDate>Thu, 05 Jan 2012 12:57:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Menu änderung kleiner kreis im Level 2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14620#p14620</link>
			<description><![CDATA[<p>Danke NaN...</p><p>du hast mich auf eine Idee gebracht musst bei #sidebar ul.sidemenu&#160; noch list-style:none; einfügen *grins*</p>]]></description>
			<author><![CDATA[dummy@example.com (Henk1060)]]></author>
			<pubDate>Thu, 05 Jan 2012 12:57:05 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14620#p14620</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menu änderung kleiner kreis im Level 2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14618#p14618</link>
			<description><![CDATA[<p>list-style:none;ist falsch.<br />list-style-type müsste es heißen: <a href="http://www.css4you.de/list-style-type.html" rel="nofollow">http://www.css4you.de/list-style-type.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Thu, 05 Jan 2012 12:36:47 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14618#p14618</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menu änderung kleiner kreis im Level 2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14617#p14617</link>
			<description><![CDATA[<p>tja das ich mir auch schon irgendwie... </p><p>in der css finde ich aber nichts <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" />)</p><div class="codebox"><pre class="vscroll"><code>#sidebar {
    float: left;
    width: 170px;
    margin: 0;    padding: 0; 
    display: inline;    
background: #ffffff;
    
}
#sidebar ul.sidemenu {
    list-style:none;
    margin:10px 0 10px 10px;
    padding:0;        
}


#sidebar ul.sidemenu li {
    margin-bottom:1px;
    border: 2px solid #ffffff;
}
#sidebar ul.sidemenu a {
    display:block;
    font-weight:bold;
    color: #333;    
    text-decoration:none;    
    padding:2px 5px 2px 10px;
    background: #ffffff;
    border-left:2px solid #630000;    
    
    
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
    padding:2px 5px 2px 10px;
    background: #f2f2f2;
    color: #630000;
    border-left:4px solid #630000;
}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Henk1060)]]></author>
			<pubDate>Thu, 05 Jan 2012 12:13:25 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14617#p14617</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Menu änderung kleiner kreis im Level 2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14616#p14616</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Die in der CSS nicht vorhanden sind, und ich denke das kommt aus menu template selbst.</p></div></blockquote></div><p>Und ich denke, es ist genau anders herum <img src="http://www.cmsmadesimple.de/forum/plugins/ezbbc/style/smilies/wink.png" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (NaN)]]></author>
			<pubDate>Thu, 05 Jan 2012 11:54:14 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14616#p14616</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Menu änderung kleiner kreis im Level 2]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14614#p14614</link>
			<description><![CDATA[<p>Hallo Jungs,</p><p>Bin wieder mal da...<br />Hab mir da ein Menu Kopiert und geändert jedoch scheint im Level 2 kleine kreise auf.<br />Die in der CSS nicht vorhanden sind, und ich denke das kommt aus menu template selbst.</p><div class="codebox"><pre class="vscroll"><code>{if $count &gt; 0}
&lt;ul class=&quot;sidemenu&quot;&gt;
{foreach from=$nodelist item=node}
{if $node-&gt;depth &gt; $node-&gt;prevdepth}
{repeat string=&quot;&lt;ul&gt;&quot; times=$node-&gt;depth-$node-&gt;prevdepth}
{elseif $node-&gt;depth &lt; $node-&gt;prevdepth}
{repeat string=&quot;&lt;/li&gt;&lt;/ul&gt;&quot; times=$node-&gt;prevdepth-$node-&gt;depth}
&lt;/li&gt;
{elseif $node-&gt;index &gt; 0}&lt;/li&gt;
{/if}


{if $node-&gt;parent == true or ($node-&gt;current == true and $node-&gt;haschildren == true)}
&lt;li class=&quot;menuactive menuparent&quot;&gt;&lt;a class=&quot;menuactive menuparent&quot; href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;

{elseif $node-&gt;haschildren == true and $node-&gt;type != &#039;sectionheader&#039; and $node-&gt;type != &#039;separator&#039;}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;

{elseif $node-&gt;current == true}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;

{elseif $node-&gt;type == &#039;sectionheader&#039;}
&lt;li class=&quot;sectionheader&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;

{elseif $node-&gt;type == &#039;separator&#039;}
&lt;li class=&quot;separator&quot; style=&quot;list-style-type: none;&quot;&gt; &lt;hr /&gt;


{else}
&lt;li&gt;&lt;a href=&quot;{$node-&gt;url}&quot;&gt;&lt;span&gt;{$node-&gt;menutext}&lt;/span&gt;&lt;/a&gt;

{/if}

{/foreach}
{repeat string=&quot;&lt;/li&gt;&lt;/ul&gt;&quot; times=$node-&gt;depth-1}&lt;/li&gt;
&lt;/ul&gt;
{/if}</code></pre></div><p>Und ein Screenshot vom Menu<br /><span class="postimg"><img src="http://forum.cmsmadesimple.de/img/members/535/menu.jpg" alt="menu.jpg" /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Henk1060)]]></author>
			<pubDate>Thu, 05 Jan 2012 10:55:58 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=14614#p14614</guid>
		</item>
	</channel>
</rss>
