Oh, well for gosh sakes. I thought I buggered up the javascript or the div itself. Thanks a ton fellas.
-Steve D On Fri, Mar 5, 2010 at 12:09 PM, Brak <[email protected]> wrote: > Marcelo is right. The page doesn't have a DOCTYPE so IE interprets the > page using it's Quirks Mode instead of strict. Adding a DOCTYPE for > any of the strict types will make IE render the map properly. I > checked and this does fix the problem. Personally, I'd use my new > favorite, the HTML 5 type: > <!DOCTYPE html> > > Incidentally, the gray space is caused by the width of a vertical > scroll bar in a nested DIV tag generated by the maps interface. It's > just a quirk of how IE Quirks Mode interprets rules. > > On Mar 5, 2:22 pm, Marcelo <[email protected]> wrote: > > It does the same in IE7. > > > > Try adding a DOCTYPE declaration. > > See:http://msdn.microsoft.com/en-us/library/ms535242(VS.85).aspx > > > > at the bottom of that page, MS says that only some DOCTYPE > > declarations will cause IE to go into "standards compliant" mode. > > (What standards they are talking about only they know) ;-) > > > > Also, try adding the IE7 compatibility mata tag: > http://msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx > > > > -- > > Marcelo -http://maps.forum.nu > > -- > > > > On Mar 5, 7:50 pm, Steve D <[email protected]> wrote: > > > > > > > > > Subject pretty much says it all. For some reason there appears to be > > > a vertical line of gray up the right side of my map. Doesn't appear > > > in Firefox or Opera, just IE. (I only have IE 8 to work with as > > > well.) > > > > >http://pos.monitorpc.operaunite.com/webserver/content/ABCmap.html > > > > > Umm, yeah. It's not a show stopper, but annoying. I want to say it > > > only appeared in the last couple of days, it wasn't there when I first > > > got the overlay working, but then I might not have paid that much > > > attention before. Ideas? > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
