Scott Povlot wrote:

> http://www.piedmont-div.org/pilgrimage/tour_date20081101.html
> 
> The page looks good in Firefox.  In IE7, the mapcontainer shifts 
> around when you resize the browser. On IE6, the map moves out of the 
> containing box and almost off the page.

IE needs a 'hasLayout' trigger on #content, and a width on the #tourmap,
or else it doesn't quite know where to place the map.

The addition of...

#content {height: 1%;}
#tourmap {width: 402px;}

...will do for both IE6 and IE7.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to