<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Kommentare zu: Concrete5 &#8211; Drop Down Menü Navigation</title>
	<atom:link href="http://www.codeblog.ch/2009/04/concrete5-drop-down-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/</link>
	<description>Coding and more - Concrete5, Flex, JavaScript</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:46:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-45285</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Wed, 25 Jan 2012 16:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-45285</guid>
		<description>Hi Pedro,

thanks, I&#039;m glad I was able to offer your some free information!
I haven&#039;t seen a menu which I couldn&#039;t convert to concrete5 but depending on the structure and complexity it might take more or less time.

The menu on your site uses a pretty old fashioned structure based on tables. I wouldn&#039;t recommend to convert that menu to concrete5 but rather create a new one.
But you&#039;ll certainly need some time and developer skills!

Remo</description>
		<content:encoded><![CDATA[<p>Hi Pedro,</p>
<p>thanks, I&#8217;m glad I was able to offer your some free information!<br />
I haven&#8217;t seen a menu which I couldn&#8217;t convert to concrete5 but depending on the structure and complexity it might take more or less time.</p>
<p>The menu on your site uses a pretty old fashioned structure based on tables. I wouldn&#8217;t recommend to convert that menu to concrete5 but rather create a new one.<br />
But you&#8217;ll certainly need some time and developer skills!</p>
<p>Remo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Pedro C</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-45270</link>
		<dc:creator>Pedro C</dc:creator>
		<pubDate>Wed, 25 Jan 2012 11:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-45270</guid>
		<description>Hi there, first I would like to thank for all the work sharing this info withou profit! People like you make the world a better place!

Second: I have an old javascript menu, in www.luzesom.pt that is &quot;pull-right-side&quot;. Can this be changed to do that, when I upgrade to C5?</description>
		<content:encoded><![CDATA[<p>Hi there, first I would like to thank for all the work sharing this info withou profit! People like you make the world a better place!</p>
<p>Second: I have an old javascript menu, in <a href="http://www.luzesom.pt" rel="nofollow">http://www.luzesom.pt</a> that is &#8220;pull-right-side&#8221;. Can this be changed to do that, when I upgrade to C5?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: kim</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40673</link>
		<dc:creator>kim</dc:creator>
		<pubDate>Thu, 29 Dec 2011 09:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40673</guid>
		<description>I really need help, need to finish this website today and still cant seem to get the menu working properly</description>
		<content:encoded><![CDATA[<p>I really need help, need to finish this website today and still cant seem to get the menu working properly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40563</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Wed, 28 Dec 2011 20:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40563</guid>
		<description>Just look through sooperfish-theme-black.css (or whatever css you&#039;ve copied) and replace the colours!
Can you please comment to the right post (http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navigation/)? thanks!</description>
		<content:encoded><![CDATA[<p>Just look through sooperfish-theme-black.css (or whatever css you&#8217;ve copied) and replace the colours!<br />
Can you please comment to the right post (<a href="http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navigation/" rel="nofollow">http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navigation/</a>)? thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: kim</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40483</link>
		<dc:creator>kim</dc:creator>
		<pubDate>Wed, 28 Dec 2011 08:36:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40483</guid>
		<description>Hi Remo 

I installed the Sooperfisch Menu. But still cant seem to get it working as I want. As I said, I want the menu which is active to change color when on that page. 

For example when I choose “about” on the menu, I will be shifted to the about page. When on that Page I want to see this button gray on the meu bar. Other buttons remain old color.

I used this code: 
ul#nav li a:active {
padding:10px 15px;
font-family:helvetica,arial,verdana,sans;
text-decoration:none;
color:#000000;
background:#b7d186;
}

I also wanted the blocks of the submenu&#039;s Larger and the font smaller. But I cant seem to find where I can do that.

Can you please help me.</description>
		<content:encoded><![CDATA[<p>Hi Remo </p>
<p>I installed the Sooperfisch Menu. But still cant seem to get it working as I want. As I said, I want the menu which is active to change color when on that page. </p>
<p>For example when I choose “about” on the menu, I will be shifted to the about page. When on that Page I want to see this button gray on the meu bar. Other buttons remain old color.</p>
<p>I used this code:<br />
ul#nav li a:active {<br />
padding:10px 15px;<br />
font-family:helvetica,arial,verdana,sans;<br />
text-decoration:none;<br />
color:#000000;<br />
background:#b7d186;<br />
}</p>
<p>I also wanted the blocks of the submenu&#8217;s Larger and the font smaller. But I cant seem to find where I can do that.</p>
<p>Can you please help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40383</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Tue, 27 Dec 2011 17:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40383</guid>
		<description>Try this http://phloor.13net.at/phloor_plugin/view/109/menu-sooperfish-for-18</description>
		<content:encoded><![CDATA[<p>Try this <a href="http://phloor.13net.at/phloor_plugin/view/109/menu-sooperfish-for-18" rel="nofollow">http://phloor.13net.at/phloor_plugin/view/109/menu-sooperfish-for-18</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kim</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40379</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 27 Dec 2011 17:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40379</guid>
		<description>Hi Remo,

I tried the link you send me and I also tried to download te jquery plugin but the page has an error. Is there somewhere else where I can download this from?</description>
		<content:encoded><![CDATA[<p>Hi Remo,</p>
<p>I tried the link you send me and I also tried to download te jquery plugin but the page has an error. Is there somewhere else where I can download this from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kim</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40374</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 27 Dec 2011 16:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40374</guid>
		<description>Hi, 

I tried downloading the zip But I get an error saying Page nog found.

see: 
http://archive.plugins.jquery.com/content/sooperfish-02-reloaded

What now?</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I tried downloading the zip But I get an error saying Page nog found.</p>
<p>see:<br />
<a href="http://archive.plugins.jquery.com/content/sooperfish-02-reloaded" rel="nofollow">http://archive.plugins.jquery.com/content/sooperfish-02-reloaded</a></p>
<p>What now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Remo Laubacher</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40373</link>
		<dc:creator>Remo Laubacher</dc:creator>
		<pubDate>Tue, 27 Dec 2011 16:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40373</guid>
		<description>have you tried my new tutorial http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navigation/ should work better imho!</description>
		<content:encoded><![CDATA[<p>have you tried my new tutorial <a href="http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navigation/" rel="nofollow">http://www.codeblog.ch/2011/12/concrete5-sooperfish-drop-down-navigation/</a> should work better imho!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Kim</title>
		<link>http://www.codeblog.ch/de/2009/04/concrete5-drop-down-menu/comment-page-1/#comment-40370</link>
		<dc:creator>Kim</dc:creator>
		<pubDate>Tue, 27 Dec 2011 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.codeblog.ch/?p=271#comment-40370</guid>
		<description>Hi, 
I got the menu to work. 
I only have one problem. 
When I go to a page the menu button of that page should change color. 

For example when I choose &quot;about&quot; on the menu, I will be shifted to the about page. When on that Page I want to see this button gray on the meu bar. Other buttons remain old color.

I tried achieving this with the .menu a, .menu a: active code in the CSS without use. 

Can u help me asap?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I got the menu to work.<br />
I only have one problem.<br />
When I go to a page the menu button of that page should change color. </p>
<p>For example when I choose &#8220;about&#8221; on the menu, I will be shifted to the about page. When on that Page I want to see this button gray on the meu bar. Other buttons remain old color.</p>
<p>I tried achieving this with the .menu a, .menu a: active code in the CSS without use. </p>
<p>Can u help me asap?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

