<?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=1616&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / Submenü nach oben "ausfahren"]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=1616</link>
		<description><![CDATA[Die aktuellsten Beiträge in Submenü nach oben "ausfahren".]]></description>
		<lastBuildDate>Wed, 14 Dec 2011 16:36:53 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Submenü nach oben "ausfahren"]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13990#p13990</link>
			<description><![CDATA[<p>In dem du den Quelltext anschaust, kommst du auch zu dem was du willst:</p><div class="codebox"><pre class="vscroll"><code>&lt;style type=&quot;text/css&quot;&gt;
#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#info h3 {margin-bottom:200px;}
/* style the outer div to give it width */
.menu {
width:750px;
height:30px;
font-size:0.85em;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:150px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:30px; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background:#758279; 
padding-left:10px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#949e7c;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
background:#c9ba65;
}
.menu ul ul :hover &gt; a.drop {
background:#c9ba65;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover{
background:#b2ab9b;
}
.menu ul ul ul :hover &gt; a {
background:#b2ab9b;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:31px;
left:0; 
width:150px;
}
* html .menu ul ul {
bottom:30px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#d4d8bd; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#949e7c;
}
.menu :hover &gt; a, .menu ul ul :hover &gt; a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}
&lt;/style&gt;</code></pre></div><div class="codebox"><pre class="vscroll"><code>&lt;div class=&quot;menu&quot;&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;drop&quot; href=&quot;../menu/index.html&quot;&gt;DEMOS&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
&lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;../menu/zero_dollars.html&quot; title=&quot;The zero dollar ads page&quot;&gt;zero dollars advertising page&lt;/a&gt;&lt;/li&gt;

    &lt;li&gt;&lt;a href=&quot;../menu/embed.html&quot; title=&quot;Wrapping text around images&quot;&gt;wrapping text around images&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../menu/form.html&quot; title=&quot;Styling forms&quot;&gt;styled form&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a class=&quot;drop&quot; href=&quot;../menu/nodots.html&quot; title=&quot;Removing active/focus borders&quot;&gt;active focus &amp;#187;&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
    &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
        &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/form.html&quot; title=&quot;Styling forms&quot;&gt;styled form&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/nodots.html&quot; title=&quot;Removing active/focus borders&quot;&gt;Another FLYOUT &amp;#187;&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;

            &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-1a&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-2a&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-3a&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-4a&lt;/a&gt;&lt;/li&gt;
                &lt;/ul&gt;

            &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;FLYOUT third level &amp;#187;&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
            &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-1&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-2&lt;/a&gt;&lt;/li&gt;

                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-3&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-4&lt;/a&gt;&lt;/li&gt;
                &lt;/ul&gt;
            &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/hover_click.html&quot; title=&quot;Hover/click with no active/focus borders&quot;&gt;hover/click&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;

    &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
    &lt;/li&gt;    
    &lt;li&gt;&lt;a class=&quot;drop&quot; href=&quot;../menu/hover_click.html&quot; title=&quot;Hover/click with no active/focus borders&quot;&gt;hover/click with no borders&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
    &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
        &lt;ul&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/form.html&quot; title=&quot;Styling forms&quot;&gt;styled form&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/nodots.html&quot; title=&quot;Removing active/focus borders&quot;&gt;Another FLYOUT &amp;#187;&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
            &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;

                &lt;ul&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-1a&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-2a&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-3a&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-4a&lt;/a&gt;&lt;/li&gt;
                &lt;/ul&gt;
            &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;

            &lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;FLYOUT third level &amp;#187;&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
            &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
                &lt;ul&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-1&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-2&lt;/a&gt;&lt;/li&gt;
                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-3&lt;/a&gt;&lt;/li&gt;

                    &lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;Third level-4&lt;/a&gt;&lt;/li&gt;
                &lt;/ul&gt;
            &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/hover_click.html&quot; title=&quot;Hover/click with no active/focus borders&quot;&gt;hover/click&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
    &lt;/li&gt;

    &lt;li class=&quot;upone&quot;&gt;&lt;a href=&quot;../menu/shadow_boxing.html&quot; title=&quot;Multi-position drop shadow&quot;&gt;shadow boxing&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../menu/old_master.html&quot; title=&quot;Image Map for detailed information&quot;&gt;image map for detailed information&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../menu/bodies.html&quot; title=&quot;fun with background images&quot;&gt;fun with background images&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../menu/fade_scroll.html&quot; title=&quot;fade-out scrolling&quot;&gt;fade scrolling&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../menu/em_images.html&quot; title=&quot;em size images compared&quot;&gt;em image sizes compared&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;

&lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
&lt;/li&gt;

&lt;li&gt;&lt;a href=&quot;../boxes/index.html&quot;&gt;BOXES&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;
&lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;spies.html&quot; title=&quot;a coded list of spies&quot;&gt;a coded list of spies&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;vertical.html&quot; title=&quot;a horizontal vertical menu&quot;&gt;vertical menu&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;expand.html&quot; title=&quot;an enlarging unordered list&quot;&gt;enlarging unordered list&lt;/a&gt;&lt;/li&gt;

    &lt;li&gt;&lt;a href=&quot;enlarge.html&quot; title=&quot;an unordered list with link images&quot;&gt;link images&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;cross.html&quot; title=&quot;non-rectangular links&quot;&gt;non-rectangular&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;jigsaw.html&quot; title=&quot;jigsaw links&quot;&gt;jigsaw links&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;circles.html&quot; title=&quot;circular links&quot;&gt;circular links&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
&lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;../mozilla/index.html&quot;&gt;MOZILLA&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;

&lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/dropdown.html&quot; title=&quot;A drop down menu&quot;&gt;drop down menu&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/cascade.html&quot; title=&quot;A cascading menu&quot;&gt;cascading menu&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/content.html&quot; title=&quot;Using content:&quot;&gt;content:&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/moxbox.html&quot; title=&quot;:hover applied to a div&quot;&gt;mozzie box&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/rainbow.html&quot; title=&quot;I can build a rainbow&quot;&gt;I can build a rainbow with transparent borders&lt;/a&gt;&lt;/li&gt;

    &lt;li&gt;&lt;a href=&quot;../mozilla/snooker.html&quot; title=&quot;Snooker cue&quot;&gt;a snooker cue using border art&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/target.html&quot; title=&quot;Target Practise&quot;&gt;target practise&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/splittext.html&quot; title=&quot;Two tone headings&quot;&gt;two tone headings&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../mozilla/shadow_text.html&quot; title=&quot;Shadow text&quot;&gt;shadow text&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
&lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;../ie/index.html&quot;&gt;EXPLORER&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;

&lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;../ie/exampleone.html&quot; title=&quot;Example one&quot;&gt;the first example for Internet Explorer&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../ie/weft.html&quot; title=&quot;Weft fonts&quot;&gt;weft fonts&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../ie/exampletwo.html&quot; title=&quot;Vertical align&quot;&gt;vertically aligning text&lt;/a&gt;&lt;/li&gt;
    &lt;/ul&gt;
&lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;../opacity/index.html&quot;&gt;OPACITY&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;

&lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
    &lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;../opacity/colours.html&quot; title=&quot;colour wheel&quot;&gt;a colour wheel using opaque colours&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../opacity/picturemenu.html&quot; title=&quot;a menu using opacity&quot;&gt;a menu using opacity&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../opacity/png.html&quot; title=&quot;partial opacity&quot;&gt;partial opacity&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;../opacity/png2.html&quot; title=&quot;partial opacity II&quot;&gt;partial opacity II&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a class=&quot;drop&quot; href=&quot;../menu/hover_click.html&quot; title=&quot;Hover/click with no active/focus borders&quot;&gt;HOVER/CLICK&lt;!--[if IE 7]&gt;&lt;!--&gt;&lt;/a&gt;&lt;!--&lt;![endif]--&gt;

    &lt;!--[if lte IE 6]&gt;&lt;table&gt;&lt;tr&gt;&lt;td&gt;&lt;![endif]--&gt;
        &lt;ul class=&quot;left&quot;&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/form.html&quot; title=&quot;Styling forms&quot;&gt;styled form&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/nodots.html&quot; title=&quot;Removing active/focus borders&quot;&gt;removing active/focus borders&lt;/a&gt;&lt;/li&gt;
            &lt;li&gt;&lt;a href=&quot;../menu/hover_click.html&quot; title=&quot;Hover/click with no active/focus borders&quot;&gt;hover/click&lt;/a&gt;&lt;/li&gt;
        &lt;/ul&gt;
    &lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;

&lt;/li&gt;
&lt;/ul&gt;
&lt;!--[if lte IE 6]&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/a&gt;&lt;![endif]--&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Wed, 14 Dec 2011 16:36:53 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13990#p13990</guid>
		</item>
		<item>
			<title><![CDATA[Re: Submenü nach oben "ausfahren"]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13989#p13989</link>
			<description><![CDATA[<p>bin ich zu doof dafür oder gibts da keinen download-button?<br />grundsätzlich bräucht ich ja kein fertiges menü - ich möchte eigentlich nur wissen wie ich mein menü abändern muss damit das funktioniert.</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Wed, 14 Dec 2011 16:24:02 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13989#p13989</guid>
		</item>
		<item>
			<title><![CDATA[Re: Submenü nach oben "ausfahren"]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13984#p13984</link>
			<description><![CDATA[<p><a href="http://www.cssplay.co.uk/menus/final_pullup.html" rel="nofollow">http://www.cssplay.co.uk/menus/final_pullup.html</a></p>]]></description>
			<author><![CDATA[dummy@example.com (mike-r)]]></author>
			<pubDate>Wed, 14 Dec 2011 15:48:59 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13984#p13984</guid>
		</item>
		<item>
			<title><![CDATA[Submenü nach oben "ausfahren"]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13960#p13960</link>
			<description><![CDATA[<p>Liebe CMSMSler!</p><p>ich stehe wieder einmal vor einem Problem:</p><p>Ich soll für einen Kunden ein Menü gestalten, wo das Submenü nach oben und nicht wie normal nach unten ausfährt.<br />Könnt ihr mir da helfen?<br />Ich hab absolut null Dunst wie ich das anstellen soll. ICh schaffe es lediglich Submenüelement1 über das Hauptmenü zu bekommen, die anderen verstecken sich dann dahinter.</p><p>Menü: cssmenu_ulshadow</p><p>DANKE u LG<br />Patrizia</p>]]></description>
			<author><![CDATA[dummy@example.com (PatriziaF)]]></author>
			<pubDate>Wed, 14 Dec 2011 08:45:11 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=13960#p13960</guid>
		</item>
	</channel>
</rss>
