<?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: Sliding JavaScript Menu Highlight 1kb</title>
	<atom:link href="http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/</link>
	<description>This web development blog features fresh articles on JavaScript, AJAX, CSS, XHTML, PHP, Photoshop and more.</description>
	<lastBuildDate>Sun, 21 Mar 2010 05:47:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Medya</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-11141</link>
		<dc:creator>Medya</dc:creator>
		<pubDate>Fri, 19 Mar 2010 15:12:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-11141</guid>
		<description>I haven’t tried the plug yet but it looks very nice!

I can think of a few sites I can use something like this on.

Thanks!</description>
		<content:encoded><![CDATA[<p>I haven’t tried the plug yet but it looks very nice!</p>
<p>I can think of a few sites I can use something like this on.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 36个引人注目JQuery导航菜单 &#124; TechTrack- 科技追踪</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-11073</link>
		<dc:creator>36个引人注目JQuery导航菜单 &#124; TechTrack- 科技追踪</dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-11073</guid>
		<description>[...] 26. JavaScript滑动菜单 高亮 1kb [...]</description>
		<content:encoded><![CDATA[<p>[...] 26. JavaScript滑动菜单 高亮 1kb [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Ashton</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-11025</link>
		<dc:creator>Jay Ashton</dc:creator>
		<pubDate>Mon, 22 Feb 2010 02:40:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-11025</guid>
		<description>Hi, first of all, this is great - thanks!

Just wondered if there was a solution to the problem 2 others above have had coz I&#039;m having the same: sam on January 27, 2010 at 12:44 am and Supratim on July 30, 2009 at 12:25 am. It does seem to be a problem with the * {margin:0; padding:0} code, but after 2 days, cannot find a fix :-(</description>
		<content:encoded><![CDATA[<p>Hi, first of all, this is great &#8211; thanks!</p>
<p>Just wondered if there was a solution to the problem 2 others above have had coz I&#39;m having the same: sam on January 27, 2010 at 12:44 am and Supratim on July 30, 2009 at 12:25 am. It does seem to be a problem with the * {margin:0; padding:0} code, but after 2 days, cannot find a fix <img src='http://www.leigeber.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-10991</link>
		<dc:creator>Howard</dc:creator>
		<pubDate>Mon, 15 Feb 2010 03:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-10991</guid>
		<description>Thank you Michael for responding to my email so quickly. Although your suggested solution didn&#039;t work for me. But you did point me to the right direction. I wasn&#039;t able to use CSS Float:right;, since doing that renders layering unusable. I figured out that i had change my menu &lt;div&gt; from CSS Float property to &quot;absolute&quot; so the js script could properly register the width and position. 

thanks so much. hope to see more of your programing soon.</description>
		<content:encoded><![CDATA[<p>Thank you Michael for responding to my email so quickly. Although your suggested solution didn&#39;t work for me. But you did point me to the right direction. I wasn&#39;t able to use CSS Float:right;, since doing that renders layering unusable. I figured out that i had change my menu &lt;div&gt; from CSS Float property to &quot;absolute&quot; so the js script could properly register the width and position. </p>
<p>thanks so much. hope to see more of your programing soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-10987</link>
		<dc:creator>Howard</dc:creator>
		<pubDate>Sun, 14 Feb 2010 04:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-10987</guid>
		<description>Michael, or anyone who knows Javascript, can you take a look at my test page http://digitalinvent.com/aqua/test.html i am having trouble getting the slider aligned to the actual menu texts. i don&#039;t know much about Java programing, or Action script, but i know enough to know that the alignment and positioning of the slider seems to be set by the internal slider javascript. Note that i have no trouble setting it&#039;s vertical offset by using #slide { position:absolute; top:; }, but i&#039;ve tried using the same method like #slide { position:absolute; left:300px; }, or at the HTML individual item style level, none of it works. i tried using different positioning properties for #slide {} but fixed doesn&#039;t work, neither does float. 

Where in the javascript can i add/edit to make it offset to the right by EXTRA 350px. 

this is an awesome simple script, can&#039;t believe how simple it is. and it&#039;ll be great if i can get it to work. thanks. In case i loose track of this blog, my email is howzz1854@gmail.com. thanks so much. awesome job again.</description>
		<content:encoded><![CDATA[<p>Michael, or anyone who knows Javascript, can you take a look at my test page <a href="http://digitalinvent.com/aqua/test.html" rel="nofollow">http://digitalinvent.com/aqua/test.html</a> i am having trouble getting the slider aligned to the actual menu texts. i don&#39;t know much about Java programing, or Action script, but i know enough to know that the alignment and positioning of the slider seems to be set by the internal slider javascript. Note that i have no trouble setting it&#39;s vertical offset by using #slide { position:absolute; top:; }, but i&#39;ve tried using the same method like #slide { position:absolute; left:300px; }, or at the HTML individual item style level, none of it works. i tried using different positioning properties for #slide {} but fixed doesn&#39;t work, neither does float. </p>
<p>Where in the javascript can i add/edit to make it offset to the right by EXTRA 350px. </p>
<p>this is an awesome simple script, can&#39;t believe how simple it is. and it&#39;ll be great if i can get it to work. thanks. In case i loose track of this blog, my email is <a href="mailto:howzz1854@gmail.com">howzz1854@gmail.com</a>. thanks so much. awesome job again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 享受生活 &#187; 20个优秀的Javascript导航技术 -- 专注于php编程,页面设计,用户体验,SEO,数据库,开源系统,开放平台,前端脚本,架构设计,解决方案,资源共享的web开发技术博客</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-10879</link>
		<dc:creator>享受生活 &#187; 20个优秀的Javascript导航技术 -- 专注于php编程,页面设计,用户体验,SEO,数据库,开源系统,开放平台,前端脚本,架构设计,解决方案,资源共享的web开发技术博客</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-10879</guid>
		<description>[...] 11. 高亮滑动式菜单 [...]</description>
		<content:encoded><![CDATA[<p>[...] 11. 高亮滑动式菜单 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aljuk</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-10859</link>
		<dc:creator>aljuk</dc:creator>
		<pubDate>Fri, 29 Jan 2010 23:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-10859</guid>
		<description>Awesome script, thanks a lot.</description>
		<content:encoded><![CDATA[<p>Awesome script, thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.leigeber.com/2008/05/sliding-javascript-menu-highlight-1kb/comment-page-3/#comment-10844</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Wed, 27 Jan 2010 06:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.leigeber.com/?p=54#comment-10844</guid>
		<description>how to align it in centre? i m using tables (1003px) &amp; i placed ur code in one of my TD. its working properly but whole page is left align. I want it CENRE aligned. plz help me. thanks for beautiful menu.</description>
		<content:encoded><![CDATA[<p>how to align it in centre? i m using tables (1003px) &amp; i placed ur code in one of my TD. its working properly but whole page is left align. I want it CENRE aligned. plz help me. thanks for beautiful menu.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
