On Aug 12, 4:47 pm, Krishnam <[email protected]> wrote: > > I added atuoflow:auto to the DIV but there is no scrolling effect.
Your sidebar div (**not** the "styles" class) needs a height. If you don't constrain the height, it will simply stretch to fit the content. Don't add the height or the overflow style to the "styles" class as every element inside that div also has that class. You may need to experiment with overflow-y:scroll instead. But this is a CSS issue, not Maps API. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
