<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Google Maps and CSS/Javascript Drop Down Menus</title>
	<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus</link>
	<description>A lot to do about nothing</description>
	<pubDate>Mon, 06 Sep 2010 18:17:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>

	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: cuse</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-59503</link>
		<pubDate>Mon, 17 May 2010 19:17:41 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-59503</guid>
					<description>I am having a different problem the dropdown menu is suckerfish and is in a template, a page built off the template contains the goog map and java for that map.  in firefox and ie 6 the dropdowns work perfectly.  In later versions of IE the dropdowns dropdown and then freeze over the google map.  however the second tier of dropdowns still function normally.  anyone got any ideas on what could do that?</description>
		<content:encoded><![CDATA[	<p>I am having a different problem the dropdown menu is suckerfish and is in a template, a page built off the template contains the goog map and java for that map.  in firefox and ie 6 the dropdowns work perfectly.  In later versions of IE the dropdowns dropdown and then freeze over the google map.  however the second tier of dropdowns still function normally.  anyone got any ideas on what could do that?
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Josh</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-58266</link>
		<pubDate>Wed, 21 Apr 2010 05:35:51 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-58266</guid>
					<description>Thanks, man.  This was a quick fix to an annoying problem.</description>
		<content:encoded><![CDATA[	<p>Thanks, man.  This was a quick fix to an annoying problem.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Mike at White Flood</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-55868</link>
		<pubDate>Tue, 02 Mar 2010 00:38:43 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-55868</guid>
					<description>Hi -  that's a great tip - thanks! CSS is the one thing I just don't seem to get... and I can program old-school HTML, PHP, MySQL, C, etc. You do any work on the side? Anyway... cool blog... I'm subscribed to your feed now so I'll check in more often!</description>
		<content:encoded><![CDATA[	<p>Hi -  that&#8217;s a great tip - thanks! CSS is the one thing I just don&#8217;t seem to get&#8230; and I can program old-school HTML, PHP, MySQL, C, etc. You do any work on the side? Anyway&#8230; cool blog&#8230; I&#8217;m subscribed to your feed now so I&#8217;ll check in more often!
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Joe</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-42794</link>
		<pubDate>Fri, 10 Jul 2009 04:58:43 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-42794</guid>
					<description>Thanks a lot for posting that solution. I added the crazy high z-index to my CSS and it worked like a charm. I've been trying to get around this problem for 3 days. I wonder why I didn't find it on the Gmap API site...</description>
		<content:encoded><![CDATA[	<p>Thanks a lot for posting that solution. I added the crazy high z-index to my CSS and it worked like a charm. I&#8217;ve been trying to get around this problem for 3 days. I wonder why I didn&#8217;t find it on the Gmap API site&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Austin</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-38306</link>
		<pubDate>Fri, 17 Apr 2009 11:22:33 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-38306</guid>
					<description>Using any z-index value above 255 seems to fix the issue.  In my case just setting the parent DIV was sufficient to make IE behave.</description>
		<content:encoded><![CDATA[	<p>Using any z-index value above 255 seems to fix the issue.  In my case just setting the parent DIV was sufficient to make IE behave.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Gauke Pieter</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-36320</link>
		<pubDate>Tue, 17 Mar 2009 13:36:34 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-36320</guid>
					<description>Thanks Robert, for this fix. Took me a while to fix this, but your solution did just the thing :)

I used the following css:
#menu, #menu * { z-index: 999; }
#map { z-index: 0; }</description>
		<content:encoded><![CDATA[	<p>Thanks Robert, for this fix. Took me a while to fix this, but your solution did just the thing <img src='http://www.robertbolton.com/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
	<p>I used the following css:<br />
#menu, #menu * { z-index: 999; }<br />
#map { z-index: 0; }
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Jacobo Villegas</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-30085</link>
		<pubDate>Tue, 28 Oct 2008 06:54:38 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-30085</guid>
					<description>Thanks for the tip.

Yes, apply the z-index to the ul's on the style, problem solved</description>
		<content:encoded><![CDATA[	<p>Thanks for the tip.</p>
	<p>Yes, apply the z-index to the ul&#8217;s on the style, problem solved
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Tom</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-29733</link>
		<pubDate>Wed, 15 Oct 2008 07:51:55 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-29733</guid>
					<description>Thanks to all. The solutions above helped me to fix my problem with IE 7. Now if there was just a way to fix my 401k....</description>
		<content:encoded><![CDATA[	<p>Thanks to all. The solutions above helped me to fix my problem with IE 7. Now if there was just a way to fix my 401k&#8230;.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: Adrian</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-29100</link>
		<pubDate>Fri, 26 Sep 2008 17:03:28 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-29100</guid>
					<description>Woot. Worked great, saved me lots of trouble and time. Now if only it worked for Select elements.</description>
		<content:encoded><![CDATA[	<p>Woot. Worked great, saved me lots of trouble and time. Now if only it worked for Select elements.
</p>
]]></content:encoded>
				</item>
	<item>
 		<title>Comment on Google Maps and CSS/Javascript Drop Down Menus by: James</title>
		<link>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-28821</link>
		<pubDate>Thu, 18 Sep 2008 22:44:26 +0000</pubDate>
		<guid>http://www.robertbolton.com/google-maps-and-cssjavascript-drop-down-menus#comment-28821</guid>
					<description>Thank you so much, you just helped me fix a problem that has been bugging me all week!</description>
		<content:encoded><![CDATA[	<p>Thank you so much, you just helped me fix a problem that has been bugging me all week!
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
