Rossko, I appreciate your input. My basic structure was taken from examples posted by Google and Mike Williams. I do not pretend to be any kind of a JavaScript expert, though I learn something from every failed attempt.
The DIVs I am populating are created on the page outside and before the script. With Ralph finding which styles were affecting things, I've examined those and cleaned out some redundancies that might have been messing with things, changed a class to an ID and things give the illusion of working. :) If things get out of whack I'll step back and and look at restructuring things per your suggestion. Your idea of applying the style after it has been populated is intriguing, as well. Thanks, Bill On Mar 12, 3:44 pm, Rossko <[email protected]> wrote: > > Rossko, actually the script was inline below the DIVs I was trying to > > load. Just for grins I moved it down to just below the /body tag, but > > that made no difference. > > My point was that the outer <div> containing the script had no idea > what shape and size it would be yet when the script runs. That would > after all depend on what changes your script makes to the contained > elements (sidebar, map etc) > > It still feels to me like things are getting applied in the wrong > order somewhere, if your previous onload attempts failure was related > to overflow as well, that might possibly be a clue. Or not !? > > How about changing your script to (re)apply the style to the sidebar > divs after it has been populated with the html? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
