On Apr 15, 11:01 am, donovan78 <[email protected]> wrote: > Hi, > > This labelOffset above place the text INSIDE markers with > IE however the same new GSize(15 , -15) shows text > OUTSIDE markers in Firefox . > Please verify this link in both browsers and look > differences : > http://trekhotel.com/bina/index.php?r=52
In IE6 I get a GBounds, GMarker, GMap2 undefined javascript errors. This at the very top of the page: </body> </html> Makes it invalid: http://validator.w3.org/check?uri=http%3A%2F%2Ftrekhotel.com%2Fbina%2Findex.php%3Fr%3D52&charset=%28detect+automatically%29&doctype=Inline&group=0 If there is anything before the DOCTYPE declaration (including whitespace) some browsers revert to quirks mode, and all bets are off for element positioning. -- Larry -- 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.
