dale
Posts: 0
Joined: Fri Mar 29, 2013 5:28 pm

Best way to make a static map (or other control) panel?

Hi, I'm wondering what is the best way to implement a static map panel on a page?
I have a Google map at the top of my page, and a list of place results are displayed below it.
When a users scrolls through the list, I would like the map to stay where it is, but the list move underneath it.
Thanks,
Dale.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Best way to make a static map (or other control) panel?

When you say "...but the list move underneath it. " -- what exactly happens? The list scrolls behind the map?

dale
Posts: 0
Joined: Fri Mar 29, 2013 5:28 pm

Best way to make a static map (or other control) panel?

I want this to happen.
At the moment, everything thing scrolls, but I would like the map to remain still, and the list to scroll underneath it.
Thanks,
Dale.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Best way to make a static map (or other control) panel?

You can do that.. but it would need to be coded.

dale
Posts: 0
Joined: Fri Mar 29, 2013 5:28 pm

Best way to make a static map (or other control) panel?

Aaaah ... something like position:fixed; in css?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Best way to make a static map (or other control) panel?

You could try that...

Return to “Issues”