CGgooglemaps and CSS Menu

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
hampo
New Member
New Member
Posts: 4
Joined: Mon Feb 02, 2009 10:25 pm

CGgooglemaps and CSS Menu

Post 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.
hampo
New Member
New Member
Posts: 4
Joined: Mon Feb 02, 2009 10:25 pm

Re: CGgooglemaps and CSS Menu

Post 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.
Post Reply

Return to “Layout and Design (CSS & HTML)”