Okay I've removed float: left on the footer and added display: inline-
block. Which has fixed it. I;d still be interested to know how this
had any effect over the map?
On Nov 19, 1:02 am, unxcolin2 <[EMAIL PROTECTED]> wrote:
> oh my god, after tedious breakdown of my css file I seem to have found
> the source. if i change float: left to float: none in #footer then the
> info box resizes in IE6. WHY????? #footer is the footer of my page,
> it's completely irrelevent to maps.? And as I don;t understand why
> this is happening I have no idea how to fix it, m footer needs this
> setting!!!!!!! Argh
>
> On Nov 19, 12:49 am, unxcolin2 <[EMAIL PROTECTED]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---