treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Google Maps misbehaving

  • I have almost finished creating a website for a client (Foursquare church for WA) and on their location pages we have a google map showing were the church located along with some other details.

    This is were I have all sorts of troubles.
    For example: http://www.foursquarewa.org/churches/collie/

    The map stays stuck were I would like it to move with the inline scrollbar. I have made the map small enough that it wont cause this problem all the time but there are a few pages were it does happen.

    It used to be funny with ie as well as ff but that was a browser stylesheet problem with the absolute positioning.

    Currently the map is located in a div that has a height and overflow: auto and the google map has absolute position which is set to !important to counteract the IE browser styling.

    I tried using other position styles but it did not work.

    Thanks for any help.
    Jermayn
  • anyone have any idea on this??