Agh, I really can't figure this out. It MUST be a css issue... right? Or do I need to define size anywhere else?
On Nov 18, 12:46 pm, unxcolin2 <[EMAIL PROTECTED]> wrote: > I know I know, this always comes up... but I've searched high and low > and can't find anything that I'm not doing right. The text spills over > the right and bottom margins of the info window. In all other browsers > it works fine, but in IE6 the window doesn;t even bother attempting to > resize from the default size. Any ideas? Would be very much > appreciated. > > Here's the map:http://handsupforhealthworkers.org/home.php?q=8 > > The CSS > > .map_window { > width: 350px !important; > float: left !important; > padding: 0 0 20px 0 !important; > display: block !important; > clear: both !important; > height: auto !important; > > } > > .map_window h3 { > float: left !important; > width: 350px !important; > padding: 0 !important; > margin: 0 !important; > font-size: 75% !important; > font-weight: normal !important; > color: #F36E23 !important; > > } > > .map_window p { > width: 330px !important; > padding: 0 0 0 20px !important; > margin: 10px 0 0 0 !important; > float: left !important; > display: block !important; > clear: both !important; > overflow: hidden !important; > font-size: 70% !important; > > } --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
