<?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: Guest Post &#8211; Sexy Drop Down Menu</title>
	<atom:link href="http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/</link>
	<description>Torrance Website Design - Soh Tanaka</description>
	<lastBuildDate>Mon, 22 Mar 2010 03:40:07 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenan</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-5809</link>
		<dc:creator>Kenan</dc:creator>
		<pubDate>Fri, 11 Dec 2009 12:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-5809</guid>
		<description>Me again... i found solution for using brackets inside header, based on Googles Analytics:

unescape(&quot;%3Cspan%3E&quot;)</description>
		<content:encoded><![CDATA[<p>Me again&#8230; i found solution for using brackets inside header, based on Googles Analytics:</p>
<p>unescape(&#8221;%3Cspan%3E&#8221;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sukh</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-4292</link>
		<dc:creator>Sukh</dc:creator>
		<pubDate>Thu, 24 Sep 2009 19:45:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-4292</guid>
		<description>Hey, I love the menu, but had issues trying to put the css code in to a css file to get to work before I made design changes.

Thanks for the great examples thru out the site.</description>
		<content:encoded><![CDATA[<p>Hey, I love the menu, but had issues trying to put the css code in to a css file to get to work before I made design changes.</p>
<p>Thanks for the great examples thru out the site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenan</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3801</link>
		<dc:creator>Kenan</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3801</guid>
		<description>Hm... No html code in comments :)

But something like:
	sSpan = (left) + sp + an + (right) + &#039;/sp&#039; + &#039;an&#039;</description>
		<content:encoded><![CDATA[<p>Hm&#8230; No html code in comments <img src='http://www.sohtanaka.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But something like:<br />
	sSpan = (left) + sp + an + (right) + &#8216;/sp&#8217; + &#8216;an&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenan</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3800</link>
		<dc:creator>Kenan</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3800</guid>
		<description>Hi,
Great idea :)

I&#039;m trying to to validate and there is error with  tag in headers.
I also tryied to revalidate your example page, and still there is error:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sohtanaka.com%2Fweb-design%2Fexamples%2Fdrop-down-menu%2F&amp;charset=(detect+automatically)&amp;doctype=Inline&amp;group=0&amp;user-agent=W3C_Validator%2F1.654

Also tryied to create JS variable like: 
	sSpan = &#039;&#039; + &#039;&#039;
$(document).ready(function(){
	$(&quot;ul.subnav&quot;).parent().append(sSpan);

But error again :(

Do You have some other solution?
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great idea <img src='http://www.sohtanaka.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m trying to to validate and there is error with  tag in headers.<br />
I also tryied to revalidate your example page, and still there is error:<br />
<a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sohtanaka.com%2Fweb-design%2Fexamples%2Fdrop-down-menu%2F&amp;charset=(detect+automatically)&amp;doctype=Inline&amp;group=0&amp;user-agent=W3C_Validator%2F1.654" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.sohtanaka.com%2Fweb-design%2Fexamples%2Fdrop-down-menu%2F&amp;charset=(detect+automatically)&amp;doctype=Inline&amp;group=0&amp;user-agent=W3C_Validator%2F1.654</a></p>
<p>Also tryied to create JS variable like:<br />
	sSpan = &#8221; + &#8221;<br />
$(document).ready(function(){<br />
	$(&#8221;ul.subnav&#8221;).parent().append(sSpan);</p>
<p>But error again <img src='http://www.sohtanaka.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Do You have some other solution?<br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jenny</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3741</link>
		<dc:creator>jenny</dc:creator>
		<pubDate>Tue, 18 Aug 2009 22:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3741</guid>
		<description>I love all ur tutorials. U are so smart, luv ur talents, luv u .. muahzz...</description>
		<content:encoded><![CDATA[<p>I love all ur tutorials. U are so smart, luv ur talents, luv u .. muahzz&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3643</link>
		<dc:creator>jQuery</dc:creator>
		<pubDate>Thu, 13 Aug 2009 01:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3643</guid>
		<description>woow,it&#039;s cool</description>
		<content:encoded><![CDATA[<p>woow,it&#8217;s cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3572</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Fri, 07 Aug 2009 11:55:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3572</guid>
		<description>First thank for this very lovely menu.

 I try to customise it for one of my projects by I have few problems.
I put an image-background on each li  of the ul.tonav with an id to get un kind of rollover effect. The problem is that my background is repeated in the dropdown menu even if I mention no-repeat in the css.
Also in safari the background image doesn&#039;t appear.

I hope than you can help me and that you have the time  to fix that problem.

Thank you.</description>
		<content:encoded><![CDATA[<p>First thank for this very lovely menu.</p>
<p> I try to customise it for one of my projects by I have few problems.<br />
I put an image-background on each li  of the ul.tonav with an id to get un kind of rollover effect. The problem is that my background is repeated in the dropdown menu even if I mention no-repeat in the css.<br />
Also in safari the background image doesn&#8217;t appear.</p>
<p>I hope than you can help me and that you have the time  to fix that problem.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miguel Madeira</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3371</link>
		<dc:creator>Miguel Madeira</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3371</guid>
		<description>Hi,

Congratulations for your funtastic site, and to share with us your knowledge.

Do you have any sample with more than 2 levels menu. It will be great if you do not have this kind of limitation.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Congratulations for your funtastic site, and to share with us your knowledge.</p>
<p>Do you have any sample with more than 2 levels menu. It will be great if you do not have this kind of limitation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubik74</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3369</link>
		<dc:creator>ubik74</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3369</guid>
		<description>Excellent i will try !
Really thanks for your work, all is fine and usefull!</description>
		<content:encoded><![CDATA[<p>Excellent i will try !<br />
Really thanks for your work, all is fine and usefull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soh</title>
		<link>http://www.sohtanaka.com/web-design/guest-post-sexy-drop-down-menu/comment-page-1/#comment-3364</link>
		<dc:creator>Soh</dc:creator>
		<pubDate>Tue, 28 Jul 2009 15:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=2183#comment-3364</guid>
		<description>Yea I wrote on page js so its easy to scan through, if you call the js file externally, you won&#039;t get that error~</description>
		<content:encoded><![CDATA[<p>Yea I wrote on page js so its easy to scan through, if you call the js file externally, you won&#8217;t get that error~</p>
]]></content:encoded>
	</item>
</channel>
</rss>
