Kenneth Skovhede, GEOGRAF A/S wrote:
> 
> Most likely there is an invalid object initialization:
> {
> x: 0,
> y: 0, <-- IE breaks, FF ignores comma
> }
> 

Thanks so much! That was just it:
Code:
controls: [
(........)
new OpenLayers.Control.KeyboardDefaults(),<==The invalid object
initialization
]

The map is served just fine now! You saved my day.

Best regards, Martijn Senden.
-- 
View this message in context: 
http://n2.nabble.com/Map-not-showing-in-IE6---IE7%2C-FF%2C-Safari-and-Chrome-are-fine-tp3085560p3085714.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.

_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to