Page 1 of 1

CGgooglemaps and CSS Menu

Posted: Thu Feb 12, 2009 2:09 am
by hampo
I have a problem with my cmsms site.

I have horizontal css dropdown navigation across the top of the site using this method: http://forum.cmsmadesimple.org/index.ph ... l#msg62029

and a page implementing the CGgooglemaps module.

My problem is, my google map is showing oin top of my dropdowns.

Im used to designing static sites, this is my first CMSMS site and to get around this I would normally implement z-index into my css code but as I recall that only works for absolute positioned items, and so wont work here.

Is there some adjustment to one of the modules codes I can perform to get the menu to appear on top of the googlemap?

Sorry I dont have an online version of the site to show you, im using wamp on windows 7 sitting behind a nasty firewall.

using CMS 1.5.2 if that helps matters.

Re: CGgooglemaps and CSS Menu

Posted: Thu Feb 12, 2009 2:19 am
by hampo
nevermind, i fixed it.

I was along the right lines, didnt see that my ul#navmenu ul { was indeed absolutely positioned.

Set a z-index value of 9999 to it and bam, it positioned itself over the top of the map.