On Nov 26, 6:09 am, tinem <[EMAIL PROTECTED]> wrote:
> You can search for Georgia - 200
I made it work by entering this in the address bar:
javascript:alert(document.getElementById
("sidebar").style.height="375px")
(You need the alert or IE replaces the page with the result of setting
the height, which isn't very useful)
That indicates that IE isn't honouring the height style setting of
your div: it looks like IE is treating this as a maximum height. It's
creating the div with the height it needs at the time, when it's
empty, and you need to set the style when it has data in it.
Andrew
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---