How strange, I don't understand how I'd fix this, I have defined the
paragraph width, even used important which I'd assume would overide
any inheritence.
I've even now tried
.content .text #map p, .content .text .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;
}
Plus the text is fine in all other browsers, and is actually wrapping
fine in IE6 (at 330px), it's just the info window that stays at it's
small default size and won't expand!!
On Nov 19, 12:06 am, Rossko <[EMAIL PROTECTED]> wrote:
> Text spills out of infowindow in FF2 as well.
>
> Firebug 'inspect' tool is really useful, and led me straight to ...
>
> .content .text p {
> clear:both;
> float:left;
> padding:0 0 0 10px;
> width:625px;
>
> }
>
> The <p> tags inside your 400px wide infowindows are specified at 625px
> wide
>
> See -http://econym.org.uk/gmap/css.htm
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---