Comments on: Creating a horizontal menu with jQuery https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html Just another WordPress site Fri, 30 Apr 2010 10:37:55 +0000 hourly 1 https://wordpress.org/?v=6.7.1 By: Cd-MaN https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-146 Fri, 30 Apr 2010 10:37:55 +0000 https://grey-panther.net/?p=667#comment-146 @Prototype: there is already a tutorial located here: http://hype-free.blogspot.com/2009/03/blogger-tag-cloud.html. Let me know if I can help with any further clarifications.

Best regards.

]]>
By: Prototype https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-147 Fri, 30 Apr 2010 10:34:20 +0000 https://grey-panther.net/?p=667#comment-147 excellent! would you be so kind as to post a tutorial as easy to follow as this but for the 3d rotating tag cloud? thanks!

]]>
By: Artı Ajans https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-420 Sat, 11 Apr 2009 07:09:46 +0000 https://grey-panther.net/?p=667#comment-420 This is professional and perfect. Thank you very much.

]]>
By: Cd-MaN https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-491 Tue, 17 Feb 2009 09:02:56 +0000 https://grey-panther.net/?p=667#comment-491 @Anonymous – I updated the post with a visual explanation. Hopefully this helps clarify the effect of the CSS / JS on the colors of the menu.

]]>
By: Anonymous https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-505 Fri, 06 Feb 2009 07:29:16 +0000 https://grey-panther.net/?p=667#comment-505 Hi there, I guess that if I follow the step you said above, it will also affect the 2nd level menu(s) when active? Regards

]]>
By: Cd-MaN https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-506 Thu, 05 Feb 2009 14:52:07 +0000 https://grey-panther.net/?p=667#comment-506 If I’m understanding you correctly, you want to change the background of the active (selected) “tab”. The JQuery code which is responsible for this is:

$(this).css(‘background-color’, ‘#BBB’);

Just change #BBB into any color you would like.

Hope this helps.

]]>
By: Anonymous https://grey-panther.net/2008/10/creating-a-horizontal-menu-with-jquery.html#comment-507 Thu, 05 Feb 2009 12:06:39 +0000 https://grey-panther.net/?p=667#comment-507 Hi there, first of all hat off to you for this tutorial. I’ve been looking for this kind of tabbing feature using jquery. could you please tell me how to set an active backround or color of text for the submenu(s)? Am very new to jquery and its implementation. regards

]]>