I have a map that I'd like to fill the containing div wall to wall. FF
and Safari have no trouble understanding:
<div id="mapcontainer">
<div id="map" style="width: 100%; height: 550px">
</div>
but in IE I've had to do this or else IE takes it out to the edge of
the window instead of to the edge of the containing div: