Page 1 of 1

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

Posted: Wed May 01, 2013 12:58 pm
by dale

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.


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

Posted: Wed May 01, 2013 1:41 pm
by maxkatz

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


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

Posted: Wed May 01, 2013 2:07 pm
by dale

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.


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

Posted: Wed May 01, 2013 3:04 pm
by maxkatz

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


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

Posted: Wed May 01, 2013 3:17 pm
by dale

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


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

Posted: Wed May 01, 2013 5:13 pm
by maxkatz

You could try that...