[OpenLayers-Users] IE weirdness

Eric Lemoine Eric.Lemoine at camptocamp.com
Wed Mar 21 10:21:37 EDT 2007


Hi list

I've experienced weird things with OL in IE (version 7).

The following examples are all based on examples/lite.html.

This works:

<body onload="init()">
<table><tr><td>
  <div id="map"></div>
</td></tr></table>
</body>

This works:

<body>
<div id="map"></div>
<script type="text/javascript">
  <!--
  init();
  // -->
</script>
</body>

This does NOT work:

<body>
<table><tr><td>
<div id="map"></div>
<script type="text/javascript">
  <!--
  init();
  // -->
</script>
</td></tr></table>
</body>

Obviously the above 3 examples work with FF.

Any idea?

-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine at camptocamp.com
http://www.camptocamp.com



More information about the Users mailing list