<?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>Comments on: LavaLamp With Submenus in WordPress</title>
	<atom:link href="http://hekimian-williams.com/?feed=rss2&#038;p=146" rel="self" type="application/rss+xml" />
	<link>http://hekimian-williams.com/?p=146</link>
	<description></description>
	<pubDate>Tue, 21 May 2013 16:49:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karolyn</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-234</link>
		<dc:creator>Karolyn</dc:creator>
		<pubDate>Thu, 13 Sep 2012 16:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-234</guid>
		<description>Hi, yeah this article is really good and I have learned lot of things 
from it concerning blogging. thanks.</description>
		<content:encoded><![CDATA[<p>Hi, yeah this article is really good and I have learned lot of things<br />
from it concerning blogging. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: banesto</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-233</link>
		<dc:creator>banesto</dc:creator>
		<pubDate>Thu, 06 Sep 2012 20:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-233</guid>
		<description>i think this is better solutions:

replace this line:

$li = $("li", this), curr = $("li.current", this)[0] &#124;&#124; $($li[0]).addClass("current")[0];

with this line:

$li = me.children('li'), curr = $("li.current", this)[0] &#124;&#124; $($li[0]).addClass("current")[0];</description>
		<content:encoded><![CDATA[<p>i think this is better solutions:</p>
<p>replace this line:</p>
<p>$li = $(&#8221;li&#8221;, this), curr = $(&#8221;li.current&#8221;, this)[0] || $($li[0]).addClass(&#8221;current&#8221;)[0];</p>
<p>with this line:</p>
<p>$li = me.children(&#8217;li&#8217;), curr = $(&#8221;li.current&#8221;, this)[0] || $($li[0]).addClass(&#8221;current&#8221;)[0];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimdeBuurman</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-227</link>
		<dc:creator>TimdeBuurman</dc:creator>
		<pubDate>Wed, 20 Jun 2012 16:30:49 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-227</guid>
		<description>Hi,

The solution of changing .hover into .mouseover was not working for me.
After some testing I found the problem.

With a new jquery libtrary it did not work (jquery-1.7.2.min)
After using an older version (jquery-1.2.3.min) it worked.

Now, what shall I do if I need the newer version for some other effect in my website?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>The solution of changing .hover into .mouseover was not working for me.<br />
After some testing I found the problem.</p>
<p>With a new jquery libtrary it did not work (jquery-1.7.2.min)<br />
After using an older version (jquery-1.2.3.min) it worked.</p>
<p>Now, what shall I do if I need the newer version for some other effect in my website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Broy</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-222</link>
		<dc:creator>Broy</dc:creator>
		<pubDate>Mon, 07 May 2012 05:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-222</guid>
		<description>Hi! I would like to know how did you put the two drop-down sub-menu? I tried but no luck. BTW, I'm integrating it to WordPress.

I wish you could help me solve this. I tried it once but the drop-down menu under the main menu was visible already.

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Hi! I would like to know how did you put the two drop-down sub-menu? I tried but no luck. BTW, I&#8217;m integrating it to WordPress.</p>
<p>I wish you could help me solve this. I tried it once but the drop-down menu under the main menu was visible already.</p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-209</link>
		<dc:creator>Sanjay</dc:creator>
		<pubDate>Mon, 23 Jan 2012 22:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-209</guid>
		<description>The mouseover doesn't work with jQuery 1.7. Any suggestions on how to fix this?
Thanks</description>
		<content:encoded><![CDATA[<p>The mouseover doesn&#8217;t work with jQuery 1.7. Any suggestions on how to fix this?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abby</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-208</link>
		<dc:creator>Abby</dc:creator>
		<pubDate>Tue, 03 Jan 2012 06:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-208</guid>
		<description>Great! Been searching high and low for this solution. I'm thankful I found this. :)</description>
		<content:encoded><![CDATA[<p>Great! Been searching high and low for this solution. I&#8217;m thankful I found this. <img src='http://hekimian-williams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wordpress Web Designer</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-203</link>
		<dc:creator>Wordpress Web Designer</dc:creator>
		<pubDate>Fri, 04 Nov 2011 02:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-203</guid>
		<description>Going to try this with wp_nav_menu. Have lava lamp working nice but now I need to add the suckerfish menus.

Wish me luck:)</description>
		<content:encoded><![CDATA[<p>Going to try this with wp_nav_menu. Have lava lamp working nice but now I need to add the suckerfish menus.</p>
<p>Wish me luck:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prady</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-202</link>
		<dc:creator>Prady</dc:creator>
		<pubDate>Thu, 03 Nov 2011 11:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-202</guid>
		<description>It is not working with internet explorer, i will be using IE7+</description>
		<content:encoded><![CDATA[<p>It is not working with internet explorer, i will be using IE7+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prady</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-201</link>
		<dc:creator>Prady</dc:creator>
		<pubDate>Thu, 03 Nov 2011 11:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-201</guid>
		<description>I am new to creting websites so i dont have much idea abt this,
but i need help to introduce submenu in the lava lamp menu can some one please help</description>
		<content:encoded><![CDATA[<p>I am new to creting websites so i dont have much idea abt this,<br />
but i need help to introduce submenu in the lava lamp menu can some one please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Skitarg</title>
		<link>http://hekimian-williams.com/?p=146&#038;cpage=2#comment-187</link>
		<dc:creator>Skitarg</dc:creator>
		<pubDate>Thu, 18 Aug 2011 14:51:42 +0000</pubDate>
		<guid isPermaLink="false">http://hekimian-williams.com/?p=146#comment-187</guid>
		<description>Perfect. thanks! works like a charm even 2 years later. ;)</description>
		<content:encoded><![CDATA[<p>Perfect. thanks! works like a charm even 2 years later. <img src='http://hekimian-williams.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
